Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | munge NAME section of man pages to make lintian happy5.20150522 | Joey Hess | 2015-05-22 |
| | |||
* | lintian fix | Joey Hess | 2015-05-22 |
| | |||
* | remove deprecated hamlet package | Joey Hess | 2015-05-22 |
| | | | | shakespeare provides this now | ||
* | comment | Joey Hess | 2015-05-22 |
| | |||
* | Weird rsync error message, initial report -- unable to reproduce faithfully yet | clacke | 2015-05-22 |
| | |||
* | fix cabal file munging code to work with current cabal file | Joey Hess | 2015-05-22 |
| | |||
* | update android patches | Joey Hess | 2015-05-22 |
| | |||
* | prep release | Joey Hess | 2015-05-22 |
| | |||
* | correct path for trustedkeys | Joey Hess | 2015-05-22 |
| | |||
* | fix windows build | Joey Hess | 2015-05-22 |
| | |||
* | need more polymorphism | Joey Hess | 2015-05-22 |
| | |||
* | fix windows build | Joey Hess | 2015-05-22 |
| | |||
* | OSX: Corrected the location of trustedkeys.gpg, so the built-in upgrade code ↵ | Joey Hess | 2015-05-22 |
| | | | | will find it. Fixes OSX upgrade going forward, but older versions won't upgrade themselves due to this problem. | ||
* | comment | Joey Hess | 2015-05-22 |
| | |||
* | response | Joey Hess | 2015-05-22 |
| | |||
* | comment | Joey Hess | 2015-05-22 |
| | |||
* | (no commit message) | jean.jordaan@4bb3bd508a9eb0a4bab5d1b587dadd2b6c4a7edc | 2015-05-22 |
| | |||
* | (no commit message) | jean.jordaan@4bb3bd508a9eb0a4bab5d1b587dadd2b6c4a7edc | 2015-05-22 |
| | |||
* | (no commit message) | mitzip | 2015-05-21 |
| | |||
* | Added a comment | CandyAngel | 2015-05-21 |
| | |||
* | (no commit message) | eigengrau | 2015-05-21 |
| | |||
* | Added a comment | https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7 | 2015-05-21 |
| | |||
* | Its vs it's | https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7 | 2015-05-21 |
| | |||
* | (no commit message) | CalebJ | 2015-05-20 |
| | |||
* | remove too much time | anarcat | 2015-05-20 |
| | |||
* | mention mailman 3 | anarcat | 2015-05-20 |
| | |||
* | Added a comment | candyangel@7b9260fff42e1f6f552e1348007f7409a9101e82 | 2015-05-20 |
| | |||
* | ignore failure to clean up stale transfer lock file | Joey Hess | 2015-05-19 |
| | | | | | Perhaps due to permissions problem, or perhaps a race with another process also cleaning up. | ||
* | fix crash in stale transfer lockfile cleanup code | Joey Hess | 2015-05-19 |
| | | | | | Need to differentiate between the lockfile not being locked, and it not existing. | ||
* | comment | Joey Hess | 2015-05-19 |
| | |||
* | devblog | Joey Hess | 2015-05-19 |
| | |||
* | git-annex is now available in stackage; suggest using to in fromsource to ↵ | Joey Hess | 2015-05-19 |
| | | | | avoid cabal hell issues | ||
* | close | Joey Hess | 2015-05-19 |
| | |||
* | Build documentation with TZ=UTC for reproducible builds. See #785736. | Joey Hess | 2015-05-19 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2015-05-19 |
|\ | |||
* | | unused imports | Joey Hess | 2015-05-19 |
| | | |||
* | | better memoize core.sharedrepository handling | Joey Hess | 2015-05-19 |
| | | | | | | | | | | It was memoized, but that was not used consistently. Move it to Types.GitConfig so it will auto-memoize. | ||
* | | honor core.sharedRepository settings in lockContent | Joey Hess | 2015-05-19 |
| | | | | | | | | | | | | | | | | The content file may not be owned by the user running git-annex, in which case, setting the owner write bit was not enough to let lockContent act on the file. However, with some core.sharedRepository configs, the file should be writable by the user's group. So, the thing to do is to call thawContent on it. | ||
* | | document exit codes of inannex | Joey Hess | 2015-05-19 |
| | | |||
* | | fix inAnnexSafe result for direct file that is being dropped | Joey Hess | 2015-05-19 |
| | | | | | | | | | | | | | | | | | | | | | | It was returning Just False in this situation, which differed from indirect mode behavior. I don't think this led to any actual problems; things that checked if the file being dropped was present just failed to fail, and instead reported it wasn't present, possibly incorrectly. Hmm, it's possible that this could have made git annex fsck --from remote update the location log wrongly, if a remote was in direct mode, and was in the middle of trying to drop a key, and the drop later failed. | ||
* | | convert lockContent to use new LockPools | Joey Hess | 2015-05-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also cleaned up the code, avoiding creating a lock file if we're going to open it for create later anyway. And, if there's an exception while preparing to lock the file, but not at the point of actually taking the lock, throw an exception, instead of silently not locking and pretending to succeed. And, on Windows, always use lock file, even if the repo somehow got into indirect mode (maybe with cygwin git..) | ||
* | | use lock pools throughout git-annex | Joey Hess | 2015-05-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The one exception is in Utility.Daemon. As long as a process only daemonizes once, which seems reasonable, and as long as it avoids calling checkDaemon once it's already running as a daemon, the fcntl locking gotchas won't be a problem there. Annex.LockFile has it's own separate lock pool layer, which has been renamed to LockCache. This is a persistent cache of locks that persist until closed. This is not quite done; lockContent stil needs to be converted. | ||
| * | Added a comment | https://id.koumbit.net/anarcat | 2015-05-19 |
| | | |||
| * | (no commit message) | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 | 2015-05-19 |
| | | |||
| * | Added a comment: A possible solution | Marco | 2015-05-19 |
| | | |||
| * | Added a comment: Convert bare repository to normal | https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7 | 2015-05-19 |
| | | |||
* | | lock pools to work around non-concurrency/composition safety of POSIX fcntl | Joey Hess | 2015-05-18 |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2015-05-17 |
|\ | |||
* | | webapp: Fix zombie xdg-open process left when opening file browser. Closes: ↵ | Joey Hess | 2015-05-17 |
| | | | | | | | | #785498 | ||
* | | comment typos | Joey Hess | 2015-05-17 |
| | |