]> git.ipfire.org Git - thirdparty/git.git/blobdiff - pack-write.c
Merge branch 'jk/add-i-fixes'
[thirdparty/git.git] / pack-write.c
index f0017beb9dd4386399c39b34a2157f9a1c5308d1..685d327d800a5cddfd9e6c35d9b0527ac35ce227 100644 (file)
@@ -38,9 +38,8 @@ static int need_large_offset(off_t offset, const struct pack_idx_option *opts)
 }
 
 /*
- * On entry *sha1 contains the pack content SHA1 hash, on exit it is
- * the SHA1 hash of sorted object names. The objects array passed in
- * will be sorted by SHA1 on exit.
+ * The *sha1 contains the pack content SHA1 hash.
+ * The objects array passed in will be sorted by SHA1 on exit.
  */
 const char *write_idx_file(const char *index_name, struct pack_idx_entry **objects,
                           int nr_objects, const struct pack_idx_option *opts,