diff options
author | brian m. carlson <sandals@crustytoothpaste.net> | 2019-01-15 00:39:43 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-01-15 09:57:41 -0800 |
commit | f55ac4311ad173529cbac7a619d422674a4252ad (patch) | |
tree | b6b89dfa9b37e2f7466b7286294d14fc1140308c /advice.c | |
parent | match-trees: compute buffer offset correctly when splicing (diff) | |
download | tgif-f55ac4311ad173529cbac7a619d422674a4252ad.tar.xz |
match-trees: use hashcpy to splice trees
When we splice trees together, we operate in place on the tree buffer.
If we're using SHA-1 for the hash algorithm, we may not have a full
GIT_MAX_RAWSZ (32) bytes to copy. Consequently, it doesn't logically
make sense for us to use a struct object_id to represent this type,
since it isn't a complete object.
Represent this value as a unsigned char pointer instead and copy it when
necessary.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'advice.c')
0 files changed, 0 insertions, 0 deletions