author | Jeff King <peff@peff.net> | |
Tue, 7 Apr 2009 07:06:51 +0000 (03:06 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 8 Apr 2009 06:18:14 +0000 (23:18 -0700) | ||
commit | 8db9a4b85d6b0d7424c8a19b77a5baa8529ab64c | |
tree | fe1f9697c242bf36fc0b364a01bc3c41bb3c79d2 | tree | snapshot |
parent | 3d4ecc0e23b2b2f555e7d33b5623fd4e67cc2ac7 | commit | diff |
for-each-ref: refactor refname handling
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>
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>
builtin-for-each-ref.c | diff | blob | history |