Re: [PATCH v4 3/6] pack-objects: add --sparse option

2019-01-15 Thread Junio C Hamano
Derrick Stolee writes: > Instead of "we must stay dumb" I wanted to say "we are not dumber (in > this case)". Thanks, then what we aim for are compatible ;-) I do agree that we should make sure we will not ever become overly stupid. > To properly test "these objects are included," do we have a

Re: [PATCH v4 3/6] pack-objects: add --sparse option

2019-01-15 Thread Derrick Stolee
On 1/11/2019 5:30 PM, Junio C Hamano wrote: "Derrick Stolee via GitGitGadget" writes: From: Derrick Stolee Add a '--sparse' option flag to the pack-objects builtin. This allows the user to specify that they want to use the new logic for walking trees. This logic currently does not differ fro

Re: [PATCH v4 3/6] pack-objects: add --sparse option

2019-01-11 Thread Junio C Hamano
"Derrick Stolee via GitGitGadget" writes: > From: Derrick Stolee > > Add a '--sparse' option flag to the pack-objects builtin. This > allows the user to specify that they want to use the new logic > for walking trees. This logic currently does not differ from the > existing output, but will in a

[PATCH v4 3/6] pack-objects: add --sparse option

2018-12-14 Thread Derrick Stolee via GitGitGadget
From: Derrick Stolee Add a '--sparse' option flag to the pack-objects builtin. This allows the user to specify that they want to use the new logic for walking trees. This logic currently does not differ from the existing output, but will in a later change. Create a new test script, t5322-pack-ob