for-each-ref: refactor refname handling
authorJeff King <peff@peff.net>
Tue, 7 Apr 2009 07:06:51 +0000 (03:06 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Apr 2009 06:18:14 +0000 (23:18 -0700)
This code handles some special magic like *-deref and the
:short formatting specifier. The next patch will add another
field which outputs a ref and wants to use the same code.

This patch splits the "which ref are we outputting" from the
actual formatting. There should be no behavioral change.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found