git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-rebase documentation: explain the exit code of custom commands
@ 2014-12-29 22:30 Stefan Beller
  2014-12-30 17:33 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Beller @ 2014-12-29 22:30 UTC (permalink / raw)
  To: gitster, git; +Cc: Stefan Beller

Signed-off-by: Stefan Beller <sbeller@google.com>
---
 Documentation/git-rebase.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt
index 924827d..ffadb0b 100644
--- a/Documentation/git-rebase.txt
+++ b/Documentation/git-rebase.txt
@@ -372,7 +372,8 @@ idea unless you know what you are doing (see BUGS below).
 --exec <cmd>::
 	Append "exec <cmd>" after each line creating a commit in the
 	final history. <cmd> will be interpreted as one or more shell
-	commands.
+	commands. Rebasing will stop for manual inspection if the command
+	returns a non zero exit code.
 +
 This option can only be used with the `--interactive` option
 (see INTERACTIVE MODE below).
-- 
2.2.1.62.g3f15098

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

end of thread, other threads:[~2014-12-30 20:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-29 22:30 [PATCH] git-rebase documentation: explain the exit code of custom commands Stefan Beller
2014-12-30 17:33 ` Junio C Hamano
2014-12-30 18:25   ` Stefan Beller
2014-12-30 19:36     ` Stefan Beller
2014-12-30 20:54     ` Junio C Hamano

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).