aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* 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
| |
* | commentGravatar Joey Hess2017-09-29
| |
* | commentGravatar Joey Hess2017-09-29
|/
* retitleGravatar Joey Hess2017-09-29
|
* commentGravatar Joey Hess2017-09-29
|
* test: Fix reversion that made it only run inside a git repository.Gravatar Joey Hess2017-09-29
| | | | | | | | Using annexeval to run probeCrippledFileSystem' caused Git.CurrentRepo.get to be run. Fixed easily since probeCrippledFileSystem' had no need to use the Annex monad. This commit was sponsored by Ethan Aubin.
* commentGravatar Joey Hess2017-09-29
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-09-29
|\
* | answerGravatar Joey Hess2017-09-29
| |
* | remove stealth spamGravatar Joey Hess2017-09-29
| | | | | | | | | | | | | | | | | | | | | | While the link seems a valid article on recovering a sqlite database, it's a stealth advertisement for a commercial product. Every post on that blog is such a stealth advertisement. Also, the question in this forum post has already been adequatly answered. So, I suspect this was a spamming attempt.
* | commentGravatar Joey Hess2017-09-29
| |
| * Fix git-annex commandGravatar madalu2017-09-29
| |
| * Added a commentGravatar madalu2017-09-29
|/
* commentGravatar Joey Hess2017-09-29
|
* remove old closed bugs and todo items to speed up wiki updates and reduce sizeGravatar Joey Hess2017-09-29
| | | | | | | | | Remove closed bugs and todos that were last edited or commented before 2017. Command line used: for f in $(grep -l '|done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=01-01-2017 --pretty=oneline -- "$f")" -a -z "$(git log --since=01-01-2017 --pretty=oneline -- "$d")" ]; then git rm -- "./$f" ; git rm -rf "./$d"; fi; done for f in $(grep -l '\[\[done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=01-01-2017 --pretty=oneline -- "$f")" -a -z "$(git log --since=01-01-2017 --pretty=oneline -- "$d")" ]; then git rm -- "./$f" ; git rm -rf "./$d"; fi; done
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-09-29
|\
* | limit rss/atom feeds to 10 pages to avoid enormous filesGravatar Joey Hess2017-09-29
| | | | | | | | | | Since bug reports are often long, the rss and atom feeds were 5+ mb in size.
* | commentGravatar Joey Hess2017-09-29
| |
* | followupGravatar Joey Hess2017-09-29
| |
| * Added a commentGravatar madalu2017-09-29
|/
* sync: Added --cleanup, which removes local and remote synced/ branches.Gravatar Joey Hess2017-09-28
| | | | | | | Also deletes any tagged pushes that the assistant might have done, since those would also prevent resetting a branch back. This commit was sponsored by andrea rota.
* Warn when metadata is inherited from a previous version of a fileGravatar Joey Hess2017-09-28
| | | | | | to avoid the user being surprised in cases where that behavior is not desired or expected This commit was supported by the NSF-funded DataLad project.
* metadata: Added --remove-all.Gravatar Joey Hess2017-09-28
| | | | | | | Motivation is to remove all metadata when it gets copied from a previous version of the file, and that is not deisrable. This commit was supported by the NSF-funded DataLad project.
* followupGravatar Joey Hess2017-09-28
|
* i believe you meant -o here, not -e. -e is escape character, while -o is to ↵Gravatar anarcat2017-09-27
| | | | change options.
* (no commit message)Gravatar madalu2017-09-27
|
* (no commit message)Gravatar madalu2017-09-27
|
* (no commit message)Gravatar madalu2017-09-27
|
* (no commit message)Gravatar madalu2017-09-27
|
* Added a commentGravatar yarikoptic2017-09-27
|