]> git.ipfire.org Git - thirdparty/git.git/commit - attr.c
attr: Fixed debug output for macro expansion.
authorHenrik Grubbström <grubba@grubba.org>
Tue, 6 Apr 2010 12:46:42 +0000 (14:46 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 11 Apr 2010 01:35:59 +0000 (18:35 -0700)
commit426c27b7c0a415cec451d8fd369ecd5a86adf85e
tree6bfc6c40ed28ab1983bb975b417f01fc105d9a62
parent7fb0eaa289576a1dcd7751015ba791f1bce778a9
attr: Fixed debug output for macro expansion.

When debug_set() was called during macro expansion, it
received a pointer to a struct git_attr rather than a
string.

Signed-off-by: Henrik Grubbström <grubba@grubba.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
attr.c