aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-index-pack.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-30 21:34:32 -0700
committerJunio C Hamano <gitster@pobox.com>2020-07-30 21:34:32 -0700
commitd61aed07bd0c61420879f42b4b961785ed1f742a (patch)
tree15db78208cd3165188688b8eb82609fa168adffd /Documentation/git-index-pack.txt
parent06df6b5fd92cc7dd4650d2db9f642ce504b56eb8 (diff)
parente2bfa50ac3bfc697f3caa623213acbf591cdfa8e (diff)
downloadgit-d61aed07bd0c61420879f42b4b961785ed1f742a.tar.gz
Merge branch 'jb/doc-packfile-name' into master
Doc update. * jb/doc-packfile-name: pack-write/docs: update regarding pack naming
Diffstat (limited to 'Documentation/git-index-pack.txt')
-rw-r--r--Documentation/git-index-pack.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-index-pack.txt b/Documentation/git-index-pack.txt
index 9316d9a80b..ac74d058e0 100644
--- a/Documentation/git-index-pack.txt
+++ b/Documentation/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'