aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | copy, move: Behave same with --fast when sending to remotes located on a ↵Gravatar Joey Hess2017-09-29
| | | | | | | | | | | | local disk as when sending to other remotes. Let --fast override use of hasKey even when hasKeyCheap.
* | commentGravatar Joey Hess2017-09-29
| |
* | commentGravatar Joey Hess2017-09-29
|/
* retitleGravatar Joey Hess2017-09-29
|
* commentGravatar Joey Hess2017-09-29
|
* test: Fix reversion that made it only run inside a git repository.Gravatar Joey Hess2017-09-29
| | | | | | | | Using annexeval to run probeCrippledFileSystem' caused Git.CurrentRepo.get to be run. Fixed easily since probeCrippledFileSystem' had no need to use the Annex monad. This commit was sponsored by Ethan Aubin.
* commentGravatar Joey Hess2017-09-29
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-09-29
|\
* | answerGravatar Joey Hess2017-09-29
| |
* | remove stealth spamGravatar Joey Hess2017-09-29
| | | | | | | | | | | | | | | | | | | | | | While the link seems a valid article on recovering a sqlite database, it's a stealth advertisement for a commercial product. Every post on that blog is such a stealth advertisement. Also, the question in this forum post has already been adequatly answered. So, I suspect this was a spamming attempt.
* | commentGravatar Joey Hess2017-09-29
| |
| * Fix git-annex commandGravatar madalu2017-09-29
| |
| * Added a commentGravatar madalu2017-09-29
|/
* commentGravatar Joey Hess2017-09-29
|
* remove old closed bugs and todo items to speed up wiki updates and reduce sizeGravatar Joey Hess2017-09-29
| | | | | | | | | Remove closed bugs and todos that were last edited or commented before 2017. Command line used: for f in $(grep -l '|done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=01-01-2017 --pretty=oneline -- "$f")" -a -z "$(git log --since=01-01-2017 --pretty=oneline -- "$d")" ]; then git rm -- "./$f" ; git rm -rf "./$d"; fi; done for f in $(grep -l '\[\[done\]\]' -- *.mdwn); do d="$(echo "$f" | sed 's/.mdwn$//')"; if [ -z "$(git log --since=01-01-2017 --pretty=oneline -- "$f")" -a -z "$(git log --since=01-01-2017 --pretty=oneline -- "$d")" ]; then git rm -- "./$f" ; git rm -rf "./$d"; fi; done
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-09-29
|\
* | limit rss/atom feeds to 10 pages to avoid enormous filesGravatar Joey Hess2017-09-29
| | | | | | | | | | Since bug reports are often long, the rss and atom feeds were 5+ mb in size.
* | commentGravatar Joey Hess2017-09-29
| |
* | followupGravatar Joey Hess2017-09-29
| |
| * Added a commentGravatar madalu2017-09-29
|/
* external crash fixesGravatar Joey Hess2017-09-28
| | | | | | | | | | | | When the external special remote program crashed, a newline could be output, which messed up the expected output for --batch mode. Avoid checking EXPORTSUPPORTED for special remotes that are not configured to use exports. The datalad special remote apparently is/was buggy and crashed on EXPORTSUPPORTED. Anyway, there's no need to send it when the configuration doesn't need it. This commit was supported by the NSF-funded DataLad project.
* sync: Added --cleanup, which removes local and remote synced/ branches.Gravatar Joey Hess2017-09-28
| | | | | | | Also deletes any tagged pushes that the assistant might have done, since those would also prevent resetting a branch back. This commit was sponsored by andrea rota.
* Warn when metadata is inherited from a previous version of a fileGravatar Joey Hess2017-09-28
| | | | | | to avoid the user being surprised in cases where that behavior is not desired or expected This commit was supported by the NSF-funded DataLad project.
* metadata: Added --remove-all.Gravatar Joey Hess2017-09-28
| | | | | | | Motivation is to remove all metadata when it gets copied from a previous version of the file, and that is not deisrable. This commit was supported by the NSF-funded DataLad project.
* followupGravatar Joey Hess2017-09-28
|
* webdav: Improve error message for failed request to include the request ↵Gravatar Joey Hess2017-09-28
| | | | method and path.
* i believe you meant -o here, not -e. -e is escape character, while -o is to ↵Gravatar anarcat2017-09-27
| | | | change options.
* (no commit message)Gravatar madalu2017-09-27
|
* (no commit message)Gravatar madalu2017-09-27
|
* (no commit message)Gravatar madalu2017-09-27
|
* (no commit message)Gravatar madalu2017-09-27
|
* Added a commentGravatar yarikoptic2017-09-27
|
* thoughtGravatar Joey Hess2017-09-26
|
* commentGravatar Joey Hess2017-09-26
|
* analysisGravatar Joey Hess2017-09-26
|
* original discoveryGravatar yarikoptic2017-09-26
|
* add news item for git-annex 6.20170925Gravatar Joey Hess2017-09-25
|
* releasing package git-annex version 6.201709256.20170925Gravatar Joey Hess2017-09-25
|
* capsGravatar Joey Hess2017-09-25
|
* expandGravatar Joey Hess2017-09-25
|
* fix build with old version of persistentGravatar Joey Hess2017-09-25
|
* fix build with old ghcGravatar Joey Hess2017-09-25
|
* remove redundant pattern matchGravatar Joey Hess2017-09-24
|
* commentGravatar Joey Hess2017-09-24
|
* Added a commentGravatar Gus2017-09-24
|
* How to add files to direct mode git-annex repos and have them propagate to ↵Gravatar chocolate.camera@ec2ecab153906be21ac5f36652c33786ad0e0b602017-09-24
| | | | other repos?
* Added a commentGravatar http://xgm.de/oid/2017-09-24
|
* Added a comment: How to fix corrupt SQLite database?Gravatar https://me.yahoo.com/a/kj4_2rEl2YnZENPxus3ZJlo4L31K#1b0842017-09-22
|
* (no commit message)Gravatar https://launchpad.net/~felixonmars2017-09-21
|
* Added a commentGravatar michalrus2017-09-21
|