summaryrefslogtreecommitdiff
path: root/doc/bugs
Commit message (Collapse)AuthorAge
* rename bugs/startup_scan_extremely_slow___40__v6_repo__41__.mdwn to ↵Gravatar zarel2016-04-22
| | | | bugs/startup_scan_extremely_slow.mdwn
* Added a comment: objecthashlowerGravatar http://id.clacke.se/2016-04-22
|
* Added a comment: objecthashlowerGravatar http://id.clacke.se/2016-04-22
|
* Added a comment: Case-sensitive on OSXGravatar http://id.clacke.se/2016-04-22
|
* Added a commentGravatar j_k_234@b2b1aa189bf195cefd815fc0fe70e0ebbe2b80772016-04-21
|
* 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
|
* 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.
* followupGravatar 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.
* 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
|/
* releasing package git-annex version 6.201604186.20160418Gravatar Joey Hess2016-04-18
|
* Added a commentGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-04-18
|
* Added a commentGravatar http://svario.it/gioele2016-04-16
|
* Added a commentGravatar divergentdave@5c17d06f6d67c6f157b76a4cc95ca764b7d2f8992016-04-15
|
* (no commit message)Gravatar xloem2016-04-15
|
* responseGravatar Joey Hess2016-04-14
|
* commentGravatar Joey Hess2016-04-14
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-04-14
|\
* | fsck: Warn when core.sharedRepository is set and an annex object file's ↵Gravatar Joey Hess2016-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | write bit is not set and cannot be set due to the file being owned by a different user. Made all Annex.Perms file mode changing functions ignore errors when core.sharedRepository is set, because the file might be owned by someone else. I don't fancy getting bug reports about crashes due to set modes in this configuration, which is a very foot-shooty configuration in the first place. The fsck warning is necessary because old repos kept files mode 444, which doesn't allow locking them, and so if the mode remains 444 due to the file being owned by someone else, the user should be told about it.
| * Added a commentGravatar Don2016-04-14
| |
* | close probably bogus bug and followupGravatar Joey Hess2016-04-14
|/
* fix bug in unlocked file scanner that skipped over executable unlocked filesGravatar Joey Hess2016-04-14
|
* responseGravatar Joey Hess2016-04-13
|
* webapp: Update url to add gitlab.com ssh key. (Psst GitLab.. cool urls don't ↵Gravatar Joey Hess2016-04-13
| | | | change!)
* dup?Gravatar Joey Hess2016-04-13
|
* commentGravatar Joey Hess2016-04-13
|
* responseGravatar Joey Hess2016-04-13
|
* webapp: When $HOME is a git repository, and has been initialized for use by ↵Gravatar Joey Hess2016-04-13
| | | | git-annex, opening the webapp went ahead and ran the assistant there, annexing all files. Since this is almost certianly not desirable, especially when the user is just opening the webapp from a dekstop menu which happens to run it in $HOME, the webapp will now not treat such a $HOME git repository as a git-annex repository.
* responseGravatar Joey Hess2016-04-13
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-04-13
|\
* | followupGravatar Joey Hess2016-04-13
| |
| * removedGravatar https://me.yahoo.com/a/n0FWjM0duI0IytxNwAsBBv1BvGd8rA--#a9eec2016-04-13
| |
| * Added a commentGravatar https://me.yahoo.com/a/n0FWjM0duI0IytxNwAsBBv1BvGd8rA--#a9eec2016-04-13
| |
| * Added a commentGravatar j_k_234@b2b1aa189bf195cefd815fc0fe70e0ebbe2b80772016-04-13
|/
* Fix bug in annex.largefiles mimetype= matching when git-annex is run in a ↵Gravatar Joey Hess2016-04-12
| | | | subdirectory of the repository.
* responseGravatar Joey Hess2016-04-12
|