summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristoffer Haugsbakk <code@khaugsbakk.name>2024-11-28 20:44:51 +0100
committerJunio C Hamano <gitster@pobox.com>2024-12-02 10:29:59 +0900
commit18693d7d65eb793eb64ef32685922c5739d53c26 (patch)
treebf5aa42689f7db6629767ec17d90063c356cd116
parentGit 2.47.1 (diff)
downloadgit-18693d7d65eb793eb64ef32685922c5739d53c26.tar.gz
git-18693d7d65eb793eb64ef32685922c5739d53c26.zip
Documentation/git-bundle.txt: fix word join typo
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-bundle.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-bundle.txt b/Documentation/git-bundle.txt
index 3ab42a19ca..344e7cd829 100644
--- a/Documentation/git-bundle.txt
+++ b/Documentation/git-bundle.txt
@@ -31,7 +31,7 @@ Git commands that fetch or otherwise "read" via protocols such as
possible linkgit:git-clone[1] a new repository from a bundle, to use
linkgit:git-fetch[1] to fetch from one, and to list the references
contained within it with linkgit:git-ls-remote[1]. There's no
-corresponding "write" support, i.e.a 'git push' into a bundle is not
+corresponding "write" support, i.e. a 'git push' into a bundle is not
supported.
See the "EXAMPLES" section below for examples of how to use bundles.