diff options
author | Junio C Hamano <junkio@cox.net> | 2006-12-27 01:47:57 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-12-27 01:47:57 -0800 |
commit | 4aec56d12ba66a321ce8a6db2ab60f81be5ccfc5 (patch) | |
tree | ae0c68068d481ab68c133fae2266d55fb7b836bb /Documentation/config.txt | |
parent | 48c3242450fe5fb18e6890812c000ed5c6291a98 (diff) | |
download | git-4aec56d12ba66a321ce8a6db2ab60f81be5ccfc5.tar.gz |
git-reflog: gc.* configuration and documentation.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 4d636267a3..6452a8be14 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -192,6 +192,15 @@ format.headers:: Additional email headers to include in a patch to be submitted by mail. See gitlink:git-format-patch[1]. +gc.reflogexpire:: + `git reflog expire` removes reflog entries older than + this time; defaults to 90 days. + +gc.reflogexpireunreachable:: + `git reflog expire` removes reflog entries older than + this time and are not reachable from the current tip; + defaults to 30 days. + gc.rerereresolved:: Records of conflicted merge you resolved earlier are kept for this many days when `git rerere gc` is run. |