aboutsummaryrefslogtreecommitdiffstats
path: root/worktree_linux.go
Commit message (Collapse)AuthorAgeFilesLines
* worktree: fix file system info in windowsMáximo Cuadros2017-07-191-1/+0
|
* worktree: add methodMáximo Cuadros2017-04-261-0/+1
|
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-1/+1
| | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release.
* Fix compile-time error on Windows (#251)Mateusz Byczkowski2017-02-021-6/+8
| | | | | | 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-0/+20