Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compile-time error on Windows (#251) | Mateusz Byczkowski | 2017-02-02 | 1 | -5/+3 |
| | | | | | | syscall.Stat_t it not defined on Windows platform, and hence go-git won't compile on Windows. It's better to pass more generic output of FileInfo `Sys()` (of type interface{}) to `fillSystemInfo` and handle type assertion separately for each platform. | ||||
* | fix worktree at non linux os | Máximo Cuadros | 2017-01-31 | 1 | -7/+4 |
| | |||||
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -3/+3 |
| | |||||
* | Worktree correct FileMode at index entries | Máximo Cuadros | 2017-01-30 | 1 | -2/+19 |
| | |||||
* | worktree, status implementation | Máximo Cuadros | 2017-01-29 | 1 | -4/+249 |
| | |||||
* | new repository constructors and worktree | Máximo Cuadros | 2017-01-28 | 1 | -0/+49 |