diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2009-12-01 10:19:05 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-01 12:09:46 -0800 |
commit | 3c652d16713c27d0abb2003d83a237f7d47ef569 (patch) | |
tree | 86f567154d361532aa127a63da6cee20fc97426b /Documentation/git-bundle.txt | |
parent | db9bc00e2be37c68589a345112e22dc37743fc5e (diff) | |
download | git-3c652d16713c27d0abb2003d83a237f7d47ef569.tar.gz |
Documentation: Fix a few i.e./e.g. mix-ups
A git bundle can be transported by several means (such as e-mail), not
only by snekaernet, so use e.g. instead of i.e.
The mix-up in git-bundle.txt is obvious.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-bundle.txt')
-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 aee7e4a8c9..c3a066e60c 100644 --- a/Documentation/git-bundle.txt +++ b/Documentation/git-bundle.txt @@ -24,7 +24,7 @@ ssh, rsync, 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' -after moving the archive by some means (i.e., by sneakernet). As no +after moving the archive by some means (e.g., by sneakernet). As no direct connection between the repositories exists, the user must specify a basis for the bundle that is held by the destination repository: the bundle assumes that all objects in the basis are already in the |