diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-12-28 17:36:16 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-12-28 17:36:16 +0900 |
| commit | cb7c6f441e58e5d6ea25c41db0ce3331a11ecf14 (patch) | |
| tree | cc9e9fe9cbf2be4d5bed3e211d2e0c827958d18d /Documentation/git-rebase.adoc | |
| parent | 86862bf287a09bba5243eb8a87878ec0d77aac7f (diff) | |
| parent | 8ee262985a1197970cc8938a2fb5c70817d213ab (diff) | |
| download | git-cb7c6f441e58e5d6ea25c41db0ce3331a11ecf14.tar.xz | |
Merge branch 'ja/doc-misc-fixes'
Various documentation fixes.
* ja/doc-misc-fixes:
doc: correct minor wording issues
doc: fix asciidoc markup issues in several files
Diffstat (limited to 'Documentation/git-rebase.adoc')
| -rw-r--r-- | Documentation/git-rebase.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rebase.adoc b/Documentation/git-rebase.adoc index 9742833ebe..e177808004 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 ---------------------------------------- |
