aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-pack-objects.txt
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2006-11-01 17:34:47 -0500
committerJunio C Hamano <junkio@cox.net>2006-11-01 15:09:39 -0800
commite23ed9a8b4769fcba0944cf121d366ec7db7fe3b (patch)
tree38d0a813231998c695763a410f25b9fdfe33dc16 /Documentation/git-pack-objects.txt
parent91c23e48d0666a673dd14760bb00f6d59234d9d9 (diff)
downloadgit-e23ed9a8b4769fcba0944cf121d366ec7db7fe3b.tar.gz
pack-objects doesn't create random pack names
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>
Diffstat (limited to 'Documentation/git-pack-objects.txt')
-rw-r--r--Documentation/git-pack-objects.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt
index f52e8fa8bf..944c9e1e8f 100644
--- 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
- 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::