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.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/git-rebase.1 b/man1/git-rebase.1
index 857141215..682237ed3 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-08
+.\" Date: 2024-01-12
.\" Manual: Git Manual
-.\" Source: Git 2.43.0.283.ga54a84b333
+.\" Source: Git 2.43.0.334.gd4dbce1db5
.\" Language: English
.\"
-.TH "GIT\-REBASE" "1" "2024\-01\-08" "Git 2\&.43\&.0\&.283\&.ga54a84" "Git Manual"
+.TH "GIT\-REBASE" "1" "2024\-01\-12" "Git 2\&.43\&.0\&.334\&.gd4dbce" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -718,7 +718,7 @@ See also INCOMPATIBLE OPTIONS below\&.
.RS 4
Make a list of the commits which are about to be rebased\&. Let the user edit that list before rebasing\&. This mode can also be used to split commits (see SPLITTING COMMITS below)\&.
.sp
-The commit list format can be changed by setting the configuration option rebase\&.instructionFormat\&. A customized instruction format will automatically have the long commit hash prepended to the format\&.
+The commit list format can be changed by setting the configuration option rebase\&.instructionFormat\&. A customized instruction format will automatically have the commit hash prepended to the format\&.
.sp
See also INCOMPATIBLE OPTIONS below\&.
.RE
@@ -2056,7 +2056,7 @@ command in the todo list\&. Defaults to "ignore"\&.
rebase\&.instructionFormat
.RS 4
A format string, as specified in
-\fBgit-log\fR(1), to be used for the todo list during an interactive rebase\&. The format will automatically have the long commit hash prepended to the format\&.
+\fBgit-log\fR(1), to be used for the todo list during an interactive rebase\&. The format will automatically have the commit hash prepended to the format\&.
.RE
.PP
rebase\&.abbreviateCommands