Commit graph

15832 commits

Author SHA1 Message Date
Joey Hess
972f68100f Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-02 16:03:28 -04:00
Joey Hess
e425a966ed Deal with box.com changing the url of their webdav endpoint.
Use new url when making new remotes.

Transparently rewrite old url to new for existing remotes.
2013-12-02 16:01:20 -04:00
http://joeyh.name/
95a293163f Added a comment 2013-12-02 19:53:11 +00:00
http://joeyh.name/
dad2b1a517 Added a comment 2013-12-02 19:52:05 +00:00
Joey Hess
49b9aa172d Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-02 15:44:27 -04:00
Joey Hess
66285ca3d1 copy --from, get --from: When --force is used, ignore the location log and always try to get the file from the remote. 2013-12-02 15:41:20 -04:00
Remy
5e35d88851 Added a comment 2013-12-02 19:32:19 +00:00
http://joeyh.name/
a8cf062ca1 Added a comment 2013-12-02 19:11:28 +00:00
helmut
b8bd334e10 Added a comment: git as a database 2013-12-02 18:24:13 +00:00
http://joeyh.name/
b6fe18b87d Added a comment 2013-12-02 17:58:55 +00:00
Joey Hess
bc786b6f06 split off a page 2013-12-02 13:24:47 -04:00
Joey Hess
98453b83b2 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-02 12:53:47 -04:00
Joey Hess
0a63ed563f rsync special remote: Fix fallback mode for rsync remotes that use hashDirMixed. Closes: #731142 2013-12-02 12:53:39 -04:00
http://joeyh.name/
497d5226f3 Added a comment 2013-12-02 16:35:42 +00:00
Joey Hess
f7feb2bbec Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-02 12:34:25 -04:00
Joey Hess
dcf033ebc0 Automatically fix up bad bare repositories created by versions 5.20131118 through 5.20131127. 2013-12-02 12:34:16 -04:00
helmut
fc5c1494b8 2013-12-02 15:41:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawknsDuoV1R2hz6QoCJmMFWLmWgdZfULjMI
4d7e518707 Added a comment: Moto G 2013-12-02 13:53:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLD-g4d-EGXD5KJh1kVKnRX0a9dTnEigg
5b9eb743b9 2013-12-02 02:09:18 +00:00
https://id.koumbit.net/anarcat
0509709c3b Added a comment: similar 2013-12-02 01:39:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLD-g4d-EGXD5KJh1kVKnRX0a9dTnEigg
d5b73c7d3d Added a comment 2013-12-02 01:28:19 +00:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
af5bdb1126 2013-12-01 22:42:11 +00:00
chrisbra
9ad609af5e This reverts commit f7265b5aad 2013-12-01 20:30:39 +00:00
chrisbra
f7265b5aad Added a comment 2013-12-01 20:21:37 +00:00
Joey Hess
9140541b38 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-01 16:18:32 -04:00
Joey Hess
2f14786c28 devblog 2013-12-01 16:17:21 -04:00
http://joeyh.name/
c8a49f6d7f Added a comment 2013-12-01 20:10:03 +00:00
Joey Hess
977cbf4fd0 close as dup at submitter request 2013-12-01 16:07:19 -04:00
http://joeyh.name/
74ebd96b5e Added a comment 2013-12-01 19:59:16 +00:00
Joey Hess
12bc989d2d better name for continuation 2013-12-01 15:52:30 -04:00
Joey Hess
0b14af30ab revert
This reverts commit 1269824027.
2013-12-01 15:44:24 -04:00
Joey Hess
0fd6078865 avoid repeatedly searching path to make batch command when running transferkeys 2013-12-01 15:37:51 -04:00
Joey Hess
0d91432442 test for nocache at configure time 2013-12-01 15:12:32 -04:00
Joey Hess
a2a278c156 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-01 15:04:36 -04:00
Joey Hess
7fc84717e8 avoid an unncessary use of the shell 2013-12-01 15:01:56 -04:00
Joey Hess
2711d13d55 assistant: Run transferkeys as batch jobs. 2013-12-01 14:56:37 -04:00
Joey Hess
4882a611e5 assistant: Batch jobs are now run with ionice and nocache, when those commands are available. 2013-12-01 14:53:15 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmicVKRM8vJX4wPuAwlLEoS2cjmFXQkjkE
252c3bc684 Added a comment: never mind 2013-12-01 18:34:05 +00:00
http://sjomar.wordpress.com/
90d0cd8fa6 removed 2013-12-01 18:07:20 +00:00
Joey Hess
3c6be8cd6e Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-01 14:03:51 -04:00
Joey Hess
03932212ec Avoid using git commit in direct mode, since in some situations it will read 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.)
2013-12-01 13:59:45 -04:00
http://sameer.sbuddhe.net/blog/
03b6dcb183 2013-12-01 11:55:56 +00:00
http://edward.myopenid.com/
4c0e5ea717 Added a comment: Same problem on Android 4.3 2013-12-01 08:47:13 +00:00
Joey Hess
4f4dba50cb Merge branch 'master' of ssh://git-annex.branchable.com 2013-11-30 17:07:16 -04:00
Joey Hess
b2987ccbf9 add news item for git-annex 5.20131130 2013-11-30 17:07:11 -04:00
Joey Hess
4249c85ece prep release 2013-11-30 16:33:03 -04:00
Joey Hess
84630b6bdd fixed 2013-11-30 16:25:08 -04:00
http://joeyh.name/
c25be333bf Added a comment 2013-11-30 20:18:53 +00:00
Joey Hess
b1f678b8e5 init: Fix a bug that caused git annex init, when run in a bare repository, to set core.bare=false. 2013-11-30 16:12:20 -04:00
Joey Hess
0d4b6a1d66 more informative bug title 2013-11-30 15:26:45 -04:00