]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: restore: remove double underscore
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Tue, 5 May 2026 19:46:38 +0000 (21:46 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 May 2026 00:10:10 +0000 (09:10 +0900)
69666e67 (doc: convert git-restore to new style format, 2025-01-10)
converted `A` to _<rev-A>__; the extra underscore was a mistake.

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-restore.adoc

index 751f01b4418b5b6075907486a153a2f7163ddd21..52083d7c6c8da745a0638e91ac9957b4bb5760d9 100644 (file)
@@ -43,7 +43,7 @@ given, otherwise from the index.
 +
 As a special case, you may use `"<rev-A>...<rev-B>"` as a shortcut for the
 merge base of _<rev-A>_ and _<rev-B>_ if there is exactly one merge base. You can
-leave out at most one of _<rev-A>__ and _<rev-B>_, in which case it defaults to `HEAD`.
+leave out at most one of _<rev-A>_ and _<rev-B>_, in which case it defaults to `HEAD`.
 
 `-p`::
 `--patch`::