about summary refs log tree commit diff
path: root/Makefile (follow)
Commit message (Expand)AuthorAge
* Bump versionJason A. Donenfeld2016-01-14
* git: update to v2.7.0Christian Hesse2016-01-13
* Makefile: fix MAKEFLAGS tests with multiple flagsJohn Keeping2015-10-09
* git: update to v2.6.1Christian Hesse2015-10-06
* Makefile: make "git/config.mak.uname" inclusion optionalJohn Keeping2015-08-13
* Makefile: include Git's config.mak.unameJohn Keeping2015-08-13
* git: update to v2.5.0Christian Hesse2015-08-12
* git: update to v2.4.1Christian Hesse2015-05-14
* git: update to v2.3.3Christian Hesse2015-03-14
* Bump versionJason A. Donenfeld2015-03-13
* Makefile: add a target to run CGit through sparseJohn Keeping2015-03-09
* git: update to v2.3.2Christian Hesse2015-03-07
* Bump versionJason A. Donenfeld2015-03-05
* git: update to v2.3.1Christian Hesse2015-03-03
* Bump verisonJason A. Donenfeld2015-02-15
* git: update for v2.3.0Christian Hesse2015-02-08
* git: update to v2.2.2Christian Hesse2015-01-13
* Revert "git: use xz compressed archive for download"Jason A. Donenfeld2014-12-24
* git: use xz compressed archive for downloadChristian Hesse2014-12-23
* git: update to v2.2.1Christian Hesse2014-12-23
* git: update to v2.0.4John Keeping2014-08-07
* git: update to v2.0.3John Keeping2014-07-28
* Bump version.Jason A. Donenfeld2014-06-30
* git: update to 2.0.1Christian Hesse2014-06-28
* git: update for git 2.0Christian Hesse2014-06-28
* git: update to 1.9.2Christian Hesse2014-04-12
* Makefile: use more reliable git tarball mirrorJason A. Donenfeld2014-03-20
* git: update to 1.9.1Christian Hesse2014-03-20
* Bump version.Jason A. Donenfeld2014-02-28
* git: Update to 1.9.0Lukas Fleischer2014-02-21
* cache: use sendfile() instead of a pair of read() + write()Sebastian Andrzej Siewior2014-01-19
* makefile: bump versionJason A. Donenfeld2014-01-17
* git: update to 1.8.5Christian Hesse2014-01-08
* git: update to 1.8.4John Keeping2013-08-26
* Makefile: Change default prefix to "/usr/local"Lukas Fleischer2013-08-12
* robots.txt: disallow access to snapshotsJason A. Donenfeld2013-08-12
* Add faviconChristian Hesse2013-05-31
* CGIT-0.9.2Jason A. Donenfeld2013-05-27
* filters: import more modern scriptsJason A. Donenfeld2013-05-27
* git: update to 1.8.3John Keeping2013-05-25
* Makefile: fix parallel "make test"John Keeping2013-05-22
* git: update to 1.8.2.2John Keeping2013-04-27
* tests: use Git's test frameworkJohn Keeping2013-04-08
* Update git to v1.8.2.1John Keeping2013-04-08
* Makefile: remove CGIT-CFLAGS files in clean stageJason A. Donenfeld2013-03-20
* Makefile: re-use Git's Makefile where possibleJohn Keeping2013-03-20
* Makefile: Disable gettext in the Git submoduleLukas Fleischer2013-03-04
* Makefile: improve dependency generationJamie Couture2013-03-04
* CGIT-0.9.1Jason A. Donenfeld2012-11-15
* Makefile: get snapshots from githubFerry Huberts2012-11-04
a217ed3e04a6ef7b066ded446582c0dd0fc5d3e&follow=1'>Update README with submodule build infoLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-05-11Add submodule links in tree listingLars Hjemli When a submodule occurs in a tree, generate a link to show the module/commit. The link is specified as a sprintf string in /etc/cgitrc, using parameters 'module-link' and 'repo.module-link'. This should probably be extended with repo.module-link.$path. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-05-11Add submodules.sh and use it during buildsLars Hjemli This adds a shell script which can be be used to initialize, list and update submodules in a git repository. It reads the file .gitmodules to find a mapping between submodule path and repository url for the initial clone of all submodules. The script is used during cgit builds to enable automatic download and checkout of the git git repository. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-05-11Added git as a submoduleLars Hjemli This commit adds the subdirectory 'git' as a submodule containing the git git repository, but doesn't add support for automatically cloning the submodule. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-05-09Add support for downloading single blobsLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-05-08ui-view: show pathname if specified in querystringLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-05-08Update to libgit 1.5.2-rc2Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-21Layout updateLars Hjemli 2007-02-08Make snapshot feature configurableLars Hjemli Snapshots can now be enabled/disabled by default for all repositories in cgitrc with param "snapshots". Additionally, any repo can override the default setting with param "repo.snapshots". By default, no snapshotting is enabled. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-08Add support for snapshotsLars Hjemli Make a link from the commit viewer to a snapshot of the corresponding tree. Currently only zip-format is supported. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-05cgit v0.2Lars Hjemli Main changes since v0.1: -list tags in repo summary -allow search in log-view -read repository paths from cgitrc Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-05Add support for prefix and gitsrc arguments to 'make'Lars Hjemli This should improve the installation a little, especially since the new options are mentioned in the README. Also, add a make-rule to build the git binaries if necessary + a dependency between cgit and libgit.a. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Update cgitrc templateLars Hjemli Make the descriptions more helpfull. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Add support for lightweight tagsLars Hjemli There is nothing bad about a tag that has no tag-object, but the old code didn't handle such tags correctly. Fix it. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Read repo-info from /etc/cgitrcLars Hjemli This makes cgit read all repo-info from the configfile, instead of scanning for possible git-dirs below a common root path. This is primarily done to get better security (separate physical path from logical repo-name). In /etc/cgitrc each repo is registered with the following keys: repo.url repo.name repo.path repo.desc repo.owner Note: *Required keys are repo.url and repo.path, all others are optional *Each occurrence of repo.url starts a new repository registration *Default value for repo.name is taken from repo.url *The value of repo.url cannot contain characters with special meaning for urls (i.e. one of /?%&), while repo.name can contain anything. Example: repo.url=cgit-pub repo.name=cgit/public repo.path=/pub/git/cgit repo.desc=My public cgit repo repo.owner=Lars Hjemli repo.url=cgit-priv repo.name=cgit/private repo.path=/home/larsh/src/cgit/.git repo.desc=My private cgit repo repo.owner=Lars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-04Do not die if tag has no messageLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-02-03Fix search for non-virtual urlsLars Hjemli When cgit don't use virtual urls, the current repo and page url parameters must be included in the search form as hidden input fields. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2007-01-28Update README with install/config informationLars Hjemli