diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-31 19:19:44 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-31 20:30:55 -0800 |
commit | e2afb0be9073fbe9f565ad9e952155c0bf7dd7c6 (patch) | |
tree | 623ec8b09af697819d835d66701971ef4f276c94 /Documentation | |
parent | git-am: record full index line in the patch used while rebasing (diff) | |
download | tgif-e2afb0be9073fbe9f565ad9e952155c0bf7dd7c6.tar.xz |
apply: simplify build_fake_ancestor()
The local variable sha1_ptr in the build_fake_ancestor() function
used to either point at the null_sha1[] (if the ancestor did not
have the path) or at sha1[] (if we read the object name into the
local array), but 7a98869 (apply: get rid of --index-info in favor
of --build-fake-ancestor, 2007-09-17) made the "missing in the
ancestor" case unnecessary, hence sha1_ptr, when used, always points
at the local array.
Get rid of the unneeded variable, and restructure the if/else
cascade a bit to make it easier to read. There should be no
behaviour change.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions