diff options
author | Jeff King <peff@peff.net> | 2014-06-10 17:41:02 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-13 12:08:17 -0700 |
commit | ba41c1c93fd9109eae954f75a8cb8e32c3e29530 (patch) | |
tree | d4d5e92c25847777b54aabebeaf5cd6b6806b19f /t/t9166-git-svn-fetch-merge-branch-of-branch2.sh | |
parent | use get_cached_commit_buffer where appropriate (diff) | |
download | tgif-ba41c1c93fd9109eae954f75a8cb8e32c3e29530.tar.xz |
use get_commit_buffer to avoid duplicate code
For both of these sites, we already do the "fallback to
read_sha1_file" trick. But we can shorten the code by just
using get_commit_buffer.
Note that the error cases are slightly different when
read_sha1_file fails. get_commit_buffer will die() if the
object cannot be loaded, or is a non-commit.
For get_sha1_oneline, this will almost certainly never
happen, as we will have just called parse_object (and if it
does, it's probably worth complaining about).
For record_author_date, the new behavior is probably better;
we notify the user of the error instead of silently ignoring
it. And because it's used only for sorting by author-date,
somebody examining a corrupt repo can fallback to the
regular traversal order.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9166-git-svn-fetch-merge-branch-of-branch2.sh')
0 files changed, 0 insertions, 0 deletions