Re: [PATCH v3 4/5] show-ref: Detect dangling refs under --verify as well

2017-01-23 Thread Junio C Hamano
Vladimir Panteleev writes: > Move detection of dangling refs into show_one, so that they are > detected when --verify is present as well as when it is absent. > > Signed-off-by: Vladimir Panteleev > --- > builtin/show-ref.c | 16

[PATCH v3 4/5] show-ref: Detect dangling refs under --verify as well

2017-01-23 Thread Vladimir Panteleev
Move detection of dangling refs into show_one, so that they are detected when --verify is present as well as when it is absent. Signed-off-by: Vladimir Panteleev --- builtin/show-ref.c | 16 t/t1403-show-ref.sh | 22 ++ 2 files