aboutsummaryrefslogtreecommitdiffstats
path: root/worktree.go
Commit message (Collapse)AuthorAgeFilesLines
* git: make Storer public in Repository.Santiago M. Mola2017-02-091-2/+2
|
* Fix compile-time error on Windows (#251)Mateusz Byczkowski2017-02-021-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 osMáximo Cuadros2017-01-311-7/+4
|
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-3/+3
|
* Worktree correct FileMode at index entriesMáximo Cuadros2017-01-301-2/+19
|
* worktree, status implementationMáximo Cuadros2017-01-291-4/+249
|
* new repository constructors and worktreeMáximo Cuadros2017-01-281-0/+49