From: Junio C Hamano Date: Fri, 13 Dec 2024 15:33:38 +0000 (-0800) Subject: Merge branch 'kh/doc-bundle-typofix' X-Git-Tag: v2.48.0-rc0~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ddfe5acde4ef6ba2c1d11887c20da332b559481;p=thirdparty%2Fgit.git Merge branch 'kh/doc-bundle-typofix' Typofix. * kh/doc-bundle-typofix: Documentation/git-bundle.txt: fix word join typo --- 1ddfe5acde4ef6ba2c1d11887c20da332b559481 diff --cc Documentation/git-bundle.txt index 504b8a8143,344e7cd829..03cd36fe8d --- a/Documentation/git-bundle.txt +++ b/Documentation/git-bundle.txt @@@ -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 -------------