Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plumbing: ReferenceName constructors | Máximo Cuadros | 2018-10-24 | 1 | -0/+30 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | Fix revision solver for branch and tag (#660) | Anthony HAMON | 2017-12-01 | 1 | -3/+3 |
| | | | fix Repository.ResolveRevision for branch and tag | ||||
* | plumbing: moved `Reference.Is*` methods to `ReferenceName.Is*` | Máximo Cuadros | 2017-08-02 | 1 | -20/+20 |
| | |||||
* | fix reference shortening | Santiago M. Mola | 2017-07-07 | 1 | -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 Hatanaka | 2017-03-28 | 1 | -2/+21 |
| | |||||
* | plumbing: ReferenceType as Stringer | Máximo Cuadros | 2017-03-22 | 1 | -0/+13 |
| | |||||
* | new repository constructors and worktree | Máximo Cuadros | 2017-01-28 | 1 | -1/+2 |
| | |||||
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 1 | -0/+146 |
* plumbing: now core was renamed to core, and formats and clients moved inside |