]> git.ipfire.org Git - thirdparty/git.git/commit
git-am.txt: clarify --abort behavior
authorElijah Newren <newren@gmail.com>
Fri, 10 Sep 2021 10:31:14 +0000 (10:31 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Sep 2021 22:51:14 +0000 (15:51 -0700)
commitea7dc012d20feb2b19964c207cd579437d2da26c
treecb7c6281594decc44079ce07c06c52d0493838e2
parent225bc32a989d7a22fa6addafd4ce7dcd04675dbf
git-am.txt: clarify --abort behavior

Both Johannes and I assumed (perhaps due to familiarity with rebase)
that am --abort would return the user to a clean state.  However, since
am, unlike rebase, is intended to be used within a dirty working tree,
--abort will only clean the files involved in the am operation.

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