aboutsummaryrefslogtreecommitdiffstats
path: root/worktree_darwin.go
Commit message (Collapse)AuthorAgeFilesLines
* use bsd superset for conditional compilationwardn2018-04-101-26/+0
| | | | Signed-off-by: wardn <wardn@users.noreply.github.com>
* Added support for non-symlink checkouts on Windows when elevated rights are ↵Felix Kollmann2018-03-121-0/+4
| | | | | | missing This implementation mimicks the behavior of Git on Windows Signed-off-by: Felix Kollmann <mail@fkollmann.de>
* 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