]> git.ipfire.org Git - thirdparty/git.git/commit - rerere.c
Teach --[no-]rerere-autoupdate option to merge, revert and friends
authorJunio C Hamano <gitster@pobox.com>
Fri, 4 Dec 2009 08:20:48 +0000 (00:20 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Dec 2009 08:20:48 +0000 (00:20 -0800)
commitcb6020bb017405cc3e7f1faea6f30d4fd1b62e70
treee03a7afb1884d2b4f8f1e45ee6a945baebd95806
parent1a56be134f9477296a7ade040e8b802bf3a643a1
Teach --[no-]rerere-autoupdate option to merge, revert and friends

Introduce a command line option to override rerere.autoupdate configuration
variable to make it more useful.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
12 files changed:
Documentation/git-merge.txt
builtin-commit.c
builtin-merge.c
builtin-rerere.c
builtin-revert.c
git-am.sh
git-rebase.sh
parse-options.c
parse-options.h
rerere.c
rerere.h
t/t4200-rerere.sh