Eleventh batch for 2.10
[gitweb.git] / Documentation / git-bundle.txt
index bc023cc5f3bb6be8cd664ec6a74743f46b396283..3a8120c3b3795784cb05211bcde959a224f0a867 100644 (file)
@@ -19,8 +19,8 @@ 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
+be directly connected, and therefore the interactive Git protocols (git,
+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'