summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-12-19
|\|
| * Added a commentGravatar emanuele2017-12-19
| |
| * (no commit message)Gravatar emanuele2017-12-19
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-12-17
|\|
| * Added a comment: Issue also affects LineageOSGravatar https://christian.amsuess.com/chrysn2017-12-17
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/iOGTltEpmOTQ.xZ99NFP5c7Zdcc-#6a7ba2017-12-15
| |
| * 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
| |
* | remove ifdef for older base than git-annex.cabal allowsGravatar Joey Hess2017-12-14
| |
* | add git-annex-export.mdwnGravatar Joey Hess2017-12-14
|/
* fold Build/SysConfig.hs into BuildInfo via includeGravatar Joey Hess2017-12-14
| | | | | | | | | | | This avoids warnings from stack about the module not being listed in the cabal file. So, the generated file is also renamed to Build/SysConfig. Note that the setup program seems to be cached despite these changes; I had to cabal clean to get cabal to update it so that Build/SysConfig was written. This commit was sponsored by Jochen Bartl on Patreon.
* add news item for git-annex 6.20171214Gravatar Joey Hess2017-12-14
|
* releasing package git-annex version 6.201712146.20171214Gravatar Joey Hess2017-12-14
|
* http-client and unix-compat patches merged and releasedGravatar Joey Hess2017-12-14
|
* reorgGravatar Joey Hess2017-12-14
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-12-13
|\
* | .noannex fileGravatar Joey Hess2017-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | A top-level .noannex file will prevent git-annex init from being used in a repository. This is useful for repositories that have a policy reason not to use git-annex. The content of the file will be displayed to the user who tries to run git-annex init. This also affects git annex reinit and initialization via the webapp. It does not affect automatic inits, when there's a sibling git-annex branch already. This commit was supported by the NSF-funded DataLad project.
| * removedGravatar yarikoptic2017-12-13
| |
| * Added a commentGravatar yarikoptic2017-12-13
| |
| * Added a commentGravatar yarikoptic2017-12-13
|/
* thoughtGravatar Joey Hess2017-12-13
|
* commentGravatar Joey Hess2017-12-13
|
* commentGravatar Joey Hess2017-12-13
|
* Added a comment: makes senseGravatar andrew2017-12-12
|
* Added a commentGravatar yarikoptic2017-12-11
|
* add warning: to make clear this is not an errorGravatar Joey Hess2017-12-11
|
* followupGravatar Joey Hess2017-12-11
|
* followupGravatar Joey Hess2017-12-11
|
* todoGravatar Joey Hess2017-12-11
|
* fixedGravatar Joey Hess2017-12-11
|
* fix recorded url when using --file with external special remoteGravatar Joey Hess2017-12-11
| | | | | | | The youtube changes accidentially caused the OtherDownloader url to not get used here, which broke datalad's test suite luckily. This commit was supported by the NSF-funded DataLad project.
* reproductionGravatar Joey Hess2017-12-11
|
* followup and closdGravatar Joey Hess2017-12-11
|
* type signature works for both old and new versions of ifdefGravatar Joey Hess2017-12-11
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-12-11
|\
* | avoid trying youtube-dl for ftp and file url schemesGravatar Joey Hess2017-12-11
| | | | | | | | This commit was sponsored by John Peloquin on Patreon.
| * Added a commentGravatar yarikoptic2017-12-11
| |
| * Added a commentGravatar yarikoptic2017-12-11
| |
| * (no commit message)Gravatar andrew2017-12-11
|/
* removedGravatar robert.schuetz@7942237bf71a2ae4f5d3cb047d167612b8c9e3112017-12-09
|
* Added a commentGravatar robert.schuetz@7942237bf71a2ae4f5d3cb047d167612b8c9e3112017-12-09
|
* Added a commentGravatar robert.schuetz@7942237bf71a2ae4f5d3cb047d167612b8c9e3112017-12-09
|
* Added a comment: hook and quotingGravatar woffs2017-12-09
|
* Added a commentGravatar erics2017-12-08
|
* responseGravatar Joey Hess2017-12-08
|
* responseGravatar Joey Hess2017-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
|