summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing package git-annex version 6.201801126.20180112Gravatar Joey Hess2018-01-12
|
* initial question about ssh urls supportGravatar yarikoptic2018-01-12
|
* Added a commentGravatar mbekkema97@66b135681014f005a3a14c4011d148fcb6655f812018-01-12
|
* Update boar linkGravatar http://jaen.saul.ee/id/2018-01-12
|
* devblogGravatar Joey Hess2018-01-10
|
* 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.
* responseGravatar Joey Hess2018-01-10
|
* fix windows buildGravatar Joey Hess2018-01-10
|
* 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.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2018-01-09
|\
* | windows build fixGravatar Joey Hess2018-01-09
| |
| * Added a commentGravatar emanuele2018-01-09
| |
| * (no commit message)Gravatar Horus2018-01-08
| |
| * (no commit message)Gravatar sawmke2018-01-07
| |
| * Added a comment: any drawbacks in using --shared (hardlinks) clones on same ↵Gravatar davicastro2018-01-07
| | | | | | | | Linux machine?
| * Added a comment: testing importfeedGravatar joseph.rawson.works@85a210ab8c0e37a0b2d6bb235738b20e23e8878f2018-01-06
| |
| * Added a comment: Download playlistGravatar joseph.rawson.works@85a210ab8c0e37a0b2d6bb235738b20e23e8878f2018-01-06
|/
* windows build fixGravatar Joey Hess2018-01-05
|
* switch distribution name to "upstream"Gravatar Joey Hess2018-01-05
| | | | to not imply that this changelog has anything to do with debian unstable
* 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.