- 21 Jun, 2021 1 commit
-
-
tavit ohanian authored
-
- 29 Jul, 2020 1 commit
-
-
Fazlul Shahriar authored
os.Rename documentation says: "OS-specific restrictions may apply when oldpath and newpath are in different directories." On Unix, this means we can't rename across devices. On Plan 9 however, the functionality is even more limited: cross-directory renames are not allowed at all. Add a wrapper around os.Rename for Plan 9, which will copy the file if we're renaming across directory. All tests seems to pass. (Aside: I also had to write this wrapper to get go-git working on Plan 9: https://github.com/go-git/go-billy/blob/v5.0.0/osfs/os_plan9.go#L27 but I notice few issues with that one.) Fixes #86
-
- 10 Apr, 2020 1 commit
-
-
Steven Allen authored
-
- 14 Feb, 2020 1 commit
-
-
Steven Allen authored
-
- 01 Mar, 2019 1 commit
-
-
Steven Allen authored
(and make Close threadsafe)
-
- 24 Mar, 2018 1 commit
-
-
Kevin Atkinson authored
This now means that the datastore needs to be properly closed, to clean up the background thread.
-
- 15 Mar, 2018 1 commit
-
-
Dominic Della Valle authored
Since Go 1.5, os.Rename is consistent across platforms
-
- 17 Feb, 2017 1 commit
-
-
Kevin Atkinson authored
-
- 12 Feb, 2017 2 commits
-
-
Jakub Sztandera authored
-
Jakub Sztandera authored
-
- 19 Jan, 2017 4 commits
-
-
Kevin Atkinson authored
-
Kevin Atkinson authored
-
Kevin Atkinson authored
This also means that it is no longer possible to report the estimate time left.
-
Kevin Atkinson authored
-