Re: [PATCH 17/33] repack_without_ref(): silence errors for dangling packed refs

2013-04-17 Thread Michael Haggerty
On 04/15/2013 07:39 PM, Junio C Hamano wrote: > Michael Haggerty writes: > >> Stop emitting an error message for dangling packed references found >> when deleting another packed reference. See the previous commit for a >> longer explanation of the issue. >> >> Change repack_without_ref_fn() to s

Re: [PATCH 17/33] repack_without_ref(): silence errors for dangling packed refs

2013-04-15 Thread Junio C Hamano
Michael Haggerty writes: > Stop emitting an error message for dangling packed references found > when deleting another packed reference. See the previous commit for a > longer explanation of the issue. > > Change repack_without_ref_fn() to silently ignore dangling packed > references. > > Signed

[PATCH 17/33] repack_without_ref(): silence errors for dangling packed refs

2013-04-14 Thread Michael Haggerty
Stop emitting an error message for dangling packed references found when deleting another packed reference. See the previous commit for a longer explanation of the issue. Change repack_without_ref_fn() to silently ignore dangling packed references. Signed-off-by: Michael Haggerty --- refs.c