Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 1 | -1/+2 |
| | |||||
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 1 | -1/+1 |
| | |||||
* | utils: binary reader, add ReadUntilFromBufioReader() | Arran Walker | 2019-04-22 | 1 | -0/+10 |
| | | | | Signed-off-by: Arran Walker <arran.walker@fiveturns.org> | ||||
* | format/diff: unified diff encoder and public API | Antonio Jesus Navarro Perez | 2017-05-23 | 1 | -0/+24 |
| | | | | | | | | | - Added Patch interface - Added a Unified Diff encoder from Patches - Added Change method to generate Patches - Added Changes method to generate Patches - Added Tree method to generate Patches - Added Commit method to generate Patches | ||||
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 1 | -1/+1 |
| | | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release. | ||||
* | 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 | -2/+2 |
| | | | * plumbing: now core was renamed to core, and formats and clients moved inside | ||||
* | utils: fs, new memory filesystem (#108) | Máximo Cuadros | 2016-11-04 | 1 | -1/+1 |
| | | | | | | | | * utils: fs, new memory filesystem * utils: fs, renamed os.NewOS to os.New * utils: fs, memory changes requested by @alcortes | ||||
* | utils: binary, new package that collect all the spare helper functions about ↵ | Máximo Cuadros | 2016-10-31 | 1 | -0/+87 |
binary operations (#102) |