commit | 8a6dae108eadbd2882296981e03fd8e251d42f56 | [log] [tgz] |
---|---|---|
author | Vincent van Ravesteijn <vfr@lyx.org> | Thu May 24 13:57:26 2012 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Tue May 29 11:44:14 2012 -0700 |
tree | ef1aa4cdca49d738c7bb80cb86e9384f00611e1a | |
parent | befc5ed3799cb6fcbaa7de03e7fa1760e846853c [diff] |
Do not autosquash in case of an implied interactive rebase The option to autosquash is only used in case of an interactive rebase. When merges are preserved, rebase uses an interactive rebase internally, but in this case autosquash should still be disabled. Signed-off-by: Vincent van Ravesteijn <vfr@lyx.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>