summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* use a separate tmp dir for the test homeGravatar Joey Hess2016-04-20
|
* a couple of tests chdir in ways that need an absolute path in the overridden ↵Gravatar Joey Hess2016-04-20
| | | | HOME
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-04-20
|\
* | Isolate test suite from global git config settings.Gravatar Joey Hess2016-04-20
| |
| * Added a commentGravatar spwhitton2016-04-20
|/
* Fix bug that prevented annex.sshcaching=false configuration from taking ↵Gravatar Joey Hess2016-04-20
| | | | effect when on a crippled filesystem. Thanks, divergentdave.
* commentGravatar Joey Hess2016-04-20
|
* only filter out mdwn2man warning, not other warningsGravatar Joey Hess2016-04-20
|
* commentGravatar Joey Hess2016-04-20
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-04-20
|\
* | commentGravatar Joey Hess2016-04-20
| |
| * Added a commentGravatar pigmonkey2016-04-20
|/
* commentGravatar Joey Hess2016-04-20
|
* this bug report/rant section has gotten way past diminishing returns, so I ↵Gravatar Joey Hess2016-04-20
| | | | | | | am deleting it Sorry, but I have no interest in arguing about false equivilances such as comment 23.
* parenGravatar Joey Hess2016-04-20
|
* fixed via time machineGravatar Joey Hess2016-04-20
|
* calckey: New plumbing command, calculates the key that would be used to ↵Gravatar Joey Hess2016-04-20
| | | | refer to a file
* reinject: When src file's content cannot be verified, leave it alone, ↵Gravatar Joey Hess2016-04-20
| | | | instead of deleting it.
* commentGravatar Joey Hess2016-04-20
|
* responseGravatar Joey Hess2016-04-20
|
* followupGravatar Joey Hess2016-04-20
|
* commentGravatar Joey Hess2016-04-20
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-04-20
|\
* | Avoid setting LOCPATH in linux standalone builds now that ghc has been fixed ↵Gravatar Joey Hess2016-04-20
| | | | | | | | to not hang when it cannot find locale files.
| * (no commit message)Gravatar pigmonkey2016-04-20
|/
* remove old closed bugs and todo items to speed up wiki updates and reduce sizeGravatar Joey Hess2016-04-19
| | | | | | | | | Remove closed bugs and todos that were last edited or commented before Q3 2015. Command line used: for f in $(grep -l '\[\[done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --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=09-09-2015 --pretty=oneline -- "$f")" -a -z "$(git log --since=09-09-2015 --pretty=oneline -- "$d")" ]; then git rm -- "$f"; git rm -rf "$d"; fi; done
* reopen, commentGravatar Joey Hess2016-04-19
|
* Fix duplicate progress meter display when downloading from a git remote over ↵Gravatar Joey Hess2016-04-19
| | | | http with -J.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-04-19
|\
* | reproducedGravatar Joey Hess2016-04-19
| |
| * Added a commentGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-04-19
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-04-19
|\
* | commentGravatar Joey Hess2016-04-19
| |
| * added meta that author was mihGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-04-19
| |
| * Added a commentGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-04-19
|/
* add news item for git-annex 6.20160418Gravatar Joey Hess2016-04-18
|
* releasing package git-annex version 6.201604186.20160418Gravatar Joey Hess2016-04-18
|
* prep releaseGravatar Joey Hess2016-04-18
|
* fix linkGravatar Joey Hess2016-04-18
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-04-18
|\
* | fix drop hang reported by musicmatzeGravatar Joey Hess2016-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix hang when dropping content needs to lock the content on a ssh remote, which occurred when the remote has git-annex version 5.20151019 or newer. Analysis: `race` runs 2 threads at once, and the hGetLine finishes first. So, it tries to cancel the waitForProcess, but unfortunately that is making a foreign call and so cannot be canceled. The remote git-annex-shell is waiting for a line on stdin before it will exit. Deadlock. This only occurred sometimes; I reproduced it going from darkstar to elephant, but not from darkstar to darkstar. Not sure how that fits into the above analysis -- perhaps a race condition is also involved? Fixed by not using `race`; now the hGetLine will fail with an exception if the remote git-annex-shell exits without any output.
| * poll vote (Tahoe-LAFS)Gravatar https://tylercipriani.com/2016-04-18
| |
| * poll vote (OpenStack SWIFT)Gravatar 8.44.144.242016-04-18
| |
| * Added a commentGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-04-18
| |
| * Added a commentGravatar Horus2016-04-17
| |
| * Added a commentGravatar Horus2016-04-17
|/
* Added a commentGravatar http://svario.it/gioele2016-04-16
|
* removedGravatar 0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d67302016-04-16
|
* Added a comment: Assistant supportGravatar 0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d67302016-04-16
|
* Added a comment: Assistant supportGravatar 0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d67302016-04-16
|