]> git.ipfire.org Git - thirdparty/git.git/commit - upload-pack.c
'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)
commit7e44c93558e7c0b12624d76cf07753d0480ed96a
treeac00b198b7cb03e57d8a0e19f550235983f5e52e
parent34baebcee1d66be4cc096a69ba448cd24dcedf21
'git foo' program identifies itself without dash in die() messages

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>
15 files changed:
builtin-apply.c
builtin-checkout-index.c
builtin-commit-tree.c
builtin-fetch-pack.c
builtin-grep.c
builtin-ls-files.c
builtin-rm.c
builtin-show-ref.c
builtin-tar-tree.c
builtin-update-index.c
connect.c
entry.c
merge-index.c
tree-diff.c
upload-pack.c