Code

add configuration variable for --autosquash option of interactive rebase
authorHeiko Voigt <hvoigt@hvoigt.net>
Wed, 14 Jul 2010 11:59:57 +0000 (13:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Jul 2010 15:47:29 +0000 (08:47 -0700)
commitdd1e5b313a0aef5d22cd9909c14e4b1b6dcbea79
tree6689ef65a903c6ba9e4e765ee9135c5902cbf7d6
parent449aeb10d5d28083199f82c444b55a03c545e956
add configuration variable for --autosquash option of interactive rebase

If you use this feature regularly you can now enable it by default. In
case the user wants to override this config on the commandline
--no-autosquash can be used to force disabling.

Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/git-rebase.txt
git-rebase--interactive.sh
t/t3415-rebase-autosquash.sh