]> git.proxmox.com Git - libgit2.git/commit - src/odb.h
odb: improved not found error messages
authorEdward Thomson <ethomson@github.com>
Fri, 4 Mar 2016 06:18:30 +0000 (01:18 -0500)
committerEdward Thomson <ethomson@github.com>
Mon, 7 Mar 2016 15:20:01 +0000 (10:20 -0500)
commite10144ae57e50798e43515cb469722a4e825c23c
tree7c47bd1660b6323551c23c9e84bc360c6c33d68b
parent785d8c48ea8725691da3c50e7dae8751523d4c30
odb: improved not found error messages

When looking up an abbreviated oid, show the actual (abbreviated) oid
the caller passed instead of a full (but ambiguously truncated) oid.
src/odb.c
src/odb.h
src/odb_loose.c
src/odb_pack.c
src/pack.c