Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Reword repack documentation to no longer state it's a script
author
Stefan Beller
<stefanbeller@googlemail.com>
Fri, 18 Oct 2013 23:25:22 +0000
(
01:25
+0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 22 Oct 2013 18:17:15 +0000
(11:17 -0700)
This updates the documentation regarding the changes introduced
by
a1bbc6c01
(2013-09-15, repack: rewrite the shell script in C).
Signed-off-by: Stefan Beller <stefanbeller@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-repack.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
0b63c6a
)
diff --git
a/Documentation/git-repack.txt
b/Documentation/git-repack.txt
index 4c1aff65e62f00db236ccb4f48b6071fc50891f7..509cf73e50542758d0ef3930f56fdb5dd0183aac 100644
(file)
--- a/
Documentation/git-repack.txt
+++ b/
Documentation/git-repack.txt
@@
-14,7
+14,7
@@
SYNOPSIS
DESCRIPTION
-----------
-This
script
is used to combine all objects that do not currently
+This
command
is used to combine all objects that do not currently
reside in a "pack", into a pack. It can also be used to re-organize
existing packs into a single, more efficient pack.