diff options
author | Ramkumar Ramachandra <artagnon@gmail.com> | 2011-11-15 15:01:32 +0530 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-11-15 16:59:46 -0800 |
commit | 5e1e6b93d024b5a01f4e957a2bedba899cb22f68 (patch) | |
tree | 9342f5a6601475df6c95c02eaeb18aa337dc6a34 /refs.c | |
parent | f0c7fd49c0b9454808486e8c56cd3d9c022d56f2 (diff) | |
download | git-5e1e6b93d024b5a01f4e957a2bedba899cb22f68.tar.gz |
revert: prettify fatal messages
Some of the fatal messages printed by revert and cherry-pick look ugly
like the following:
fatal: Could not open .git/sequencer/todo.: No such file or directory
The culprit here is that these callers of the die_errno() function did not
take it into account that the message string they give to it is followed
by ": <strerror>", hence the message typically should not end with the
full-stop.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'refs.c')
0 files changed, 0 insertions, 0 deletions