summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Deal with box.com changing the url of their webdav endpoint.Gravatar Joey Hess2013-12-02
| | | | | | Use new url when making new remotes. Transparently rewrite old url to new for existing remotes.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-12-02
|\
* | copy --from, get --from: When --force is used, ignore the location log and ↵Gravatar Joey Hess2013-12-02
| | | | | | | | always try to get the file from the remote.
| * Added a commentGravatar Remy2013-12-02
| |
| * Added a commentGravatar http://joeyh.name/2013-12-02
| |
| * Added a comment: git as a databaseGravatar helmut2013-12-02
| |
| * Added a commentGravatar http://joeyh.name/2013-12-02
|/
* split off a pageGravatar Joey Hess2013-12-02
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-12-02
|\
* | rsync special remote: Fix fallback mode for rsync remotes that use ↵Gravatar Joey Hess2013-12-02
| | | | | | | | hashDirMixed. Closes: #731142
| * Added a commentGravatar http://joeyh.name/2013-12-02
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-12-02
|\
* | Automatically fix up bad bare repositories created by versions 5.20131118 ↵Gravatar Joey Hess2013-12-02
| | | | | | | | through 5.20131127.
| * (no commit message)Gravatar helmut2013-12-02
| |
| * Added a comment: Moto GGravatar https://www.google.com/accounts/o8/id?id=AItOawknsDuoV1R2hz6QoCJmMFWLmWgdZfULjMI2013-12-02
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmLD-g4d-EGXD5KJh1kVKnRX0a9dTnEigg2013-12-02
| |
| * Added a comment: similarGravatar https://id.koumbit.net/anarcat2013-12-02
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmLD-g4d-EGXD5KJh1kVKnRX0a9dTnEigg2013-12-02
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d82013-12-01
| |
| * This reverts commit 56cf12026d09281122d96bc2b745ea49bc4dfce4Gravatar chrisbra2013-12-01
| |
| * Added a commentGravatar chrisbra2013-12-01
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-12-01
|\
* | devblogGravatar Joey Hess2013-12-01
| |
| * Added a commentGravatar http://joeyh.name/2013-12-01
| |
* | close as dup at submitter requestGravatar Joey Hess2013-12-01
| |
| * Added a commentGravatar http://joeyh.name/2013-12-01
| |
* | better name for continuationGravatar Joey Hess2013-12-01
| |
* | revertGravatar Joey Hess2013-12-01
| | | | | | | | This reverts commit 9304642330385c365b6c24c4e86ba2a8ce75522c.
* | avoid repeatedly searching path to make batch command when running transferkeysGravatar Joey Hess2013-12-01
| |
* | test for nocache at configure timeGravatar Joey Hess2013-12-01
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-12-01
|\
* | avoid an unncessary use of the shellGravatar Joey Hess2013-12-01
| |
* | assistant: Run transferkeys as batch jobs.Gravatar Joey Hess2013-12-01
| |
* | assistant: Batch jobs are now run with ionice and nocache, when those ↵Gravatar Joey Hess2013-12-01
| | | | | | | | commands are available.
| * Added a comment: never mindGravatar https://www.google.com/accounts/o8/id?id=AItOawmicVKRM8vJX4wPuAwlLEoS2cjmFXQkjkE2013-12-01
| |
| * removedGravatar http://sjomar.wordpress.com/2013-12-01
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-12-01
|\
* | Avoid using git commit in direct mode, since in some situations it will read ↵Gravatar Joey Hess2013-12-01
| | | | | | | | | | | | | | | | | | | | | | | | the full contents of files in the tree. The assistant's commit code also always avoids git commit, for simplicity. Indirect mode sync still does a git commit -a to catch unstaged changes. Note that this means that direct mode sync no longer runs the pre-commit hook or any other hooks git commit might call. The git annex pre-commit hook action for direct mode is however explicitly run. (The assistant already ran git commit with hooks disabled, so no change there.)
| * (no commit message)Gravatar http://sameer.sbuddhe.net/blog/2013-12-01
| |
| * Added a comment: Same problem on Android 4.3Gravatar http://edward.myopenid.com/2013-12-01
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-11-30
|\
* | add news item for git-annex 5.20131130Gravatar Joey Hess2013-11-30
| |
* | prep release5.20131130Gravatar Joey Hess2013-11-30
| |
* | fixedGravatar Joey Hess2013-11-30
| |
| * Added a commentGravatar http://joeyh.name/2013-11-30
|/
* init: Fix a bug that caused git annex init, when run in a bare repository, ↵Gravatar Joey Hess2013-11-30
| | | | to set core.bare=false.
* more informative bug titleGravatar Joey Hess2013-11-30
|
* closeGravatar Joey Hess2013-11-30
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-11-30
|\
* | make "git annex help options" work outside a git repoGravatar Joey Hess2013-11-30
| | | | | | | | | | | | Option parsing for commands that run outside git repos is still screwy, as there is no Annex monad and so the flags cannot be passed in. But, any remaining parameters can be, which is enough for this fix.