From ab9753e7bc473fabdea46b772563530d6a5230a8 Mon Sep 17 00:00:00 2001 From: Kristoffer Haugsbakk Date: Tue, 5 May 2026 21:46:38 +0200 Subject: [PATCH] doc: restore: remove double underscore 69666e67 (doc: convert git-restore to new style format, 2025-01-10) converted `A` to ___; the extra underscore was a mistake. Signed-off-by: Kristoffer Haugsbakk Signed-off-by: Junio C Hamano --- Documentation/git-restore.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-restore.adoc b/Documentation/git-restore.adoc index 751f01b441..52083d7c6c 100644 --- a/Documentation/git-restore.adoc +++ b/Documentation/git-restore.adoc @@ -43,7 +43,7 @@ given, otherwise from the index. + As a special case, you may use `"..."` as a shortcut for the merge base of __ and __ if there is exactly one merge base. You can -leave out at most one of ___ and __, in which case it defaults to `HEAD`. +leave out at most one of __ and __, in which case it defaults to `HEAD`. `-p`:: `--patch`::