summaryrefslogtreecommitdiff
path: root/doc/bugs
Commit message (Collapse)AuthorAge
...
* 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 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.
* Added a commentGravatar michalrus2017-09-29
|
* Added a commentGravatar michalrus2017-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.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-09-29
|\
* | 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.
* | followupGravatar Joey Hess2017-09-29
| |
| * Added a commentGravatar madalu2017-09-29
|/
* 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.
* 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
|
* thoughtGravatar Joey Hess2017-09-26
|
* commentGravatar Joey Hess2017-09-26
|
* analysisGravatar Joey Hess2017-09-26
|
* original discoveryGravatar yarikoptic2017-09-26
|
* Added a commentGravatar michalrus2017-09-21
|
* Added a comment: Thanks!Gravatar gleachkr@7c488e398809299a1100b93f8884de43dee836742017-09-16
|
* updateGravatar Joey Hess2017-09-16
|
* response for gleachkrGravatar Joey Hess2017-09-16
|
* Added a commentGravatar gleachkr@7c488e398809299a1100b93f8884de43dee836742017-09-16
|
* followup for gleachkrGravatar Joey Hess2017-09-16
|
* Added a comment: More data pointsGravatar gleachkr@7c488e398809299a1100b93f8884de43dee836742017-09-16
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-09-15
|\
* | forwarded from ircGravatar Joey Hess2017-09-15
| |
| * Added a comment: @joey: Sorry ...Gravatar benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e32017-09-14
|/
* Added a commentGravatar yarikoptic2017-09-13
|
* commentGravatar Joey Hess2017-09-13
|
* Added a commentGravatar yarikoptic2017-09-13
|
* crossed away comment on hash levelsGravatar yarikoptic2017-09-13
|
* initial finding about incorrect permissions ignored by fsckGravatar yarikoptic2017-09-13
|
* Added a comment: Issue also affects Samsung devices, git unaffectedGravatar https://christian.amsuess.com/chrysn2017-09-11
|
* (no commit message)Gravatar ilovezfs2017-09-09
|