summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-06-22 02:04:31 -0700
committerJunio C Hamano <gitster@pobox.com>2008-06-22 02:06:58 -0700
commit121c813f8d6054dbee25c03301599c0f8d645d7f (patch)
tree36247d4df76782c03eef692bb8843502994bad52 /Documentation
parent7f8365f894d60f240edd356f32e3c1bda994ed41 (diff)
downloadgit-121c813f8d6054dbee25c03301599c0f8d645d7f.tar.gz
rerere.autoupdate
When this configuration is set, paths that are autoresolved by git-rerere are updated in the index as well.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 5331b450ea..0c7cf618ed 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -650,6 +650,11 @@ gc.rerereunresolved::
kept for this many days when `git rerere gc` is run.
The default is 15 days. See linkgit:git-rerere[1].
+rerere.autoupdate::
+ When set to true, `git-rerere` updates the index with the
+ resulting contents after it cleanly resolves conflicts using
+ previously recorded resolution. Defaults to false.
+
rerere.enabled::
Activate recording of resolved conflicts, so that identical
conflict hunks can be resolved automatically, should they