aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
Commit message (Collapse)AuthorAge
* Better ssh connection warmup when using -J for concurrency.Gravatar Joey Hess2018-03-07
| | | | | | Avoids ugly messages when forced ssh command is not git-annex-shell. This commit was sponsored by Ole-Morten Duesund on Patreon.
* Added a commentGravatar https://tribut.de/2018-03-07
|
* Added a commentGravatar https://tribut.de/2018-03-07
|
* responseGravatar Joey Hess2018-03-07
|
* (no commit message)Gravatar https://tribut.de/2018-03-07
|
* Added a commentGravatar yarikoptic2018-03-06
|
* followupGravatar Joey Hess2018-03-06
|
* followupGravatar Joey Hess2018-03-06
|
* commentGravatar Joey Hess2018-03-06
|
* new line was swallowed while copy pasting -- fixedGravatar yarikoptic2018-03-05
|
* forgot to add my own metaGravatar yarikoptic2018-03-05
|
* intial question about special remotes which do not support parallel mode ↵Gravatar yarikoptic2018-03-05
| | | | downloads
* Added a comment: opened github issue with glacier-cliGravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-05
|
* Added a comment: thanks for the quick response!Gravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-05
|
* Improve SHA*E extension extraction codeGravatar Joey Hess2018-03-05
| | | | | | | | | | | | | | | | | | | | Do not treat parts of the filename that contain punctuation or other non-alphanumeric characters as extensions. Before, such characters were filtered out. Note that in 38bd7ca3cce455c20edcee656c706939087c6a69 "foo.ba__________r" was munged to ".bar" and so incorrectly treated as an extension. That was fixed by changing the filter order, but not allowing punctuation seems a better fix. This assumes that extensions containing punctuation are rare. "_" seems the most likely character; I used it in ikiwiki "._comment" files. But I can't recall seeing it anywhere else. It certianly seems that no commonly used extensions contain punctuation. If git-annex doesn't treat "._comment" as an extension, it's not likely to break software that expects to see that extension like some software expects to see .epub or .mp3. This commit was sponsored by Jack Hill on Patreon.
* commentGravatar Joey Hess2018-03-05
|
* Added a comment: dyld: Symbol not found: _inflateValidateGravatar rameshvenk2018-03-04
|
* removedGravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-03
|
* Added a comment: fixed prev commendGravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-03
|
* Added a comment: it seems to affect regular text too.Gravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-03
|
* Added a comment: this has something to do with the dot and spaceGravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-03
|
* Added a comment: I've also upgraded the repo to version 6Gravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-03
|
* Added a comment: checked 6.20180112 and it's the sameGravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-03
|
* (no commit message)Gravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-03
|
* (no commit message)Gravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-03
|
* (no commit message)Gravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-03
|
* (no commit message)Gravatar i@f4fc1d4ed8c7cc91fc284462cb631c270a5195e92018-03-03
|
* fix sync bug in direct modeGravatar Joey Hess2018-02-26
| | | | | | | sync: Fix bug that prevented pulling changes into direct mode repositories that were committed to remotes using git commit rather than git-annex sync. This commit was supported by the NSF-funded DataLad project.
* Fix metadata hook script to support non-ascii charactersGravatar Joey Hess2018-02-26
| | | | | | | | | | tips/automatically_adding_metadata/pre-commit-annex: Fix to not silently skip filenames containing non-ascii characters. git diff-index defaults to munging non-ascii characters. Using -z makes it not do that, and then we just change the nulls to newlines. This commit was sponsored by Jochen Bartl on Patreon.
* (no commit message)Gravatar git-annex@6f13b739194f758abc0b86556b7ce966c1bf3c002018-02-26
|
* (no commit message)Gravatar git-annex@6f13b739194f758abc0b86556b7ce966c1bf3c002018-02-26
|
* original discoveryGravatar yarikoptic2018-02-23
|
* annex.merge-annex-branchesGravatar Joey Hess2018-02-22
| | | | | | | | | | | | | | Added annex.merge-annex-branches config setting which can be used to disable automatic merge of git-annex branches. I wonder if git-annex merge/sync/assistant should disable this setting? Not sure yet, so have not done so. May be that users will not set it in git config, but pass it via -c to commands that need it. Checking the config setting adds a very small overhead, but it's only checked once per command so should be insignificant. This commit was supported by the NSF-funded DataLad project.
* Added a comment: --read-only flag?Gravatar yarikoptic2018-02-22
|
* responseGravatar Joey Hess2018-02-22
|
* Remove temporary code added in 6.20160619 to prime the mergedrefs log.Gravatar Joey Hess2018-02-22
| | | | | | Repositories that are upgraded from before that version to this one will not break, but will just not see the benefit of the mergedrefs log speeding things up, until one new ref gets merged in.
* initial complaints about needing write permissions for info commandGravatar yarikoptic2018-02-20
|
* Added a comment: I can reproduceGravatar olaf2018-02-19
|
* (no commit message)Gravatar michalrus2018-02-17
|
* add wishlist item "creating importfeed does not work with socks proxy"Gravatar https://christian.amsuess.com/chrysn2018-02-14
|
* Added a commentGravatar yarikoptic2018-02-10
|
* (no commit message)Gravatar yarikoptic2018-02-10
|
* (no commit message)Gravatar achilleas.k@14be77d42a1252fab5ec9dbf4e5ea03c5833e8c82018-02-09
|
* (no commit message)Gravatar achilleas.k@14be77d42a1252fab5ec9dbf4e5ea03c5833e8c82018-02-09
|
* (no commit message)Gravatar achilleas.k@14be77d42a1252fab5ec9dbf4e5ea03c5833e8c82018-02-09
|
* (no commit message)Gravatar achilleas.k@14be77d42a1252fab5ec9dbf4e5ea03c5833e8c82018-02-09
|
* responseGravatar Joey Hess2018-02-08
|
* responseGravatar Joey Hess2018-02-06
|
* Added a comment: Did' nyone make it work?Gravatar timotejs@7102fe834ef5514c095ceb7e09b525bafa7b1af42018-02-06
|
* Added a comment: Still getting this errorGravatar davclark2018-02-02
|