]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation/git-bundle.txt: fix word join typo
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Thu, 28 Nov 2024 19:44:51 +0000 (20:44 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Dec 2024 01:29:59 +0000 (10:29 +0900)
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-bundle.txt

index 3ab42a19cae4aca0e6a3a83db92d25a4d88bf927..344e7cd829370bac547bd91802e60c94faeb3e95 100644 (file)
@@ -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.