summaryrefslogtreecommitdiff
path: root/tests/diff/diff_helpers.c
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-06-10 10:59:56 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2015-06-10 10:59:56 +0200
commit969d4b703c910a8fd045baafbcd243b4c9825316 (patch)
tree19bcf8305c238a2a6156e184e34319c593def193 /tests/diff/diff_helpers.c
parent878293f7e1d62b951aaa7dc106ca9c6783112d96 (diff)
downloadlibgit2-969d4b703c910a8fd045baafbcd243b4c9825316.tar.gz
object: correct the expected ID size in prefix lookup
We take in a possibly partial ID by taking a length and working off of that to figure out whether to just look up the object or ask the backends for a prefix lookup. Unfortunately we've been checking the size against `GIT_OID_HEXSZ` which is the size of a *string* containing a full ID, whereas we need to check against the size we can have when it's a 20-byte array. Change the checks and comment to use `GIT_OID_RAWSZ` which is the correct size of a git_oid to have when full.
Diffstat (limited to 'tests/diff/diff_helpers.c')
0 files changed, 0 insertions, 0 deletions