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
|
/* The offset of the first object of this chunk in the original
|
||||||
* packfile. */
|
* packfile. */
|
||||||
off_t original;
|
off_t original;
|
||||||
/* The offset of the first object of this chunk in the generated
|
/* The difference for "original" minus the offset of the first object of
|
||||||
* packfile minus "original". */
|
* this chunk in the generated packfile. */
|
||||||
off_t difference;
|
off_t difference;
|
||||||
} *reused_chunks;
|
} *reused_chunks;
|
||||||
static int reused_chunks_nr;
|
static int reused_chunks_nr;
|
||||||
|
Loading…
Reference in New Issue
Block a user