git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-am.txt: advertise 'git am --abort' instead of 'rm .git/rebase-apply'
@ 2011-03-22 18:42 SZEDER Gábor
  2011-03-22 19:11 ` Junio C Hamano
  2011-03-22 19:17 ` Jeff King
  0 siblings, 2 replies; 4+ messages in thread
From: SZEDER Gábor @ 2011-03-22 18:42 UTC (permalink / raw)
  To: git; +Cc: SZEDER Gábor

'git am --abort' is around for quite a long time now, and users should
normally not poke around inside the .git directory, yet the
documentation of 'git am' still recommends the following:

  ... if you decide to start over from scratch,
  run `rm -f -r .git/rebase-apply` ...

Suggest 'git am --abort' instead.

It's not quite the same as the original, because 'git am --abort' will
restore the original branch, while simply removing '.git/rebase-apply'
won't, but that's rather a thinko in the original wording, because
that won't actually "start over _from scratch_".

Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
---
 Documentation/git-am.txt |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt
index 621b720..03fb214 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 before the current
+operation isn't 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
-- 
1.7.4.1.372.g95585

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-22 20:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22 18:42 [PATCH] git-am.txt: advertise 'git am --abort' instead of 'rm .git/rebase-apply' SZEDER Gábor
2011-03-22 19:11 ` Junio C Hamano
2011-03-22 19:17 ` Jeff King
2011-03-22 20:00   ` SZEDER Gábor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).