diff options
author | Christian Hesse <mail@eworm.de> | 2013-07-22 09:13:39 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2013-08-12 13:14:10 -0600 |
commit | 820df9c66073b1345397642b46f1885b40b620e3 (patch) | |
tree | 947e9c49d5c901900c8a4f9093efa92f0c0bd766 /cgitrc.5.txt | |
parent | cache: id means static, even if head is specified too (diff) | |
download | cgit-pink-820df9c66073b1345397642b46f1885b40b620e3.tar.gz cgit-pink-820df9c66073b1345397642b46f1885b40b620e3.zip |
add a note about generating agefile in hook
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r-- | cgitrc.5.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 9d0c089..8b0ad21 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -39,7 +39,8 @@ agefile:: to specify the date and time of the youngest commit in the repository. The first line in the file is used as input to the "parse_date" function in libgit. Recommended timestamp-format is "yyyy-mm-dd - hh:mm:ss". Default value: "info/web/last-modified". + hh:mm:ss". You may want to generate this file from a post-receive + hook. Default value: "info/web/last-modified". branch-sort:: Flag which, when set to "age", enables date ordering in the branch ref |