summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2011-03-22 14:56:13 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-03-22 14:56:13 -0700
commit1ea9f9d6c28caf886747ca256e9d39d24f03d229 (patch)
treef3b25e33337c23054f8e979ee16a91f1d1bbffee /Documentation
parentFix sparse warnings (diff)
parentgit-am.txt: advertise 'git am --abort' instead of 'rm .git/rebase-apply' (diff)
downloadtgif-1ea9f9d6c28caf886747ca256e9d39d24f03d229.tar.xz
Merge branch 'maint'
* maint: git-am.txt: advertise 'git am --abort' instead of 'rm .git/rebase-apply' bisect: visualize with git-log if gitk is unavailable
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-am.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt
index 621b720091..6b1b5af64e 100644
--- a/Documentation/git-am.txt
+++ b/Documentation/git-am.txt
@@ -173,9 +173,9 @@ aborts in the middle. You can recover from this in one of two ways:
the index file to bring it into a state that the patch should
have produced. Then run the command with the '--resolved' option.
-The command refuses to process new mailboxes while the `.git/rebase-apply`
-directory exists, so if you decide to start over from scratch,
-run `rm -f -r .git/rebase-apply` before running the command with mailbox
+The command refuses to process new mailboxes until the current
+operation is finished, so if you decide to start over from scratch,
+run `git am --abort` before running the command with mailbox
names.
Before any patches are applied, ORIG_HEAD is set to the tip of the