diff options
author | Nicolas Pitre <nico@cam.org> | 2006-11-01 17:34:47 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-01 15:09:39 -0800 |
commit | e23ed9a8b4769fcba0944cf121d366ec7db7fe3b (patch) | |
tree | 38d0a813231998c695763a410f25b9fdfe33dc16 | |
parent | 91c23e48d0666a673dd14760bb00f6d59234d9d9 (diff) | |
download | git-e23ed9a8b4769fcba0944cf121d366ec7db7fe3b.tar.gz git-e23ed9a8b4769fcba0944cf121d366ec7db7fe3b.tar.xz |
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>
-rw-r--r-- | Documentation/git-pack-objects.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt index f52e8fa8b..944c9e1e8 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:: |