summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
| * Added a comment: pull didn't do anything eitherGravatar matyasbot@fd008517d046c382e18306c0b3db48eb58d45dee2017-10-11
| |
| * (no commit message)Gravatar matyasbot@fd008517d046c382e18306c0b3db48eb58d45dee2017-10-11
| |
| * Added a commentGravatar yarikoptic2017-10-10
| |
| * Added a commentGravatar yarikoptic2017-10-10
|/
* responseGravatar Joey Hess2017-10-10
|
* Added a comment: annex fsck reverts them back to incorrect!Gravatar yarikoptic2017-10-10
|
* initial reportGravatar yarikoptic2017-10-10
|
* (no commit message)Gravatar juh2017-10-10
|
* Added a commentGravatar madalu2017-10-09
|
* Added a comment: Reproduction of bug with "pure" stack buildGravatar madalu2017-10-09
|
* Added a commentGravatar madalu2017-10-09
|
* Added a comment: Second test (without line 134)Gravatar madalu2017-10-09
|
* Added a comment: First testGravatar madalu2017-10-09
|
* keybase encrypted git anyone?Gravatar Marco2017-10-09
|
* Added a comment: IPFS DeduplicationGravatar xloem2017-10-07
|
* webdav: Make --debug show all webdav operations.Gravatar Joey Hess2017-10-07
|
* responseGravatar Joey Hess2017-10-07
|
* change wordingGravatar madalu2017-10-07
|
* (no commit message)Gravatar madalu2017-10-07
|
* (no commit message)Gravatar madalu2017-10-06
|
* Added a commentGravatar madalu2017-10-06
|
* removedGravatar madalu2017-10-06
|
* Added a commentGravatar yarikoptic2017-10-06
|
* Added a commentGravatar yarikoptic2017-10-05
|
* Added a comment: also the same for addGravatar yarikoptic2017-10-05
|
* Added a commentGravatar https://launchpad.net/~felixonmars2017-10-05
|
* (no commit message)Gravatar ilovezfs2017-10-04
|
* (no commit message)Gravatar ilovezfs2017-10-04
|
* add news item for git-annex 6.20171003Gravatar Joey Hess2017-10-03
|
* responseGravatar Joey Hess2017-10-03
|
* Fix markup that caused broken link.Gravatar StephaneGourichon2017-10-03
|
* (no commit message)Gravatar Gary2017-10-03
|
* analysis; probably not a bugGravatar Joey Hess2017-10-02
|
* updateGravatar Joey Hess2017-10-02
|
* info: Improve cleanup of stale transfer info files.Gravatar Joey Hess2017-10-02
| | | | | | | | | | | | | | | | | In my git-annex repos, I found some stale transfer info files without lock files. Pass a mode to tryLockExclusive, so it will create the lock file if not present, and so not fail to clean up such transfer info files. Normally, transfer info files are accompanied by a lock file. But, when alwaysRunTransfer is used, the locking can fail and it will still write the transfer info file. Perhaps there are other cases too? Note that mkProgressUpdater's meter writes to the transfer info file too, and it might be possible for that meter to fire after runTransfer has cleaned up. This commit was sponsored by andrea rota.
* responseGravatar Joey Hess2017-10-02
|
* commentGravatar Joey Hess2017-10-02
|
* answerGravatar Joey Hess2017-10-02
|
* followupGravatar Joey Hess2017-10-02
|
* close old bug which got fixed in the meantimeGravatar Joey Hess2017-10-02
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-10-02
|\
* | you requested his old closed bugs not be deleted yetGravatar Joey Hess2017-10-02
| |
* | forgot to add commentGravatar Joey Hess2017-10-02
| |
| * Added a comment: A hint?Gravatar jgoerzen2017-10-02
| |
| * Added a comment: Use existing ssh keysGravatar 80d8aa@c71d4a9510ad0353dbcf7df399c2e6bde00124742017-09-30
|/
* Added a commentGravatar madalu2017-09-30
|
* fix process and FD leakGravatar Joey Hess2017-09-29
| | | | | | | | | | | | | Fix process and file descriptor leak that was exposed when git-annex was built with ghc 8.2.1. Apparently ghc has changed its behavior of GC of open file handles that are pipes to running processes. That broke git-annex test on OSX due to running out of FDs. Audited for all uses of Annex.new and made stopCoProcesses be called once it's done with the state. Fixed several places that might have leaked in other situations than running the test suite. This commit was sponsored by Ewen McNeill.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-09-29
|\
| * Added a commentGravatar michalrus2017-09-29
| |
| * Added a commentGravatar michalrus2017-09-29
| |