]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'kh/doc-bundle-typofix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 13 Dec 2024 15:33:38 +0000 (07:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Dec 2024 15:33:38 +0000 (07:33 -0800)
Typofix.

* kh/doc-bundle-typofix:
  Documentation/git-bundle.txt: fix word join typo

1  2 
Documentation/git-bundle.txt

index 504b8a8143ae6809046fdd5e84eef59e39ed6809,344e7cd829370bac547bd91802e60c94faeb3e95..03cd36fe8d2f7a310ac1cbebf0b996d29b445b99
@@@ -32,9 -31,11 +32,9 @@@ Git commands that fetch or otherwise "r
  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.
 -
  BUNDLE FORMAT
  -------------