From d78e8e94303d82d88ae1ce5d0f24e287e0b6fcc9 Mon Sep 17 00:00:00 2001 From: Kristoffer Haugsbakk Date: Sat, 3 May 2025 21:13:08 +0200 Subject: [PATCH] doc: reflog: fix `drop` subheading MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The tilde (~) count doesn’t match the length of the heading. In turn you get a bunch of `~` instead of the intended `

` in the HTML output. Signed-off-by: Kristoffer Haugsbakk Signed-off-by: Junio C Hamano --- Documentation/git-reflog.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-reflog.adoc b/Documentation/git-reflog.adoc index b55c060569..412f06b8fe 100644 --- a/Documentation/git-reflog.adoc +++ b/Documentation/git-reflog.adoc @@ -138,7 +138,7 @@ Options for `delete` used with `expire`. Options for `drop` -~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~ --all:: Drop the reflogs of all references from all worktrees. -- 2.47.3