diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-18 15:53:37 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-18 15:53:37 -0800 |
commit | c3f0baacadbd7b5710052213a2ec3cdd5b77bb6e (patch) | |
tree | 5f79fc30175a5a28a7dbb0ea9ff3893ab2dcdc42 /Documentation/git-repack.txt | |
parent | Documentation: move command list in git.txt into separate files. (diff) | |
download | tgif-c3f0baacadbd7b5710052213a2ec3cdd5b77bb6e.tar.xz |
Documentation: sync git.txt command list and manual page title
Also reorders a handful entries to make each list sorted
alphabetically.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-repack.txt')
-rw-r--r-- | Documentation/git-repack.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt index 0fa47e3b01..4a57ce8601 100644 --- a/Documentation/git-repack.txt +++ b/Documentation/git-repack.txt @@ -3,8 +3,7 @@ git-repack(1) NAME ---- -git-repack - Script used to pack a repository from a collection of -objects into pack files. +git-repack - Pack unpacked objects in a repository SYNOPSIS |