aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristoffer Haugsbakk <code@khaugsbakk.name>2025-05-03 21:13:08 +0200
committerJunio C Hamano <gitster@pobox.com>2025-05-05 10:48:07 -0700
commitd78e8e94303d82d88ae1ce5d0f24e287e0b6fcc9 (patch)
treed3dd039e2a8459d65278f7bad113e31ae93d1cb1
parent6c0bd1fc70efaf053abe4e57c976afdc72d15377 (diff)
downloadgit-d78e8e94303d82d88ae1ce5d0f24e287e0b6fcc9.tar.xz
doc: reflog: fix `drop` subheading
The tilde (~) count doesn’t match the length of the heading. In turn you get a bunch of `<sub>~</sub>` instead of the intended `<h3>` in the HTML output. Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-reflog.adoc2
1 files changed, 1 insertions, 1 deletions
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.