aboutsummaryrefslogtreecommitdiffstats
path: root/worktree_unix_other.go
Commit message (Collapse)AuthorAgeFilesLines
* Worktree: use syscall.Timespec.Unix #437 Tobias Klauser2022-04-091-1/+1
| | | | Use the syscall method instead of repeating the type conversions for the syscall.Stat_t Atim/Atimespec/Ctim members.
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-1/+1
|
* Enables building on openbsd, dragonfly bsd and solarisYuce Tekol2018-10-231-0/+26
Signed-off-by: Yuce Tekol <yucetekol@gmail.com>