]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: branch: fix inline-verbatim
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Sat, 3 May 2025 19:13:09 +0000 (21:13 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 May 2025 17:48:07 +0000 (10:48 -0700)
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 <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-branch.adoc

index 50a1e13e1f2202b45135ecf7c423197578322044..c0afddc424d610122f9a468bc1c7eaae6b373fdd 100644 (file)
@@ -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.