Merge branch 'hx/pack-objects-chunk-comment'
Comment update. * hx/pack-objects-chunk-comment: pack-objects: fix comment of reused_chunk.difference
This commit is contained in:
commit
4730c5e273
@ -815,8 +815,8 @@ static struct reused_chunk {
|
||||
/* The offset of the first object of this chunk in the original
|
||||
* packfile. */
|
||||
off_t original;
|
||||
/* The offset of the first object of this chunk in the generated
|
||||
* packfile minus "original". */
|
||||
/* The difference for "original" minus the offset of the first object of
|
||||
* this chunk in the generated packfile. */
|
||||
off_t difference;
|
||||
} *reused_chunks;
|
||||
static int reused_chunks_nr;
|
||||
|
Loading…
Reference in New Issue
Block a user