Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plumbing: moved `Reference.Is*` methods to `ReferenceName.Is*` | Máximo Cuadros | 2017-08-02 | 1 | -4/+4 |
| | |||||
* | fix reference shortening | Santiago M. Mola | 2017-07-07 | 1 | -0/+5 |
| | | | | | 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 Hatanaka | 2017-03-28 | 1 | -0/+5 |
| | |||||
* | plumbing: ReferenceType as Stringer | Máximo Cuadros | 2017-03-22 | 1 | -0/+4 |
| | |||||
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 1 | -0/+61 |
* plumbing: now core was renamed to core, and formats and clients moved inside |