Commit graph

11869 commits

Author SHA1 Message Date
Joey Hess
3289155e28 don't send PREPARE before INITREMOTE
That complicated special remote programs, because they had to avoid making
PREPARE fail if some configuration is missing, because the remote might not
be initialized yet. Instead, complicate git-annex slightly by only sending
PREPARE immediately before some other request other than INITREMOTE (or
PREPARE of course).
2013-12-27 02:49:10 -04:00
Joey Hess
5b7c38c90a improve code, seems to work well now 2013-12-27 02:49:00 -04:00
Joey Hess
5d00fa523c fix bug (no type safe protocol stuff here, alas..) 2013-12-27 02:12:33 -04:00
Joey Hess
6d504b57e7 make some requests optional, simplify and future-proof protocol more 2013-12-27 02:11:06 -04:00
http://id.clacke.se/
ea09aa5f23 Added a comment: dup 2013-12-27 04:18:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm5WyknJirJJridJjiPNgrlYxGG9xrZBvA
81e828558b 2013-12-27 03:54:47 +00:00
https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574
dfa850c345 Added a comment: Thanks! 2013-12-27 01:37:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawknOATcOkmzX4jKuET5Z2RsaFUNnLKnQsU
354be3ddb5 2013-12-27 01:14:29 +00:00
Greg Grossmeier
6f0feb94b4 Added some more details to log 2013-12-26 16:45:25 -08:00
Greg Grossmeier
085c9783f5 bug report, real but also testing via git checkout not web interface 2013-12-26 16:37:54 -08:00
http://joeyh.name/
a39ff94188 Added a comment 2013-12-26 23:06:34 +00:00
Joey Hess
581b53a4f4 update 2013-12-26 18:46:23 -04:00
Joey Hess
aa3ddb53f7 devblog 2013-12-26 18:42:26 -04:00
Joey Hess
cfcc1c13a0 fix format of sample program 2013-12-26 18:36:57 -04:00
Joey Hess
56ef896a25 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-26 18:32:26 -04:00
Joey Hess
409a85b264 update 2013-12-26 18:20:32 -04:00
Joey Hess
a1d283657b update for external special remotes 2013-12-26 18:18:13 -04:00
Joey Hess
0de9135bc0 external special remote documentation and example script 2013-12-26 18:15:18 -04:00
https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574
9f7c2294bb fixed markdown formatting 2013-12-26 21:44:35 +00:00
https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574
89adcde46f Can't see output from git-annex status 2013-12-26 21:32:16 +00:00
https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574
9824019222 corrected typo in status command 2013-12-26 21:08:43 +00:00
Joey Hess
38694ed582 simplify PROGRESS
Only one transfer will be running at a time, per external special remote.
2013-12-26 16:18:38 -04:00
http://sameer.sbuddhe.net/blog/
f92fdfa4ab removed 2013-12-26 10:34:34 +00:00
http://sameer.sbuddhe.net/blog/
475730be33 Added a comment: walkthrough should point to this tip 2013-12-26 08:51:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl99Gxq3NPNvwZHp3PDufaknQH4rZb_KKY
8491b81a4a Added a comment 2013-12-26 00:15:59 +00:00
Joey Hess
8803e36814 future-proofing 2013-12-25 20:04:31 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkgy5Qf4bivpTfYPw_yh92OcDlesrVTREg
fbf7865ac9 2013-12-25 22:29:46 +00:00
Joey Hess
72765aa95e typo 2013-12-25 18:28:46 -04:00
Joey Hess
0e2022be95 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-25 18:27:12 -04:00
Joey Hess
abbd43bccb devblog 2013-12-25 18:22:17 -04:00
Joey Hess
1dc930063a basic data types and serialization for external special remote protocol
This is mostly straightforward, but did turn out quite nicely stronly
typed, and with a quite nice automatic tokenization and parsing of received
messages.

Made a few minor changes to the protocol to clear up ambiguities and make
it easier to parse. Note particularly that setting remote configuration
is moved to a separate command, which allows a remote to set arbitrary data.
2013-12-25 17:54:57 -04:00
Greg Grossmeier
6ca5271430 Added myself to users. 2013-12-24 14:53:09 -08:00
Joey Hess
0222a7252c Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-24 17:48:20 -04:00
Joey Hess
6ffcf25587 devblog 2013-12-24 17:46:53 -04:00
http://joeyh.name/
6fc03e6954 Added a comment 2013-12-24 21:36:05 +00:00
Joey Hess
18084d997c Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-24 17:05:37 -04:00
Joey Hess
8e58ff7f71 check that ~/Desktop/annex can be written to; fall back to ~/annex when not 2013-12-24 17:04:07 -04:00
http://joeyh.name/
88802be3fe Added a comment 2013-12-24 20:56:00 +00:00
http://joeyh.name/
188b96b68c Added a comment 2013-12-24 20:51:32 +00:00
Joey Hess
706c74aa98 Include git-receive-pack, git-upload-pack, and git wrappers in the Linux standalone build, and OSX app, so they will be available when it's added to PATH. 2013-12-24 16:28:10 -04:00
http://joeyh.name/
f71df7d23a Added a comment 2013-12-24 20:20:26 +00:00
Joey Hess
02df4f529b Fix bug in Linux standalone build's shimming that broke git-annex-shell. 2013-12-24 15:42:49 -04:00
Joey Hess
ad55ac9ece close 2013-12-24 13:30:42 -04:00
http://id.clacke.se/
9d8f2afb03 removed 2013-12-24 12:27:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlQOB33y4pNs2tjhTOMO-vNmFAPwEm02b4
f4da08d32b Added a comment: auto Transport Company auto Shipping transport Vehicle 2013-12-24 06:08:36 +00:00
https://launchpad.net/~psycojoker
01173d4e1a 2013-12-23 22:13:22 +00:00
Richard Hartmann
598f3ee0b9 doc/git-annex.mdwn: Forgot Oxford comma 2013-12-23 18:50:51 +01:00
Richard Hartmann
25a37b0e73 doc/git-annex.mdwn: Improve docs for annex.diskreserve 2013-12-23 18:49:54 +01:00
http://grossmeier.net/
329b86a4c5 Added a comment 2013-12-23 16:45:44 +00:00
http://grossmeier.net/
7233776f7b 2013-12-23 16:31:00 +00:00
etset
4e6f8e6872 Added a comment 2013-12-23 13:35:20 +00:00
http://id.clacke.se/
99e7b5ca1a Added a comment: dup 2013-12-23 12:50:29 +00:00
http://grossmeier.net/
d0c4ad0dd1 2013-12-23 05:33:42 +00:00
http://grossmeier.net/
ad0ce01294 2013-12-23 05:29:32 +00:00
gernot
afb776f6c5 Fix a git command 2013-12-23 03:11:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnZEanlyzay_QlEAL0CWpyZcRTyN7vay8U
76cde409c1 Added a comment 2013-12-22 17:57:24 +00:00
Claes Wallin (韋嘉誠)
aa7ca24f7e newline before list 2013-12-22 18:37:53 +01:00
Claes Wallin (韋嘉誠)
915d010979 "android cannot get" bug: additional factors that may affect whether this happens 2013-12-22 18:36:46 +01:00
Claes Wallin (韋嘉誠)
e5567aa07e link? redir, obviously. 2013-12-22 16:40:56 +01:00
Claes Wallin (韋嘉誠)
d4f1361183 claes.wallin -> clacke (to assist humans reading RecentChanges) 2013-12-22 16:39:06 +01:00
Claes Wallin (韋嘉誠)
12355c3166 bug: Android cannot get from 5.20131221 2013-12-22 16:16:59 +01:00
Claes Wallin (韋嘉誠)
487b01cd83 fix for segfault in broken standalone 5.20131221 2013-12-22 15:31:22 +01:00
https://www.google.com/accounts/o8/id?id=AItOawmTlfbCC37CAjhQrS107ZWRVA_sF4s3gLU
c19c9e692e Added a comment: Same here broken 2013-12-22 12:11:57 +00:00
EskildHustvedt
51ae4f17a2 Added a comment: 32 bit standalone works (on 64 bit) however 2013-12-22 11:37:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnXlmnJKsPulm2S_hwwRm3Ky27Zyf-wKMw
fc0c25d08f Added a comment: After the fact... 2013-12-22 03:51:38 +00:00
Øyvind A. Holm
4de79befe6 doc/git-annex.mdwn: Typo fix
ab33f2e2-6aa1-11e3-8f66-001f3b596ec9
2013-12-22 01:39:49 +01:00
EskildHustvedt
e5539d29fa 2013-12-21 23:45:59 +00:00
Joey Hess
84ee39d83a improve links 2013-12-21 12:39:28 -04:00
Joey Hess
040889ff40 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-21 12:31:24 -04:00
Joey Hess
4cee560095 update 2013-12-21 12:31:08 -04:00
http://joeyh.name/
55c14293db Added a comment 2013-12-21 16:27:16 +00:00
http://joeyh.name/
b3c0eaa6ad Added a comment 2013-12-21 16:26:57 +00:00
Joey Hess
dc4eaccb87 add news item for git-annex 5.20131221 2013-12-21 12:24:18 -04:00
Joey Hess
f8c928d254 close 2013-12-21 11:31:11 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmZgZuUhZlHpd_AbbcixY0QQiutb2I7GWY
b643e3a555 Added a comment 2013-12-21 08:22:34 +00:00
http://grossmeier.net/
e9f7d02b3f Added a comment 2013-12-21 06:27:51 +00:00
http://cstork.org/
00d1673d6e Added a comment: no annex/direct/master branch 2013-12-21 04:19:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmZgZuUhZlHpd_AbbcixY0QQiutb2I7GWY
78a118b7eb Added a comment: Same hang when added to $PATH 2013-12-21 03:28:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmZgZuUhZlHpd_AbbcixY0QQiutb2I7GWY
ee9144096e 2013-12-21 02:43:28 +00:00
Joey Hess
3a6e0d1215 assistant: Set StrictHostKeyChecking yes when creating ssh remotes, and add it to the configuration for any ssh remotes previously created by the assistant. This avoids repeated prompts by ssh if the host key changes, instead syncing with such a remote will fail. Closes: #732602 2013-12-20 20:58:36 -04:00
Joey Hess
1a20ec4079 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-20 18:17:09 -04:00
http://nicolas-schodet.myopenid.com/
c4f119a751 Added a comment 2013-12-20 20:28:19 +00:00
http://nicolas-schodet.myopenid.com/
e1f52c6877 Added a comment 2013-12-20 20:19:22 +00:00
Joey Hess
42d26e6965 typo 2013-12-20 10:38:17 -04:00
Joey Hess
08bd3afacc Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-19 20:25:12 -04:00
Joey Hess
557de5f07e update 2013-12-19 16:51:57 -04:00
http://joeyh.name/
02c611eca4 Added a comment 2013-12-19 19:55:33 +00:00
http://grossmeier.net/
6afffb1fb2 Added a comment 2013-12-19 19:05:04 +00:00
http://joeyh.name/
dfd9850b11 Added a comment 2013-12-19 17:54:33 +00:00
http://joeyh.name/
d58d1ee725 Added a comment: good question.. 2013-12-19 17:04:53 +00:00
http://joeyh.name/
0b57a74055 Added a comment 2013-12-19 16:37:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm9IQStaE1el95_9s77CgmJhxZwCwUeN9A
0d03aa27db Added a comment: You can also use it for LIVE display now 2013-12-19 14:29:19 +00:00
etset
ecb3d55716 Added a comment 2013-12-19 12:45:06 +00:00
Richard Hartmann
aa345de1d7 doc/devblog/day_83__armel_webapp.mdwn: Typp 2013-12-19 10:55:53 +01:00
http://julien.lefrique.name/
aaffd6f162 Added a comment: Thanks 2013-12-19 07:20:32 +00:00
http://joeyh.name/
b1e9b1aa36 Added a comment: Re: RLIMIT_NOFILE 2013-12-19 02:10:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawleIILWLXzwTyZmJ0adw1h-yJPfGCOV7xI
8a797559c2 2013-12-19 00:06:50 +00:00
Joey Hess
ad5c4bb064 devblog 2013-12-18 17:53:43 -04:00
Richard Hartmann
246dc3622e doc/devblog/day_80__plumbing.mdwn: Trailing whitespace 2013-12-18 22:14:11 +01:00
Richard Hartmann
b11d88dd17 doc/: s/amoung/among/gi
Qouth ye olde [Wiktionary](http://en.wiktionary.org/wiki/amoung)

Archaic spelling of among.
2013-12-18 22:09:18 +01:00
https://www.google.com/accounts/o8/id?id=AItOawlVE8SthKoKKW--nFZW3_T6YXrdxNQPUe8
6be4a204bb update davfs2 method with new box.com dav url 2013-12-18 20:23:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlmvi8Z-rUen8xIety5uiJitI5rnMrz8Jk
7bf42404b4 Added a comment: updated url for drive mount 2013-12-18 20:20:22 +00:00
http://joeyh.name/
4c5dc8df0e removed 2013-12-18 20:12:16 +00:00
Joey Hess
96a62dadd7 fix shimming code to detect executables like ssh that file(1) says are shared objects 2013-12-18 16:11:06 -04:00
Joey Hess
52283f0fb1 fixed 2013-12-18 15:35:24 -04:00
http://joeyh.name/
27af0b5c7c Added a comment 2013-12-18 19:32:06 +00:00
http://joeyh.name/
1045d901b9 Added a comment 2013-12-18 19:31:05 +00:00
http://grossmeier.net/
3ec01dc553 2013-12-18 19:14:42 +00:00
http://joeyh.name/
3bac37c985 Added a comment 2013-12-18 18:27:04 +00:00
http://joeyh.name/
a30a044abe Added a comment 2013-12-18 18:22:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn9K-X-3utFUDft6edVd5HUt4XSjE5dngo
e0148a1aee 2013-12-18 18:17:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnN99WKdpXGRJD8xpJxfsoumA9ZVCBjxrE
5b0dcfc4f5 Added a comment: nice 2013-12-18 18:12:18 +00:00
http://joeyh.name/
f0f6c1b2da 2013-12-18 16:55:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
911859580b 2013-12-18 15:28:31 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
40598aa0b7 2013-12-18 15:27:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
ae51b6419f 2013-12-18 15:09:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
0bcadef40f added screen capture link 2013-12-18 15:08:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
c32a8220f6 2013-12-18 15:04:41 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
c5767e2770 Added a comment 2013-12-18 02:21:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
86155c0ad5 Added a comment 2013-12-18 02:07:46 +00:00
Joey Hess
d60fa54d60 tested; fixed in current version 2013-12-17 21:53:39 -04:00
Joey Hess
6b00fb1bba Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-17 21:40:10 -04:00
Joey Hess
19c3ecb289 file a bug 2013-12-17 21:38:09 -04:00
178.12.110.165
59f6cbdef6 poll vote (/sdcard/annex) 2013-12-18 01:06:53 +00:00
Joey Hess
7a2f7185ba Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-17 20:14:16 -04:00
Joey Hess
1b3e2d8eb1 document schedule.log and transitions.log 2013-12-17 20:13:40 -04:00
http://joeyh.name/
c60286fd9e Added a comment 2013-12-17 23:51:33 +00:00
Joey Hess
8462e3787c Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-17 19:40:18 -04:00
Joey Hess
14c688df09 devblog 2013-12-17 19:39:48 -04:00
Joey Hess
23de793f56 update for armel 2013-12-17 19:29:11 -04:00
Joey Hess
8f672e4b59 add NAS to platform list 2013-12-17 19:26:24 -04:00
http://id.clacke.se/
d69642b935 clarify which parts were added in the edit; strike the "lost URL" problem, which migrate probably takes care of 2013-12-17 22:09:35 +00:00
http://id.clacke.se/
db3cb5067e Added a comment: Re: git annex migrate 2013-12-17 22:04:09 +00:00
http://id.clacke.se/
e442aeb67b mention migrate and make what is hopefully some clarification 2013-12-17 21:59:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
50fd8c8d9d 2013-12-17 21:33:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
5e42aac261 2013-12-17 21:07:59 +00:00
Joey Hess
f833f92cd0 remove done todo about upgrading 2013-12-17 16:31:34 -04:00
Joey Hess
0419f241a4 I think I've convinced myself that the assistant is safe on windows despite the lack of lsof 2013-12-17 14:07:37 -04:00
Joey Hess
cc24f1a376 note 2013-12-17 13:26:38 -04:00
http://julien.lefrique.name/
7326898c34 Added a comment: QNAP kernel 2013-12-17 16:27:25 +00:00
http://joeyh.name/
385780b8c7 Added a comment 2013-12-17 16:11:52 +00:00
http://joeyh.name/
00f4420e01 Added a comment 2013-12-17 16:07:00 +00:00
http://joeyh.name/
a0b9060eab Added a comment: RLIMIT_NOFILE 2013-12-17 16:05:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS0
4b653b2ec5 Added a comment: Binaries 2013-12-17 12:49:29 +00:00
http://julien.lefrique.name/
42912ee7be Added a comment: QNAP 2013-12-17 07:57:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlkA6XinbeOdnEDxEGQUWyjqPGh0kdMXr4
1ab31cc549 2013-12-17 07:44:50 +00:00
https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574
36696cee39 Added a comment: forget command 2013-12-17 05:52:54 +00:00
Joey Hess
07252d65ac Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-16 23:06:53 -04:00
Joey Hess
f1aa15ef49 remove link 2013-12-16 22:58:51 -04:00
http://joeyh.name/
04cbbfc752 Added a comment: works on Synology NAS 2013-12-17 02:52:23 +00:00
Joey Hess
d4275b23eb close; fixed! 2013-12-16 22:51:01 -04:00
http://joeyh.name/
9f918764ad Added a comment: works on raspbian 2013-12-16 23:26:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY
8fa3f800db Added a comment 2013-12-16 23:00:50 +00:00
Joey Hess
8b1da49b13 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-16 16:50:30 -04:00
Joey Hess
19dfba1262 make note of minimum git version 2013-12-16 16:49:39 -04:00
http://joeyh.name/
bb3ddb5f5c Added a comment 2013-12-16 20:48:18 +00:00
http://joeyh.name/
5ff2706c06 Added a comment 2013-12-16 20:42:24 +00:00
http://joeyh.name/
b05d43d924 Added a comment 2013-12-16 20:41:52 +00:00
http://joeyh.name/
c1baf09966 Added a comment 2013-12-16 20:36:18 +00:00
Joey Hess
081cfba131 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-16 16:33:17 -04:00
Joey Hess
7c2eea3cd1 devblog 2013-12-16 16:32:07 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnWaZGX4m5Oic-vvIKUJHZLrY5W1G7mtQ4
dd22441861 Added a comment 2013-12-16 20:16:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmicVKRM8vJX4wPuAwlLEoS2cjmFXQkjkE
72363ca72f Added a comment: not useful for "plain directory" special remote? 2013-12-16 20:10:19 +00:00
Joey Hess
19d5a5657e dup 2013-12-16 13:21:55 -04:00
http://joeyh.name/
a99e71d526 Added a comment 2013-12-16 17:20:35 +00:00
http://joeyh.name/
70b94ddfcf Added a comment 2013-12-16 17:14:06 +00:00
http://joeyh.name/
60a7098292 Added a comment 2013-12-16 17:07:17 +00:00
http://joeyh.name/
1291c10818 Added a comment 2013-12-16 17:04:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawleVyKk2kQsB_HgEdS7w1s0BmgRGy1aay0
df5b8c7170 Added a comment 2013-12-16 16:41:12 +00:00
http://joeyh.name/
9f1b9080d1 Added a comment 2013-12-16 16:27:45 +00:00
Joey Hess
cbffb9ad73 close 2013-12-16 12:24:36 -04:00
Joey Hess
471bb3a59c Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-16 12:23:59 -04:00
http://joeyh.name/
0130e00ebb Added a comment 2013-12-16 16:23:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnWaZGX4m5Oic-vvIKUJHZLrY5W1G7mtQ4
1d32c188d6 Added a comment 2013-12-16 16:11:24 +00:00
http://joeyh.name/
a9cd0de8ab Added a comment 2013-12-16 16:06:26 +00:00
http://joeyh.name/
3718a822d9 Added a comment 2013-12-16 16:05:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnWaZGX4m5Oic-vvIKUJHZLrY5W1G7mtQ4
1d4948b798 2013-12-16 15:50:43 +00:00
Joey Hess
81d051cad5 simplify 2013-12-16 11:36:19 -04:00
Joey Hess
641159ff6a add armel 2013-12-16 11:18:17 -04:00
Joey Hess
145de01ebe use messages for query responses to allow communicating error 2013-12-16 10:30:28 -04:00
https://www.google.com/accounts/o8/id?id=AItOawleVyKk2kQsB_HgEdS7w1s0BmgRGy1aay0
dce39e8407 2013-12-16 13:43:57 +00:00
https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574
3a903ea563 2013-12-16 06:06:46 +00:00
Joey Hess
d20fc2235f fix link 2013-12-16 01:59:12 -04:00
http://joeyh.name/
66d9d81459 Added a comment 2013-12-16 05:55:29 +00:00
Joey Hess
1576f1c9f7 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-16 01:53:59 -04:00
Joey Hess
d8c70fb6f1 update 2013-12-16 01:53:38 -04:00
Joey Hess
e44f854ae8 remove link to git-annex-install; obsoleted by automatic git-annex assistant upgrade support 2013-12-16 01:51:29 -04:00
Joey Hess
99f6dd01b4 Linux standalone build now includes its own glibc and forces the linker to use it, to remove dependence on the host glibc. 2013-12-16 01:51:19 -04:00
Joey Hess
2a285e8b1a added experimental armel autobuild 2013-12-16 01:49:27 -04:00
https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf574
0cc203047a Added a comment: Update? 2013-12-16 00:31:28 +00:00
Joey Hess
a0d3d69c42 devblog 2013-12-15 17:15:18 -04:00
Joey Hess
6ac462a0f2 close 2013-12-15 16:29:39 -04:00
Joey Hess
b3645157cb Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-15 16:28:21 -04:00
Joey Hess
6be19b0070 Programs from Linux and OSX standalone builds can now be symlinked into a directory in PATH as an alternative installation method, and will use readlink to find where the build was unpacked. 2013-12-15 15:57:41 -04:00
Joey Hess
314c246a45 close 2013-12-15 15:45:44 -04:00
http://joeyh.name/
108f72d323 Added a comment 2013-12-15 19:45:25 +00:00
http://joeyh.name/
a6ee9f4354 Added a comment 2013-12-15 19:38:50 +00:00
http://joeyh.name/
ee9b2728e8 Added a comment 2013-12-15 19:31:40 +00:00
Joey Hess
769ad80486 improve docs 2013-12-15 14:54:52 -04:00
Joey Hess
2b5b4dcd78 Add plumbing-level lookupkey examinekey command.
find --format: Added hashdirlower, hashdirmixed, keyname, and mtime format
variables.
2013-12-15 14:52:09 -04:00
Joey Hess
7d5b25515c Add plumbing-level lookupkey command. 2013-12-15 14:02:23 -04:00
Joey Hess
f0cf4d1861 update plumbing command docs 2013-12-15 13:48:26 -04:00
Joey Hess
2a82567b6e Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-15 13:37:12 -04:00
Joey Hess
de3b0cd4a7 update for windows 2013-12-15 13:36:06 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkdiXn5s1wX2Zncy1S7_h-yPTv2gt0bmmY
d26d599a55 Added a comment: Same problem on ubuntu 2013-12-15 14:22:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY
9e689ebd0d 2013-12-15 11:57:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY
8dd729dce4 2013-12-15 11:22:17 +00:00
TroisSinges
54e13c4b00 Added a comment: Almost done 2013-12-15 10:13:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnfC02DTOZygFDDvvg0maRciYYMhEIFgkw
3f512b2558 Added a comment 2013-12-15 09:51:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnciSG85yZ5DAysBxcN0poQE-tSaajVKE8
bdf25cca73 Changed to the brew script: libgsasl has been removed in favor of gsasl, also libgsasl was listed twice. See https://github.com/Homebrew/homebrew/pull/16428 for more info. 2013-12-14 17:59:50 +00:00
Mike
efe3eb7117 2013-12-14 14:28:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo
2699f0099a Added a comment 2013-12-14 13:15:15 +00:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
cf018a2cb4 Added a comment 2013-12-14 09:05:26 +00:00
http://id.clacke.se/
9eaa390f55 2013-12-14 03:44:01 +00:00
Joey Hess
87662ec14c rename HAS to CHECKPRESENT for consistency with hook special remote 2013-12-13 15:32:06 -04:00
http://joeyh.name/
22e0417826 Added a comment 2013-12-13 18:52:40 +00:00
Joey Hess
75f746ad24 add news item for git-annex 5.20131213 2013-12-13 14:49:02 -04:00
Joey Hess
75627390cd Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-13 14:20:21 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmLdL4zLty4fsfaIXNtPMS5RXs4y8OAk0o
2893b2217d Added a comment 2013-12-13 15:43:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnKhw0-Tu5oHjeoz_gAP4Nu5V9uo8ta3hM
8d9e76e46b Added a comment: unknown special remote 2013-12-13 15:12:37 +00:00
http://mildred.fr/
d9f5862e35 2013-12-13 13:38:01 +00:00
http://mildred.fr/
c8112ab729 2013-12-13 12:55:05 +00:00
http://mildred.fr/
66514f6794 2013-12-13 11:22:14 +00:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
ff5b806c2a Added a comment 2013-12-13 08:37:25 +00:00
Renaud
061852320d Added a comment 2013-12-13 06:16:12 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk_bIB1Vadfc_GfPLKX_ScfWFCcaGyk8Ac
a708a89346 2013-12-13 04:49:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk_bIB1Vadfc_GfPLKX_ScfWFCcaGyk8Ac
d111e2c8ef Added a comment: Remove quotes 2013-12-13 04:44:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnfC02DTOZygFDDvvg0maRciYYMhEIFgkw
170ab57a70 Added a comment 2013-12-12 22:03:54 +00:00
http://joeyh.name/
464bbdc0a5 Added a comment 2013-12-12 21:53:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnfC02DTOZygFDDvvg0maRciYYMhEIFgkw
e63fc9e333 Added a comment 2013-12-12 21:50:15 +00:00
http://joeyh.name/
b640602dd5 Added a comment 2013-12-12 21:40:16 +00:00
Joey Hess
45de312d94 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-12 17:33:56 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnfC02DTOZygFDDvvg0maRciYYMhEIFgkw
b0b35ca247 Added a comment 2013-12-12 20:58:07 +00:00
Joey Hess
9c0404ffcb devblog 2013-12-12 16:40:28 -04:00
http://joeyh.name/
388de26e54 Added a comment 2013-12-12 20:37:56 +00:00
http://joeyh.name/
65f572a776 Added a comment 2013-12-12 20:17:26 +00:00
http://joeyh.name/
fe75df1c21 Added a comment 2013-12-12 20:14:02 +00:00
http://joeyh.name/
8f0079c815 Added a comment 2013-12-12 20:09:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnfC02DTOZygFDDvvg0maRciYYMhEIFgkw
c7d5af5c8a Added a comment 2013-12-12 20:08:50 +00:00
http://joeyh.name/
2654748e65 Added a comment 2013-12-12 20:01:09 +00:00
http://joeyh.name/
aaa7d69c32 Added a comment 2013-12-12 19:58:53 +00:00
Joey Hess
1b8d8dc498 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-12 15:57:51 -04:00
Joey Hess
bef567c31f Fix direct mode's handling when modifications to non-annexed files are pulled from a remote. A bug prevented the files from being updated in the work tree, and this caused the modification to be reverted. 2013-12-12 15:57:09 -04:00
http://joeyh.name/
46e12e9481 Added a comment 2013-12-12 19:56:50 +00:00
Joey Hess
814a2b9960 close 2013-12-12 15:39:21 -04:00
Joey Hess
bcafa0efe0 close 2013-12-12 15:35:04 -04:00
http://joeyh.name/
9b8859bbb6 Added a comment 2013-12-12 19:33:50 +00:00
Joey Hess
1c4f23394e close 2013-12-12 15:28:32 -04:00
http://joeyh.name/
e2969cce2c Added a comment 2013-12-12 19:27:23 +00:00
Joey Hess
17ba77e57c unreproducible; moreinfo 2013-12-12 15:18:55 -04:00
Joey Hess
f6f2b7c2e1 rename 2013-12-12 15:18:28 -04:00
http://joeyh.name/
a64aa6349a Added a comment 2013-12-12 19:16:34 +00:00
Joey Hess
e3fa0ebd03 update for direct mode guard 2013-12-12 14:08:37 -04:00
Joey Hess
ddf810a4fb Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-12 14:03:54 -04:00
Joey Hess
625076f9a5 status: Ignore new files that are gitignored. 2013-12-12 14:01:24 -04:00
Joey Hess
99096622ad move bug report to corret location from from (sigh) 2013-12-12 14:00:53 -04:00
http://joeyh.name/
e2a5befc19 Added a comment 2013-12-12 17:54:55 +00:00
http://joeyh.name/
4d84940c31 Added a comment 2013-12-12 17:47:30 +00:00
Joey Hess
35c30a3d78 close 2013-12-12 13:44:58 -04:00
http://joeyh.name/
00e1ddbb93 Added a comment 2013-12-12 17:38:21 +00:00
http://joeyh.name/
2c3c888a58 Added a comment 2013-12-12 17:35:28 +00:00
Joey Hess
9e7f27893b close 2013-12-12 13:32:44 -04:00
http://joeyh.name/
e50d1a882c Added a comment 2013-12-12 17:32:23 +00:00
http://joeyh.name/
535936e4d8 Added a comment 2013-12-12 17:20:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk_bIB1Vadfc_GfPLKX_ScfWFCcaGyk8Ac
81a0ad89d7 2013-12-12 17:12:40 +00:00
http://joeyh.name/
3f94bc393d Added a comment 2013-12-12 17:11:59 +00:00
http://joeyh.name/
e6a7cc0d46 Added a comment 2013-12-12 17:07:37 +00:00
http://joeyh.name/
8830542a17 Added a comment 2013-12-12 17:01:53 +00:00
Joey Hess
5cde9ddd1b close 2013-12-12 12:57:47 -04:00
https://www.google.com/accounts/o8/id?id=AItOawknruiCHUcOh2mmpkh7OFJ4iNfAOOamRVs
8b14fa0231 2013-12-12 06:02:34 +00:00
Joey Hess
9b1bcb9e6b Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-11 18:04:40 -04:00
Joey Hess
da3caded0f devblog 2013-12-11 17:36:52 -04:00
Joey Hess
cb6a703660 refine protocol
More complicated, but less asynchronous, which will make it easier for
special remote programs to use it, at the expense of some added complexity
in git-annex.
2013-12-11 17:26:27 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlFF9rUjf-AMUngY49F9e4tTiR0lq8rj08
734eed74fb 2013-12-11 20:26:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo
2b3ba380d7 Added a comment: same here 2013-12-11 19:57:12 +00:00
Joey Hess
8223066716 update 2013-12-11 14:06:14 -04:00
Joey Hess
05e84b15cc clarify 2013-12-11 14:05:00 -04:00
Joey Hess
f4d847297c update 2013-12-11 14:04:03 -04:00
Joey Hess
d180b8e5af reorder 2013-12-11 14:02:49 -04:00
Joey Hess
37df2e3ebf layout 2013-12-11 14:02:10 -04:00
Joey Hess
22c6fe501d add ERROR 2013-12-11 14:01:33 -04:00
Joey Hess
6c6c86f83a Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-11 13:57:04 -04:00
Joey Hess
75fda11f74 update 2013-12-11 13:56:59 -04:00
Joey Hess
e800e04d2d fixfix 2013-12-11 13:53:21 -04:00
Joey Hess
8b6d3ab2b5 fix display of | 2013-12-11 13:52:51 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkQafKy7hNSEolLs6TvbgUnkklTctUY9LI
815db7aed4 Added a comment: Backup 2013-12-11 17:38:41 +00:00
Joey Hess
172f3287c5 update 2013-12-11 13:34:16 -04:00
Joey Hess
a57417d881 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-11 13:31:41 -04:00
Joey Hess
bf0bc0b001 add design document 2013-12-11 13:31:11 -04:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
fcc4fcf097 Added a comment 2013-12-11 16:18:37 +00:00
http://joeyh.name/
8aec41051e Added a comment 2013-12-11 15:40:35 +00:00
Joey Hess
e727881fb9 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-11 11:34:32 -04:00
Joey Hess
cbd7a7aeac title 2013-12-11 11:32:06 -04:00
http://joeyh.name/
97687939a7 Added a comment 2013-12-11 15:31:34 +00:00
Joey Hess
551abf439f update on XMPP (going to be a real PITA) 2013-12-11 11:24:02 -04:00
Joey Hess
0dd479e818 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-11 10:42:02 -04:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
72725f410d 2013-12-11 12:58:52 +00:00
http://joeyh.name/
3b2581cf3e Added a comment 2013-12-11 06:20:58 +00:00
Joey Hess
ba75a2bc6f remove link to prebuilt tarball; this page is about debian packages 2013-12-11 02:16:07 -04:00
Joey Hess
2fd63f3cfa port transferkeys to windows; make stopping in progress transfers work too (probably)
transferkeys had used special FDs for communication, but that would be
quite annoying to do in Windows.

Instead, use stdin and stdout. But, to avoid commands like rsync stomping
on them and messing up the communications channel, they're duplicated to a
different handle; stdin is replaced with a null handle, and stdout is
replaced with a copy of stderr. This should all work in windows too.

Stopping in progress transfers may work on windows.. if the types unify
anyway. ;) May need some more porting.
2013-12-10 23:19:18 -04:00
Joey Hess
0fbbe79d8f Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-10 18:30:18 -04:00
Joey Hess
f805ff8b2b devblog 2013-12-10 18:29:42 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkQafKy7hNSEolLs6TvbgUnkklTctUY9LI
7fcba8e61b Added a comment: Not a backup system... 2013-12-10 20:55:12 +00:00
Joey Hess
bc0b8b6465 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-10 15:40:49 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlqimC5gbxsILaBlnuVXYtfSMDIhiyvHfw
4af6fa8033 Added a comment 2013-12-10 19:34:07 +00:00
Joey Hess
714e031d19 todo 2013-12-10 14:34:35 -04:00
Joey Hess
d764fcf842 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-10 12:44:32 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmmA6YpvP2dFDs5rMlhBWEWWgo2IZjOQGo
7ce1f5780d 2013-12-10 16:05:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmmA6YpvP2dFDs5rMlhBWEWWgo2IZjOQGo
deab842a65 2013-12-10 16:03:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmmA6YpvP2dFDs5rMlhBWEWWgo2IZjOQGo
6504c2d934 more info 2013-12-10 16:02:02 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmmA6YpvP2dFDs5rMlhBWEWWgo2IZjOQGo
aaac314b82 2013-12-10 16:00:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnpmMRq6lo2NBrlmoxZQljaU_IaWsWB7qw
e35cfebb61 Added a comment: direct mode and vanishing files 2013-12-10 12:40:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8
5c06a9bc1f 2013-12-10 12:38:59 +00:00
Joey Hess
2c7c07286c update 2013-12-10 01:45:21 -04:00
Joey Hess
8699a36438 update 2013-12-10 01:00:10 -04:00
Joey Hess
85e97e2976 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-10 00:47:24 -04:00
Joey Hess
855177f83b requesting admin didn't work (or only on vista) 2013-12-10 00:45:07 -04:00
Joey Hess
db8a980c70 request admin rights at install 2013-12-10 00:32:08 -04:00
http://a-or-b.myopenid.com/
39c97d1f2a 2013-12-10 00:15:42 +00:00
http://a-or-b.myopenid.com/
7afd4da621 2013-12-10 00:00:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl1_OomoRgy1N3U4ASwScphTWkpg2Cb4P0
aec2416f08 Added instructions on getting the absolute latest version on Debian 7 2013-12-09 23:25:39 +00:00
Joey Hess
a00c1570e8 devblog 2013-12-09 18:08:08 -04:00
Joey Hess
43b6a0f71c Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-09 17:47:46 -04:00
Joey Hess
4a5ab9b1e7 Tweak magic number to fix bad behavior in Firefox, which was caused by an earlier fix to bad behavior in Chromium.
Browsers are crap.
2013-12-09 17:44:45 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
67c9d548be Added a comment 2013-12-09 21:43:58 +00:00
Joey Hess
f8e1d2fd09 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-09 17:43:09 -04:00
http://joeyh.name/
a1b09f6db4 Added a comment 2013-12-09 21:39:18 +00:00
http://joeyh.name/
c84ac837ca Added a comment 2013-12-09 21:08:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
9751d9743c 2013-12-09 20:33:54 +00:00
Joey Hess
2e48dcf6a7 update 2013-12-09 16:00:48 -04:00
Joey Hess
4dd2767e31 update 2013-12-09 15:57:41 -04:00
https://launchpad.net/~maestro-alubia
f19551eaa8 Added a comment 2013-12-09 19:47:32 +00:00
Joey Hess
90d4ada06e update 2013-12-09 15:07:11 -04:00
Joey Hess
8192dd1c27 Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-09 15:02:11 -04:00
Joey Hess
012f770066 webapp 100% working in windows + chrome; slightly buggy in windows + firefox 2013-12-09 15:01:43 -04:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
77953ab806 Added a comment 2013-12-09 14:56:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlY4LE-xEyztjJeXSot7JIGGFWgBfabgwc
6a7761e286 Added a comment: GPG Key specification 2013-12-09 13:32:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawleVyKk2kQsB_HgEdS7w1s0BmgRGy1aay0
1aac1709f3 Added a comment 2013-12-09 11:16:49 +00:00
https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d8
457849b250 Added a comment 2013-12-09 06:07:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkI9AR8BqG4RPw_Ov2lnDCJWMuM6WMRobQ
62e170fd5f Added a comment: Curious to know if there's progress on this 2013-12-09 00:49:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk11IeWrsbRKPqxl0_Fp5B119mrzpMIkz8
3a96761a6f Added a comment 2013-12-08 21:50:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLdL4zLty4fsfaIXNtPMS5RXs4y8OAk0o
5ce8128bf9 Added a comment 2013-12-08 20:41:45 +00:00
Joey Hess
c668ed35be Merge branch 'master' of ssh://git-annex.branchable.com 2013-12-08 16:27:06 -04:00
Joey Hess
f3b2172118 devblog 2013-12-08 16:26:01 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkI9AR8BqG4RPw_Ov2lnDCJWMuM6WMRobQ
2879200c11 Added a comment: Use case for not syncing to all remotes 2013-12-08 19:20:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmicVKRM8vJX4wPuAwlLEoS2cjmFXQkjkE
be777bcc2d Added a comment: pseudocode 2013-12-08 15:23:36 +00:00
http://nullroute.eu.org/~grawity/
f62dc8e294 Added a comment 2013-12-08 12:52:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLdL4zLty4fsfaIXNtPMS5RXs4y8OAk0o
933ab0cd9f Added a comment: Similar problem 2013-12-08 12:30:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlqimC5gbxsILaBlnuVXYtfSMDIhiyvHfw
c2879bed80 2013-12-08 12:22:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLdL4zLty4fsfaIXNtPMS5RXs4y8OAk0o
33913a3bbd Added a comment: Disappearing files 2013-12-08 12:16:37 +00:00