aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/reference.go
Commit message (Collapse)AuthorAgeFilesLines
* fix reference shorteningSantiago M. Mola2017-07-071-18/+18
| | | | | Implemented according to git shorten_unambiguous_ref. See: https://github.com/git/git/blob/e0aaa1b6532cfce93d87af9bc813fb2e7a7ce9d7/refs.c#L1030
* plumbing: Reference, support slash separated branch (#302)Yusuke Hatanaka2017-03-281-2/+21
|
* plumbing: ReferenceType as StringerMáximo Cuadros2017-03-221-0/+13
|
* new repository constructors and worktreeMáximo Cuadros2017-01-281-1/+2
|
* new plumbing package (#118)Máximo Cuadros2016-11-081-0/+146
* plumbing: now core was renamed to core, and formats and clients moved inside