| author | Junio C Hamano <gitster@pobox.com> | |
| Sun, 31 Aug 2008 16:39:19 +0000 (09:39 -0700) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Sun, 31 Aug 2008 16:39:19 +0000 (09:39 -0700) | ||
| commit | 7e44c93558e7c0b12624d76cf07753d0480ed96a | |
| tree | ac00b198b7cb03e57d8a0e19f550235983f5e52e | tree | snapshot |
| parent | 34baebcee1d66be4cc096a69ba448cd24dcedf21 | commit | diff |
'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>
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 | diff | blob | history | |
| builtin-checkout-index.c | diff | blob | history | |
| builtin-commit-tree.c | diff | blob | history | |
| builtin-fetch-pack.c | diff | blob | history | |
| builtin-grep.c | diff | blob | history | |
| builtin-ls-files.c | diff | blob | history | |
| builtin-rm.c | diff | blob | history | |
| builtin-show-ref.c | diff | blob | history | |
| builtin-tar-tree.c | diff | blob | history | |
| builtin-update-index.c | diff | blob | history | |
| connect.c | diff | blob | history | |
| entry.c | diff | blob | history | |
| merge-index.c | diff | blob | history | |
| tree-diff.c | diff | blob | history | |
| upload-pack.c | diff | blob | history |