aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
Commit message (Collapse)AuthorAge
* Added a comment: Still getting this errorGravatar davclark2018-02-02
|
* (no commit message)Gravatar dxtr2018-01-31
|
* Fixed some formattingGravatar dxtr2018-01-31
|
* (no commit message)Gravatar dxtr2018-01-31
|
* closeGravatar Joey Hess2018-01-15
|
* Added a commentGravatar mbekkema97@66b135681014f005a3a14c4011d148fcb6655f812018-01-12
|
* add remote.<name>.annex-checkuuidGravatar Joey Hess2018-01-10
| | | | | | | | | | | | | | | | | Added remote.<name>.annex-checkuuid config, which can be set to false to disable the default checking of the uuid of remotes that point to directories. This can be useful to avoid unncessary drive spin-ups and automounting. Note that the UUID check is still done before writing to the repository, to avoid writing to the wrong repository if it got relocated. Check is also done before checkPresent to avoid getting confused about what is in which repo. This is effectively the same as the use of git-annex-shell with a uuid to check that the remote repository is the expected one. Did not bother with the check for retrieveKeyFile because it doesn't matter if the wrong repo is used then. This commit was sponsored by Trenton Cronholm on Patreon.
* commentGravatar Joey Hess2018-01-09
|
* Improve startup time for commands that do not operate on remotesGravatar Joey Hess2018-01-09
| | | | | | | | | | | | | | And for tab completion, by not unnessessarily statting paths to remotes, which used to cause eg, spin-up of removable drives. Got rid of the remotes member of Git.Repo. This was a bit painful. Remote.Git modifies the list of remotes as it reads their configs, so still need a persistent list of remotes. So, put it in as Annex.gitremotes. It's only populated by getGitRemotes, so commands like examinekey that don't care about remotes won't do so. This commit was sponsored by Jake Vosloo on Patreon.
* Added a commentGravatar emanuele2018-01-09
|
* (no commit message)Gravatar sawmke2018-01-07
|
* followupGravatar Joey Hess2018-01-04
|
* Added a comment: Thanks!Gravatar emanuele2018-01-03
|
* unused: Write .git/annex/unused etc files with appropriate permissions for ↵Gravatar Joey Hess2018-01-02
| | | | | | the core.sharedRepository config. This commit was sponsored by an anonymous bitcoin donor.
* finally really add back custom-setup stanzaGravatar Joey Hess2017-12-31
| | | | | | | | | | | | Fourth or fifth try at this and finally found a way to make it work. Absurd amount of busy-work forced on me by change in cabal's behavior. Split up Utility modules that need posix stuff out of ones used by Setup. Various other hacks around inability for Setup to use anything that ifdefs a use of unix. Probably lost a full day of my life to this. This is how build systems make their users hate them. Just saying.
* repeated addurl behavior reversion fixGravatar Joey Hess2017-12-31
| | | | | | | | addurl: When the file youtube-dl will download is already an annexed file, don't download it again and fail to overwrite it, instead just do nothing, like it used to when quvi was used. This commit was sponsored by Anthony DeRobertis on Patreon.
* Revert "git-annex.cabal: Add back custom-setup stanza, so cabal new-build ↵Gravatar Joey Hess2017-12-31
| | | | | | | | | | | works." This reverts commit c7c745d28868c8cd646d3e31dd8ba6a0b763f611. No, still doesn't work when built with cabal. It did with stack; stack must somehow make the unix package implicitly available. With cabal, System.Posix.Process and System.Posix.Env are both missing.
* git-annex.cabal: Add back custom-setup stanza, so cabal new-build works.Gravatar Joey Hess2017-12-31
| | | | | | | | Seems I had all the work in past commits to make this build, at least on linux. I'm actually surprised it does, without a unix dep, Utility.Env still builds ok somehow despite using System.Posix.Env. This commit was sponsored by Fernando Jimenez on Patreon.
* followup and open bugGravatar Joey Hess2017-12-31
|
* Added a commentGravatar Yurt2017-12-20
|
* Added a commentGravatar emanuele2017-12-19
|
* (no commit message)Gravatar emanuele2017-12-19
|
* Added a comment: Issue also affects LineageOSGravatar https://christian.amsuess.com/chrysn2017-12-17
|
* Added a comment: I just found out you're already aware of thisGravatar mbekkema97@66b135681014f005a3a14c4011d148fcb6655f812017-12-15
|
* (no commit message)Gravatar samuel.hodgkins@1f82d70f26e5a61ac6a73b6286b2bd907cac50942017-12-15
|
* (no commit message)Gravatar mbekkema97@66b135681014f005a3a14c4011d148fcb6655f812017-12-15
|
* Added a comment: makes senseGravatar andrew2017-12-12
|
* add warning: to make clear this is not an errorGravatar Joey Hess2017-12-11
|
* fixedGravatar Joey Hess2017-12-11
|
* reproductionGravatar Joey Hess2017-12-11
|
* followup and closdGravatar Joey Hess2017-12-11
|
* Added a commentGravatar yarikoptic2017-12-11
|
* Added a commentGravatar yarikoptic2017-12-11
|
* (no commit message)Gravatar andrew2017-12-11
|
* Added a commentGravatar erics2017-12-08
|
* lookupkey absolute path supportGravatar Joey Hess2017-12-08
| | | | | | | lookupkey: Support being given an absolute filename to a file within the current git repository. This commit was supported by the NSF-funded DataLad project.
* fix regression in addurl --fast caused by youtube-dl supportGravatar Joey Hess2017-12-08
| | | | | | | | | | | | | Similar to 9ec6bdfb526fa6b75a264b6417b24aa7f01adc25 but another code path. As well as using youtube-dl unecessarily, it used the filename it comes up with, which while nice for youtube videos, is not right for other files. This means more work is done for urls that youtube-dl does support, but is probably more efficient for other urls, since it only downloads the first chunk of content, while youtube-dl probably downloads more. This commit was supported by the NSF-funded DataLad project.
* (no commit message)Gravatar benjaminpoldrack@10c3a46d1ea5d639e3539d169d55f771a8def21a2017-12-08
|
* Added a comment: additional informationGravatar https://me.yahoo.com/a/x4ddlZwKw9O9IsCHmNZz7tSJn2h0H3vX#23f032017-12-08
|
* Added a commentGravatar yarikoptic2017-12-08
|
* (no commit message)Gravatar https://me.yahoo.com/a/x4ddlZwKw9O9IsCHmNZz7tSJn2h0H3vX#23f032017-12-07
|
* (no commit message)Gravatar https://me.yahoo.com/a/x4ddlZwKw9O9IsCHmNZz7tSJn2h0H3vX#23f032017-12-07
|
* (no commit message)Gravatar https://me.yahoo.com/a/x4ddlZwKw9O9IsCHmNZz7tSJn2h0H3vX#23f032017-12-07
|
* fix regression in addurl --file caused by youtube-dl supportGravatar Joey Hess2017-12-06
| | | | | | | | | | | | | | | | | | Now youtubeDlCheck downloads the beginning of the url's content and checks if it's html, only when it is does it pass it off the youtube-dl to check if it supports it. This means more work is done for urls that youtube-dl does support, but is probably more efficient for other urls, since it only downloads the first chunk of content, while youtube-dl probably downloads more. As well as the reported bug, this also fixes behavior when an url was added with youtube-dl, but the url content has now changed from a html page to something else. Remote.Web.checkKey used to wrongly succeed in that situation, since youtube-dl said sure it can download that something else. This commit was supported by the NSF-funded DataLad project.
* reproduction recipeGravatar Joey Hess2017-12-06
|
* (no commit message)Gravatar yarikoptic2017-12-06
|
* initial whining about yt: prefixGravatar yarikoptic2017-12-06
|
* Added a commentGravatar yarikoptic2017-12-05
|
* Added a commentGravatar yarikoptic2017-12-05
|
* fix gpg subkey support typoGravatar Joey Hess2017-12-05
| | | | | | | | initremote, enableremote: Really support gpg subkeys suffixed with an exclamation mark, which forces gpg to use a specific subkey. (Previous try had a bug.) This commit was sponsored by Jake Vosloo on Patreon.