summaryrefslogtreecommitdiff
path: root/tests/object/shortid.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.