aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* 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
|
* 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 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
|
* devblogGravatar Joey Hess2018-01-05
|
* followupGravatar Joey Hess2018-01-04
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar 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
|/
* 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.
* 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.
* 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
|
* 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.
* 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
|
* (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
|
* add news item for git-annex 6.20171214Gravatar 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
|