'git foo' program identifies itself without dash in die() messages
authorJunio C Hamano <gitster@pobox.com>
Sun, 31 Aug 2008 16:39:19 +0000 (09:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 31 Aug 2008 16:39:19 +0000 (09:39 -0700)
This is a mechanical conversion of all '*.c' files with:

s/((?:die|error|warning)\("git)-(\S+:)/$1 $2/;

The result was manually inspected and no false positive was found.

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