We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ba947c + bf12013 commit 4730c5eCopy full SHA for 4730c5e
builtin/pack-objects.c
@@ -815,8 +815,8 @@ static struct reused_chunk {
815
/* The offset of the first object of this chunk in the original
816
* packfile. */
817
off_t original;
818
- /* The offset of the first object of this chunk in the generated
819
- * packfile minus "original". */
+ /* The difference for "original" minus the offset of the first object of
+ * this chunk in the generated packfile. */
820
off_t difference;
821
} *reused_chunks;
822
static int reused_chunks_nr;
0 commit comments