author | Heiko Voigt <hvoigt@hvoigt.net> | |
Wed, 14 Jul 2010 11:59:57 +0000 (13:59 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 14 Jul 2010 15:47:29 +0000 (08:47 -0700) | ||
commit | dd1e5b313a0aef5d22cd9909c14e4b1b6dcbea79 | |
tree | 6689ef65a903c6ba9e4e765ee9135c5902cbf7d6 | tree | snapshot |
parent | 449aeb10d5d28083199f82c444b55a03c545e956 | commit | diff |
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>
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 | diff | blob | history | |
Documentation/git-rebase.txt | diff | blob | history | |
git-rebase--interactive.sh | diff | blob | history | |
t/t3415-rebase-autosquash.sh | diff | blob | history |