commit | e276c26b4b65711c27e3ef37e732d41eeae42094 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed Aug 20 12:29:27 2008 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Aug 20 13:29:30 2008 -0700 |
tree | ccb0991f57fa881ed80e0c0093844d348b8825bd | |
parent | c35539eb10b0ab2a180e523f03ff65dc061bd47e [diff] |
for-each-ref: cope with tags with incomplete lines If you have a tag with a single, incomplete line as its payload, asking git-for-each-ref for its %(body) element accessed a NULL pointer. Signed-off-by: Junio C Hamano <gitster@pobox.com>