Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add failing test for git_object_short_id | Jiri Pospisil | 2014-03-10 | 1 | -0/+7 |
| | |||||
* | Add git_object_short_id API to get short id string | Russell Belfer | 2014-03-04 | 1 | -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. |