summaryrefslogtreecommitdiffstats
path: root/git-rebase.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-rebase.html')
-rw-r--r--git-rebase.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/git-rebase.html b/git-rebase.html
index 067e046f5..63fbe15bc 100644
--- a/git-rebase.html
+++ b/git-rebase.html
@@ -2290,10 +2290,9 @@ exec cd subdir; make test
<div class="paragraph"><p>The interactive rebase will stop when a command fails (i.e. exits with
non-0 status) to give you an opportunity to fix the problem. You can
continue with <code>git rebase --continue</code>.</p></div>
-<div class="paragraph"><p>The "exec" command launches the command in a shell (the one specified
-in <code>$SHELL</code>, or the default shell if <code>$SHELL</code> is not set), so you can
-use shell features (like "cd", "&gt;", ";" &#8230;). The command is run from
-the root of the working tree.</p></div>
+<div class="paragraph"><p>The "exec" command launches the command in a shell (the default one, usually
+/bin/sh), so you can use shell features (like "cd", "&gt;", ";" &#8230;). The command
+is run from the root of the working tree.</p></div>
<div class="listingblock">
<div class="content">
<pre><code>$ git rebase -i --exec "make test"</code></pre>
@@ -2811,7 +2810,7 @@ sequence.editor
<div id="footer">
<div id="footer-text">
Last updated
- 2024-01-16 12:41:37 PST
+ 2024-01-29 16:09:11 PST
</div>
</div>
</body>