Michael Haggerty wrote:
Aside from making the logic clearer, this avoids a call to
warn_dangling_symrefs(), which always does a for_each_rawref()
iteration.
Signed-off-by: Michael Haggerty <redacted>
---
builtin/remote.c | 39 +++++++++++++++++++++------------------
1 file changed, 21 insertions(+), 18 deletions(-)
I had been wondering about this but didn't chase it down far enough.
Thanks for noticing and cleaning it up.
Reviewed-by: Jonathan Nieder <redacted>