summaryrefslogtreecommitdiffstats
path: root/git-bundle.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-17 14:31:06 -0800
committerJunio C Hamano <gitster@pobox.com>2016-02-17 14:31:06 -0800
commitf85ef637e60571cf4cb1e53d56fa21f320936138 (patch)
tree661f5ad874b34e148059df316f424be83f459170 /git-bundle.txt
parent9099a7cc25a11e4e55d3b6a00da6f470bfffab80 (diff)
downloadgit-htmldocs-f85ef637e60571cf4cb1e53d56fa21f320936138.tar.gz
Autogenerated HTML docs for v2.7.1-339-g0233b
Diffstat (limited to 'git-bundle.txt')
-rw-r--r--git-bundle.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-bundle.txt b/git-bundle.txt
index 0417562eb..3a8120c3b 100644
--- a/git-bundle.txt
+++ b/git-bundle.txt
@@ -20,7 +20,7 @@ DESCRIPTION
Some workflows require that one or more branches of development on one
machine be replicated on another machine, but the two machines cannot
be directly connected, and therefore the interactive Git protocols (git,
-ssh, rsync, http) cannot be used. This command provides support for
+ssh, http) cannot be used. This command provides support for
'git fetch' and 'git pull' to operate by packaging objects and references
in an archive at the originating machine, then importing those into
another repository using 'git fetch' and 'git pull'