teach warn_dangling_symref to take a FILE argument
authorJay Soffian <jaysoffian@gmail.com>
Tue, 10 Nov 2009 05:03:32 +0000 (00:03 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Nov 2009 09:01:47 +0000 (01:01 -0800)
Different callers of warn_dangling_symref() may want to control whether its
output goes to stdout or stderr so let it take a FILE argument.

Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found