Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plumbing: format/index: support for EOIE extension, by default on git v2.2.0 | Máximo Cuadros | 2018-11-19 | 1 | -3/+21 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | plumbing: format index, Index.Add and Index.Glob methods | Máximo Cuadros | 2018-02-26 | 1 | -0/+32 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | worktree: Remove and Move methods | Máximo Cuadros | 2017-05-21 | 1 | -0/+12 |
| | |||||
* | plumbing: index, Entries converted in a slice of pointers | Máximo Cuadros | 2017-04-26 | 1 | -3/+3 |
| | |||||
* | format: index, Index.Entry method | Máximo Cuadros | 2017-04-13 | 1 | -5/+17 |
| | |||||
* | worktree, reset implementation and status improvements | Máximo Cuadros | 2017-04-12 | 1 | -12/+15 |
| | |||||
* | plumbing: format, index stringer | Máximo Cuadros | 2017-04-11 | 1 | -0/+23 |
| | |||||
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 1 | -2/+2 |
| | | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release. | ||||
* | replace os.FileMode use with filemode.FileMode | Alberto Cortés | 2017-03-01 | 1 | -2/+2 |
| | |||||
* | format/index: sort the Entries before encode | Máximo Cuadros | 2017-02-13 | 1 | -4/+9 |
| | |||||
* | package plumbing documentation improvements (#248) | Máximo Cuadros | 2017-02-07 | 1 | -3/+3 |
| | |||||
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 1 | -0/+108 |
* plumbing: now core was renamed to core, and formats and clients moved inside |