rebase: add an --am option
authorElijah Newren <newren@gmail.com>
Sat, 15 Feb 2020 21:36:34 +0000 (21:36 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 16 Feb 2020 23:40:42 +0000 (15:40 -0800)
commit52eb738d6b40bf8816727fcf7f39febc761ef0db
tree78f8a2baf0660a987b2fdc93665def51f44e5432
parent8af14f08596197d53c40b71ed014b030956a12be
rebase: add an --am option

Currently, this option doesn't do anything except error out if any
options requiring the interactive-backend are also passed.  However,
when we make the default backend configurable later in this series, this
flag will provide a way to override the config setting.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rebase.txt
builtin/rebase.c