diff options
| author | Junio C Hamano <gitster@pobox.com> | 2009-12-01 12:47:04 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2009-12-01 12:47:04 -0800 |
| commit | 32ef08f4e5ab6ce8f3b47201f1df46d1a33deb80 (patch) | |
| tree | 12a4265c7ef9c801e5ec882fe8a807c86173d3a5 /Documentation/git-bundle.txt | |
| parent | 36a83f375bc247a09f46de0445a138d5e6de8a4f (diff) | |
| parent | af6fbf9f814b3ee23b4b6d632131095c0278ae44 (diff) | |
Merge branch 'maint'
* maint:
help: Do not unnecessarily look for a repository
Documentation: Fix a few i.e./e.g. mix-ups
Documentation: Document --branch option in git clone synopsis
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 |
