diff options
author | Jeff King <peff@peff.net> | 2013-10-24 04:54:01 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-10-24 15:43:51 -0700 |
commit | 367068e0dd1b7d6b5b4029749b326c6bad172498 (patch) | |
tree | e3387b0afa554b0547719b1b8d1d26f0cd821d61 /credential-cache.c | |
parent | use parse_commit_or_die instead of segfaulting (diff) | |
download | tgif-367068e0dd1b7d6b5b4029749b326c6bad172498.tar.xz |
use parse_commit_or_die instead of custom message
Many calls to parse_commit detect errors and die. In some
cases, the custom error messages are more useful than what
parse_commit_or_die could produce, because they give some
context, like which ref the commit came from. Some, however,
just say "invalid commit". Let's convert the latter to use
parse_commit_or_die; its message is slightly more informative,
and it makes the error more consistent throughout git.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'credential-cache.c')
0 files changed, 0 insertions, 0 deletions