diff options
author | Mukund <muks@mukund.org> | 2007-02-10 23:42:01 +0530 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-10 22:48:57 -0800 |
commit | b4f020c5d0850ff2b6227abebc5ce72cffe8e1c1 (patch) | |
tree | 4e2c68379d189aea2c4a5b908755d93a32194df1 /Documentation | |
parent | git-svn: correctly handle boolean options via git-config (diff) | |
download | tgif-b4f020c5d0850ff2b6227abebc5ce72cffe8e1c1.tar.xz |
Fixed some typos in git-repack docs
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-repack.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt index 4a57ce8601..d39abc126d 100644 --- a/Documentation/git-repack.txt +++ b/Documentation/git-repack.txt @@ -30,9 +30,9 @@ OPTIONS Instead of incrementally packing the unpacked objects, pack everything available into a single pack. Especially useful when packing a repository that is used - for a private development and there no need to worry - about people fetching via dumb protocols from it. Use - with '-d'. + for private development and there is no need to worry + about people fetching via dumb file transfer protocols + from it. Use with '-d'. -d:: After packing, if the newly created packs make some |