From d78e8e94303d82d88ae1ce5d0f24e287e0b6fcc9 Mon Sep 17 00:00:00 2001 From: Kristoffer Haugsbakk Date: Sat, 3 May 2025 21:13:08 +0200 Subject: [PATCH 1/2] doc: reflog: fix `drop` subheading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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. From 4ae2a3b4182ba05943ac587f36e4db13f81454cf Mon Sep 17 00:00:00 2001 From: Kristoffer Haugsbakk Date: Sat, 3 May 2025 21:13:09 +0200 Subject: [PATCH 2/2] doc: branch: fix inline-verbatim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 7b399322a2e (doc: apply new format to git-branch man page, 2025-03-19) updated the formatting for this doc to, among other things, use backtick for some elements. In the process `è` was used by accident instead of backtick. Signed-off-by: Kristoffer Haugsbakk Signed-off-by: Junio C Hamano --- Documentation/git-branch.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-branch.adoc b/Documentation/git-branch.adoc index 50a1e13e1f..c0afddc424 100644 --- a/Documentation/git-branch.adoc +++ b/Documentation/git-branch.adoc @@ -373,7 +373,7 @@ $ git branch -D test <2> ------------ + <1> Delete the remote-tracking branches "todo", "html" and "man". The next - `git fetch` or `git pullè will create them again unless you configure them not to. + `git fetch` or `git pull` will create them again unless you configure them not to. See linkgit:git-fetch[1]. <2> Delete the "test" branch even if the "master" branch (or whichever branch is currently checked out) does not have all commits from the test branch.