diff options
author | Christian Hesse <mail@eworm.de> | 2013-07-22 16:13:39 (JST) |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2013-08-13 04:14:10 (JST) |
commit | 820df9c66073b1345397642b46f1885b40b620e3 (patch) | |
tree | 947e9c49d5c901900c8a4f9093efa92f0c0bd766 | |
parent | 00e3a3ecda77bf5ab149db0940c549f1bb618de4 (diff) | |
download | cgit-820df9c66073b1345397642b46f1885b40b620e3.zip cgit-820df9c66073b1345397642b46f1885b40b620e3.tar.gz |
add a note about generating agefile in hook
-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:: | |||
39 | to specify the date and time of the youngest commit in the repository. | 39 | to specify the date and time of the youngest commit in the repository. |
40 | The first line in the file is used as input to the "parse_date" | 40 | The first line in the file is used as input to the "parse_date" |
41 | function in libgit. Recommended timestamp-format is "yyyy-mm-dd | 41 | function in libgit. Recommended timestamp-format is "yyyy-mm-dd |
42 | hh:mm:ss". Default value: "info/web/last-modified". | 42 | hh:mm:ss". You may want to generate this file from a post-receive |
43 | hook. Default value: "info/web/last-modified". | ||
43 | 44 | ||
44 | branch-sort:: | 45 | branch-sort:: |
45 | Flag which, when set to "age", enables date ordering in the branch ref | 46 | Flag which, when set to "age", enables date ordering in the branch ref |