aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | inprogress: Avoid showing failures for files not in progress.Gravatar Joey Hess2018-01-24
| |
* | fix build w/o webapp, s3Gravatar Joey Hess2018-01-24
| |
| * Added a commentGravatar yarikoptic2018-01-24
|/
* Added a commentGravatar mbekkema97@66b135681014f005a3a14c4011d148fcb6655f812018-01-19
|
* Added a comment: Remotes when using multiple reposGravatar elmimmo2018-01-18
|
* removedGravatar git-annex@6f13b739194f758abc0b86556b7ce966c1bf3c002018-01-17
|
* Added a comment: vimeoGravatar git-annex@6f13b739194f758abc0b86556b7ce966c1bf3c002018-01-17
|
* removedGravatar arseny-n@6aba76e573dcdf2fd9e033fb3132944c8466125a2018-01-17
|
* Added a comment: .git/annex/misctmp very largeGravatar arseny-n@6aba76e573dcdf2fd9e033fb3132944c8466125a2018-01-17
|
* Added a comment: .git/annex/misctmp very largeGravatar arseny-n@6aba76e573dcdf2fd9e033fb3132944c8466125a2018-01-17
|
* Added a comment: .git/annex/misctmp very largeGravatar arseny-n@6aba76e573dcdf2fd9e033fb3132944c8466125a2018-01-17
|
* Added a commentGravatar felix.hagemann@b76e9ea0928cf33dacffc37ec3dbecf33171a8a52018-01-16
|
* responseGravatar Joey Hess2018-01-15
|
* fix outdated docsGravatar Joey Hess2018-01-15
| | | | | | | When a repo is in multiple standard groups, Logs.PreferredContent.makeMatcher uses unknownMatcher, so will not get everything, but instead defaults to wanting whatever is present.
* commentGravatar Joey Hess2018-01-15
|
* responseGravatar Joey Hess2018-01-15
|
* remove comments that don't belong under this pageGravatar Joey Hess2018-01-15
| | | | Posted long enough ago that they should have seen the responses.
* closeGravatar Joey Hess2018-01-15
|
* responseGravatar Joey Hess2018-01-15
|
* responseGravatar Joey Hess2018-01-15
|
* avoid warning with current ghcGravatar Joey Hess2018-01-15
| | | | | | Seems that the cabal macros file is no longer needed to build DistributionUpdate, and it produced a ton of warnings, so stop including manually.
* fix build some moreGravatar Joey Hess2018-01-15
|
* fix buildGravatar Joey Hess2018-01-15
|
* responseGravatar Joey Hess2018-01-15
|
* (no commit message)Gravatar ericm2018-01-15
|
* (no commit message)Gravatar felix.hagemann@b76e9ea0928cf33dacffc37ec3dbecf33171a8a52018-01-13
|
* (no commit message)Gravatar Horus2018-01-13
|
* (no commit message)Gravatar Horus2018-01-13
|
* (no commit message)Gravatar mbekkema97@66b135681014f005a3a14c4011d148fcb6655f812018-01-13
|
* add news item for git-annex 6.20180112Gravatar Joey Hess2018-01-12
|
* 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