summaryrefslogtreecommitdiff
path: root/tests/object/shortid.c
Commit message (Collapse)AuthorAgeFilesLines
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-4/+4
| | | | Use the new object_type enumeration names within the codebase.
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
|
* Add failing test for git_object_short_idJiri Pospisil2014-03-101-0/+7
|
* Add git_object_short_id API to get short id stringRussell Belfer2014-03-041-0/+44
This finds a short id string that will unambiguously select the given object, starting with the core.abbrev length (usually 7) and growing until it is no longer ambiguous.