summaryrefslogtreecommitdiffstats
path: root/git-index-pack.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-30 22:19:26 -0700
committerJunio C Hamano <gitster@pobox.com>2020-07-30 22:19:26 -0700
commit9c649b47c0e8b27d2fe0f207b4fb8196978050a4 (patch)
treebdede8e55ca096518a2eebac6da0b9aed154dfd2 /git-index-pack.txt
parent28c33dede604b6d79be8b63ca9a53401cb3187f5 (diff)
downloadgit-htmldocs-9c649b47c0e8b27d2fe0f207b4fb8196978050a4.tar.gz
Autogenerated HTML docs for v2.28.0-81-ge8ab9
Diffstat (limited to 'git-index-pack.txt')
-rw-r--r--git-index-pack.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-index-pack.txt b/git-index-pack.txt
index 9316d9a80..ac74d058e 100644
--- a/git-index-pack.txt
+++ b/git-index-pack.txt
@@ -104,8 +104,8 @@ This option cannot be used with --stdin.
NOTES
-----
-Once the index has been created, the list of object names is sorted
-and the SHA-1 hash of that list is printed to stdout. If --stdin was
+Once the index has been created, the hash that goes into the name of
+the pack/idx file is printed to stdout. If --stdin was
also used then this is prefixed by either "pack\t", or "keep\t" if a
new .keep file was successfully created. This is useful to remove a
.keep file used as a lock to prevent the race with 'git repack'