diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-12-13 16:33:38 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-12-13 16:33:38 +0100 |
commit | 1ddfe5acde4ef6ba2c1d11887c20da332b559481 (patch) | |
tree | 7a95bfbad969dad7dfbb1810086bab393e434572 | |
parent | Merge branch 'jc/doc-error-message-guidelines' (diff) | |
parent | Documentation/git-bundle.txt: fix word join typo (diff) | |
download | git-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.txt | 2 |
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 |