summaryrefslogtreecommitdiffstats
path: root/man1/git-rebase.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-rebase.1')
-rw-r--r--man1/git-rebase.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man1/git-rebase.1 b/man1/git-rebase.1
index 69e4cf174..0315364d3 100644
--- a/man1/git-rebase.1
+++ b/man1/git-rebase.1
@@ -2,12 +2,12 @@
.\" Title: git-rebase
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-01-26
+.\" Date: 2024-01-29
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.440.gb50a608ba2
+.\" Source: Git 2.43.0.473.gc5b454771e
.\" Language: English
.\"
-.TH "GIT\-REBASE" "1" "2024\-01\-26" "Git 2\&.43\&.0\&.440\&.gb50a60" "Git Manual"
+.TH "GIT\-REBASE" "1" "2024\-01\-29" "Git 2\&.43\&.0\&.473\&.gc5b454" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1588,7 +1588,7 @@ exec cd subdir; make test
.sp
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 \fBgit rebase \-\-continue\fR\&.
.sp
-The "exec" command launches the command in a shell (the one specified in \fB$SHELL\fR, or the default shell if \fB$SHELL\fR is not set), so you can use shell features (like "cd", ">", ";" \&...)\&. The command is run from the root of the working tree\&.
+The "exec" command launches the command in a shell (the default one, usually /bin/sh), so you can use shell features (like "cd", ">", ";" \&...)\&. The command is run from the root of the working tree\&.
.sp
.if n \{\
.RS 4