| author | Alexander Potashev <aspotashev@gmail.com> | |
| Sun, 4 Jan 2009 18:38:41 +0000 (21:38 +0300) | ||
| committer | Junio C Hamano <gitster@pobox.com> | |
| Mon, 5 Jan 2009 21:01:01 +0000 (13:01 -0800) | ||
| commit | d75307084da5f89329de190bb9b4a3196cec1d0e | |
| tree | 74731a248640431379ceba54fa4e826b85d22eaa | tree | snapshot |
| parent | e89e2ed7c225cf16cffbd9648895528e471e2fb8 | commit | diff |
remove trailing LF in die() messages
LF at the end of format strings given to die() is redundant because
die already adds one on its own.
Signed-off-by: Alexander Potashev <aspotashev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
LF at the end of format strings given to die() is redundant because
die already adds one on its own.
Signed-off-by: Alexander Potashev <aspotashev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
16 files changed:
| builtin-cat-file.c | diff | blob | history | |
| builtin-clone.c | diff | blob | history | |
| builtin-fetch.c | diff | blob | history | |
| builtin-init-db.c | diff | blob | history | |
| builtin-log.c | diff | blob | history | |
| builtin-mailinfo.c | diff | blob | history | |
| builtin-merge-recursive.c | diff | blob | history | |
| builtin-update-index.c | diff | blob | history | |
| connect.c | diff | blob | history | |
| daemon.c | diff | blob | history | |
| diff.c | diff | blob | history | |
| git.c | diff | blob | history | |
| grep.c | diff | blob | history | |
| imap-send.c | diff | blob | history | |
| index-pack.c | diff | blob | history | |
| pack-redundant.c | diff | blob | history |