aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* devblogGravatar Joey Hess2018-01-05
|
* more core.sharedRepository perm fixesGravatar Joey Hess2018-01-04
| | | | | | | Fix more places where files in .git/annex/ were written with modes that did not take the core.sharedRepository config into account. This commit was sponsored by Jeff Goeke-Smith on Patreon.
* followupGravatar Joey Hess2018-01-04
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2018-01-04
|\
* | fix windows buildGravatar Joey Hess2018-01-04
| |
* | document youtube channels, not playlistsGravatar Joey Hess2018-01-04
| | | | | | | | | | | | | | The feeds for playlists seem pretty broken, since they have the oldest items first and are truncated, so after a few dozen items, new items never appear on them. Channel feeds don't currently have this breakage (although perhaps Google will find a way to break them eventually..)
| * Added a comment: Thanks!Gravatar emanuele2018-01-03
|/
* Fix several places where files in .git/annex/ were written with modes that ↵Gravatar Joey Hess2018-01-02
| | | | | | | | | | did not take the core.sharedRepository config into account. git grep writeFile finds some more that might also be problems, but for now I've concentrated on .git/annex/ log files. There are certianly cases where writeFile is not a problem too. This commit was sponsored by mo on Patreon.
* updatesGravatar Joey Hess2018-01-02
|
* updateGravatar Joey Hess2018-01-02
|
* 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.
* split BuildInfo and BuildFlagsGravatar Joey Hess2018-01-02
| | | | | | The problem with combining these is that Build.Standalone etc need only the BuildInfo, and since not built with cabal, the BuildFlags ifdefs were causing bogus warnings.
* 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.
* addurl: Fix encoding of filename queried from youtube-dl when in --fast mode.Gravatar Joey Hess2017-12-31
| | | | | | | | And also now in non-fast mode, since it was just changed to query for the filename separately. And avoid processTranscript which mixed up stdout and stderr and could have led to weirdness if there were warnings that didn't get suppressed.
* fix buildGravatar Joey Hess2017-12-31
|
* 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.
* responseGravatar Joey Hess2017-12-31
|
* followup and open bugGravatar Joey Hess2017-12-31
|
* add comment emailed to meGravatar Joey Hess2017-12-31
|
* removedGravatar test@1b6979fa824d2714af07f7373d77b659b4b5d9472017-12-31
|
* Added a comment: testGravatar test@1b6979fa824d2714af07f7373d77b659b4b5d9472017-12-31
|
* poll vote (DCIM directory (photos and videos only))Gravatar 50.1.201.2522017-12-30
|
* Fix bug introduced in version 6.20171018 that caused some commands to print ↵Gravatar Joey Hess2017-12-28
| | | | | | out "ok" twice after processing a file. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon
* Added inprogress command for accessing files as they are being downloaded.Gravatar Joey Hess2017-12-28
| | | | | | | | Chose to make this only handle files actively being downloaded, not temp files for downloads that were interrupted or files that have been fully downloaded. This commit was sponsored by Ole-Morten Duesund on Patreon.
* fix now-dead gmane linksGravatar Joey Hess2017-12-26
| | | | | | | | gmane's disk crashed, I found one thread in another archive, but could not find my whole patch set in any archive (perhaps some of the messages were too long), so pulled it out of my personal mail archives. This commit was supported by the NSF-funded DataLad project.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-12-21
|\
| * Added a commentGravatar Yurt2017-12-20
| |
* | Removed the testsuite build flagGravatar Joey Hess2017-12-20
| | | | | | | | | | | | | | | | | | | | Test suite is always included. Building with this flag disabled has actually been broken for some time, since Command.TestRemote uses tasty. Fewer build flags are better, so good time to drop it. This commit was sponsored by Thomas Hochstein on Patreon.
* | 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
| |