summaryrefslogtreecommitdiff
path: root/contrib (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-08-12contrib/hooks: add sample post-receive hook using agefileJohn Keeping1-0/+19
One of the most frequent questions on the mailing list relates to the idle time in the repository list. The answer to this is to use the "agefile" feature to calculate the time of the last change whenever the repository receives changes. Add a sample post-receive hook in a new "contrib" directory so that we can just point people at the repository in the future. Signed-off-by: John Keeping <john@keeping.me.uk>
2015-05-14git: update to v2.4.1Christian Hesse2-1/+1
Update to git version v2.4.1, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de>
2015-03-18ui-shared: allow remote refs in branch switcherChristian Hesse1-0/+2
Signed-off-by: Christian Hesse <mail@eworm.de>
2015-03-14git: update to v2.3.3Christian Hesse2-1/+1
Update to git version v2.3.3, no changes required. Signed-off-by: Christian Hesse <mail@eworm.de>
2015-03-13Bump versionv0.11.2Jason A. Donenfeld1-1/+1
2015-03-13Remove no-op link from submodule entriesLukas Fleischer2-18/+25
Instead of linking to the current page ("href='#'"), do not add a link to a submodule entry at all if the module-link setting is not used. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>