aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-rebase.adoc
diff options
context:
space:
mode:
authorJean-Noël Avila <jn.avila@free.fr>2025-12-19 18:54:16 +0000
committerJunio C Hamano <gitster@pobox.com>2025-12-20 14:55:43 +0900
commit8ee262985a1197970cc8938a2fb5c70817d213ab (patch)
treea316f10394392cc644aa40f1bd4e59dee875023d /Documentation/git-rebase.adoc
parentb2ff85e12c9b8c9997ac22d2c1e49c5aa9660abd (diff)
downloadgit-8ee262985a1197970cc8938a2fb5c70817d213ab.tar.xz
doc: correct minor wording issues
* use imperative mood for consistency in options descriptions * add missing parenthesis * reword verbose phrase in git-repack.adoc Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-rebase.adoc')
-rw-r--r--Documentation/git-rebase.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rebase.adoc b/Documentation/git-rebase.adoc
index 005caf6164..ecc347680c 100644
--- a/Documentation/git-rebase.adoc
+++ b/Documentation/git-rebase.adoc
@@ -87,7 +87,7 @@ of the to-be-rebased branch. However, `ORIG_HEAD` is not guaranteed to still
point to that commit at the end of the rebase if other commands that change
`ORIG_HEAD` (like `git reset`) are used during the rebase. The previous branch
tip, however, is accessible using the reflog of the current branch (i.e. `@{1}`,
-see linkgit:gitrevisions[7].
+see linkgit:gitrevisions[7]).
TRANSPLANTING A TOPIC BRANCH WITH --ONTO
----------------------------------------