Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
pack-objects doesn't create random pack names
author
Nicolas Pitre
<nico@cam.org>
Wed, 1 Nov 2006 22:34:47 +0000
(17:34 -0500)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 1 Nov 2006 23:09:39 +0000
(15:09 -0800)
Documentation for pack-objects seems to be out of date in this regard.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-pack-objects.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
91c23e4
)
diff --git
a/Documentation/git-pack-objects.txt
b/Documentation/git-pack-objects.txt
index f52e8fa8bfb6cd1b121eab7e8594368f5b1c6513..944c9e1e8fd99c3a9cab28397b1a2e12011280b1 100644
(file)
--- a/
Documentation/git-pack-objects.txt
+++ b/
Documentation/git-pack-objects.txt
@@
-47,9
+47,8
@@
base-name::
<base-name> to determine the name of the created file.
When this option is used, the two files are written in
<base-name>-<SHA1>.{pack,idx} files. <SHA1> is a hash
<base-name> to determine the name of the created file.
When this option is used, the two files are written in
<base-name>-<SHA1>.{pack,idx} files. <SHA1> is a hash
- of object names (currently in random order so it does
- not have any useful meaning) to make the resulting
- filename reasonably unique, and written to the standard
+ of the sorted object names to make the resulting filename
+ based on the pack content, and written to the standard
output of the command.
--stdout::
output of the command.
--stdout::