summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-12-13 16:33:38 +0100
committerJunio C Hamano <gitster@pobox.com>2024-12-13 16:33:38 +0100
commit1ddfe5acde4ef6ba2c1d11887c20da332b559481 (patch)
tree7a95bfbad969dad7dfbb1810086bab393e434572
parentMerge branch 'jc/doc-error-message-guidelines' (diff)
parentDocumentation/git-bundle.txt: fix word join typo (diff)
downloadgit-1ddfe5acde4ef6ba2c1d11887c20da332b559481.tar.xz
git-1ddfe5acde4ef6ba2c1d11887c20da332b559481.zip
Merge branch 'kh/doc-bundle-typofix'
Typofix. * kh/doc-bundle-typofix: Documentation/git-bundle.txt: fix word join typo
-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 504b8a8143..03cd36fe8d 100644
--- a/Documentation/git-bundle.txt
+++ b/Documentation/git-bundle.txt
@@ -32,7 +32,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.
BUNDLE FORMAT