summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | commentGravatar Joey Hess2015-04-02
| |
* | minor optGravatar Joey Hess2015-04-02
| |
* | make segmentXargs preserve orderGravatar Joey Hess2015-04-02
| |
* | Significantly sped up processing of large numbers of directories passed to a ↵Gravatar Joey Hess2015-04-02
| | | | | | | | single git-annex command.
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-04-02
|\ \
* | | bug reportGravatar Joey Hess2015-04-02
| | |
* | | micro-optGravatar Joey Hess2015-04-01
| | |
* | | remove unused paramGravatar Joey Hess2015-04-01
| | |
| * | index.mdwn: Typo fix in HTML attribute, widtd → widthGravatar Øyvind A. Holm2015-04-02
| | |
| * | Various typo fixes in doc/*.mdwnGravatar Øyvind A. Holm2015-04-02
|/ /
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-04-01
|\ \
* | | devblogGravatar Joey Hess2015-04-01
| | |
* | | fsck: Added --distributed and --expire options, for distributed fsck.Gravatar Joey Hess2015-04-01
| | |
| * | (no commit message)Gravatar sts2015-04-01
| | |
| * | Correct typoGravatar https://www.google.com/accounts/o8/id?id=AItOawk_STgv_0fB-y1x_fgzUI10Bg-aajJyMyc2015-04-01
| | |
| * | (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawk_STgv_0fB-y1x_fgzUI10Bg-aajJyMyc2015-04-01
| | |
| * | Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmNvX8PQVP5sLzQ78sKpB6VeH3Fu8HvZ5g2015-04-01
| | |
| * | removedGravatar https://www.google.com/accounts/o8/id?id=AItOawmNvX8PQVP5sLzQ78sKpB6VeH3Fu8HvZ5g2015-04-01
| | |
| * | Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmNvX8PQVP5sLzQ78sKpB6VeH3Fu8HvZ5g2015-04-01
|/ /
* | formatGravatar Joey Hess2015-03-31
| |
* | devblogGravatar Joey Hess2015-03-31
| |
* | clarifyGravatar Joey Hess2015-03-31
| |
* | forgot to add this commentGravatar Joey Hess2015-03-31
| |
* | forgot to add this commentGravatar Joey Hess2015-03-31
| |
* | close with commentGravatar Joey Hess2015-03-31
| |
* | import: --deduplicate and --cleanduplicates now output the keys ↵Gravatar Joey Hess2015-03-31
| | | | | | | | corresponding to duplicated files they process.
* | addurl --file: When used with a special remote that claims urls and checks ↵Gravatar Joey Hess2015-03-31
| | | | | | | | their contents, don't override the user's provided filename with filenames that the special remote suggests. Also, don't allow adding the url if the special remote says it contains multiple files.
* | test: Fix --list-testsGravatar Joey Hess2015-03-31
| | | | | | | | Seems list order matters, I don't know why, but have reported it on #tasty
* | responseGravatar Joey Hess2015-03-31
| |
* | Relax debian package dependencies to git >= 1:1.7.7.6 rather than needing >= ↵Gravatar Joey Hess2015-03-31
| | | | | | | | | | | | | | 1:2.0. Git.Merge needs >= 1.7.7.6 if built with such a version; rest of code all probes git version at runtime.
* | add gst-integration-testsuitesGravatar Joey Hess2015-03-31
| |
* | update importfeed man page, including a mention of annex.genmetadataGravatar Joey Hess2015-03-31
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-03-31
|\ \
* | | remove changelog entryGravatar Joey Hess2015-03-31
| | | | | | | | | | | | | | | This is confusing because I updated the affected tarballs using the version number of the last release.
* | | importfeed: Avoid downloading a redundant item from a feed whose guid has ↵Gravatar Joey Hess2015-03-31
| | | | | | | | | | | | | | | | | | | | | been downloaded before, even when the url has changed. To support this, always store itemid in metadata; before this was only done when annex.genmetadata was set.
* | | todoGravatar Joey Hess2015-03-31
| | |
| * | Added a comment: remote.log or uuid.log?Gravatar https://id.koumbit.net/anarcat2015-03-31
| | |
| * | ideas on how to hack into the remote.logGravatar https://id.koumbit.net/anarcat2015-03-31
| | |
| * | fix internal link so that backlinks workGravatar https://id.koumbit.net/anarcat2015-03-31
| | |
| * | Added a commentGravatar https://id.koumbit.net/anarcat2015-03-31
| | |
| * | Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY2015-03-31
| | |
| * | Added a comment: works like charmGravatar https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY2015-03-31
| | |
| * | Added a comment: SuperUserGravatar https://openid.stackexchange.com/user/27ceb3c5-0762-42b8-8f8a-ed21c284748f2015-03-31
|/ /
* | cleanupGravatar Joey Hess2015-03-30
| |
* | use --literal-pathspecs globally, as a better way to avoid globbingGravatar Joey Hess2015-03-30
| | | | | | | | | | | | | | | | This might be overkill; I only know I need it in ls-files, but other git commands can also do their own globbing, it turns out, and I am pretty sure I never want them too when git-annex is using them as plumbing. Test suite still passes and it looks ok.
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-03-30
|\ \
* | | workaround git ls-files bug in handling slash-escaped wildcardsGravatar Joey Hess2015-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's no good solution for git-annex here; I can't escape or un-escape and avoid breaking in some cases, so I've chosen the combo least likely to result in breakage. Git really needs to fix its behavior here. The only other thing git-annex could do is treat this as a feature, and don't try to escape at all. Ugh.
| * | Added a comment: take care and ideasGravatar anarcat2015-03-30
| | |
| * | (no commit message)Gravatar CandyAngel2015-03-30
| | |
| * | Added a commentGravatar ghen12015-03-29
| | |