aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristoffer Haugsbakk <code@khaugsbakk.name>2025-05-03 21:13:09 +0200
committerJunio C Hamano <gitster@pobox.com>2025-05-05 10:48:07 -0700
commit4ae2a3b4182ba05943ac587f36e4db13f81454cf (patch)
tree10a54a3dde0bffaef5ce857735cd36e3691f3d29
parentdoc: reflog: fix `drop` subheading (diff)
downloadgit-4ae2a3b4182ba05943ac587f36e4db13f81454cf.tar.gz
git-4ae2a3b4182ba05943ac587f36e4db13f81454cf.zip
doc: branch: fix inline-verbatim
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>
-rw-r--r--Documentation/git-branch.adoc2
1 files changed, 1 insertions, 1 deletions
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.