Commit graph

8354 commits

Author SHA1 Message Date
Joey Hess
74ad3072e4 addurl --pathdepth: Fix failure when the pathdepth specified is deeper than the urls's path. 2013-07-05 12:46:38 -04:00
Joey Hess
d84a000e92 detect system with no dot in FQDN, where git commit will fail, and workaround
Sigh, git is so *fragile*. Or rather, across the set of systems that use
git-annex, where are no many horribly broken systems..
2013-07-05 12:24:28 -04:00
http://joeyh.name/
62f391480d Added a comment 2013-07-05 16:04:04 +00:00
http://joeyh.name/
b68c80b111 Added a comment 2013-07-05 15:30:37 +00:00
http://joeyh.name/
44910277bd Added a comment 2013-07-05 15:29:11 +00:00
http://joeyh.name/
6372ad1cfa Added a comment 2013-07-05 15:28:33 +00:00
Chris
da46380397 2013-07-05 15:18:47 +00:00
Joey Hess
af18656375 assistant bugs are shown in the main bug list, fix a note that says
otherwise
2013-07-04 20:56:37 -04:00
Joey Hess
66afa15a33 Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-04 20:56:36 -04:00
http://joeyh.name/
de2b451ca3 Added a comment 2013-07-05 00:53:00 +00:00
http://cweiske.de/
f691f27b29 Added a comment 2013-07-04 20:20:16 +00:00
http://cweiske.de/
92abe18994 2013-07-04 20:16:33 +00:00
http://cweiske.de/
ef860b2459 2013-07-04 20:14:01 +00:00
https://m-f-k.myopenid.com/
44d97975ac fix 2013-07-04 15:48:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm0sGxsiJ7yj5iQsF-A5tEl6XKOGQieqEo
1fb0584a37 Added a comment: Writing papers 2013-07-04 15:32:24 +00:00
https://m-f-k.myopenid.com/
a88187bf10 Added a comment 2013-07-04 15:24:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlpOeCs7zZLR-PBGPxUgjWlg7bwAAzQZyk
ee98d691a8 2013-07-04 15:07:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
0f164a7b3e Added a comment 2013-07-04 15:06:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlpOeCs7zZLR-PBGPxUgjWlg7bwAAzQZyk
92170a3e30 2013-07-04 15:05:53 +00:00
http://sunny256.sunbase.org/
3bdf00b0c0 Add bug report about "git annex addurl" 2013-07-04 13:03:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
d21aab2d3b Added a comment 2013-07-04 12:41:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
d1bb0e6f31 Added a comment 2013-07-04 08:32:55 +00:00
http://edheil.wordpress.com/
8d868b868b Added a comment 2013-07-04 05:11:47 +00:00
https://me.yahoo.com/a/2grhJvAC049fJnvALDXek.6MRZMTlg--#eec89
ca1a79cd03 Added a comment 2013-07-03 22:16:32 +00:00
Joey Hess
7ae3223eab update 2013-07-03 17:49:18 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9smfyJFgp3f2WjqqZWY6b7vo5eZv7GGQ
00659d9468 Added a comment: Ooh. Do want on Windows 2013-07-03 20:44:05 +00:00
Joey Hess
2039cc5676 blog for the day 2013-07-03 15:55:02 -04:00
http://joeyh.name/
482858957c Added a comment 2013-07-03 19:54:21 +00:00
Joey Hess
980e9a15e0 merge: Now also merges synced/master or similar branches, which makes it useful to put in a post-receive hook to make a repository automatically update its working copy when git annex sync or the assistant sync with it. 2013-07-03 15:42:56 -04:00
Joey Hess
3afe7af48b Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-03 15:41:40 -04:00
GLITTAH
45534e758d Added a comment: Forgot to add... 2013-07-03 19:28:42 +00:00
Joey Hess
1453c46349 typography 2013-07-03 15:27:14 -04:00
Joey Hess
04d07f2c1f --unused: New switch that makes git-annex operate on all data found by the last run of git annex unused. Supported by fsck, get, move, copy. 2013-07-03 15:26:59 -04:00
Joey Hess
ef4239dda0 Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-03 14:16:33 -04:00
Joey Hess
31f6570aa1 update docs for --all 2013-07-03 14:16:01 -04:00
http://joeyh.name/
9dd4c9eb15 Added a comment 2013-07-03 18:13:25 +00:00
http://joeyh.name/
811f510ad4 Added a comment 2013-07-03 18:10:29 +00:00
Joey Hess
ebfd6fc2fe drop --all cannot check numcopies from .gitattributes, so don't implement it!
I spent a long time worrying about this problem with --all, that it cannot
check .gitattributes files for numcopies settings, and so would not be
entirely safe to use. The solution turns out to be simple, just don't
implement `git annex drop --all`. drop is the only command that needs to
check numcopies (move can also reduce the number of copies, but explicitly
bypasses numcopies settings).

Use cases that might need a drop --all are probably better served by using
unused and dropunused, which already work in a bare repository.
2013-07-03 14:01:31 -04:00
Joey Hess
def7cb706f Add --all option, and support it for fsck 2013-07-03 13:12:53 -04:00
https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog
bfdf2c137d Added a comment: post-receive hook looks troublesome 2013-07-03 16:11:13 +00:00
http://joeyh.name/
80a399e90d Added a comment 2013-07-03 15:51:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnVTPaZaIfnZqDbkmW97pqxwi2QuZIJAF4
fbe28ba766 2013-07-03 12:28:32 +00:00
https://launchpad.net/~eythian
235903596e 2013-07-03 10:39:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnHRhCe3qwVKQ8_NOGGSYJnAMW6FFyKbOc
b6defa1c27 Added a comment 2013-07-03 02:43:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o
ca2ddb2d4c 2013-07-02 22:09:03 +00:00
Joey Hess
1fbba745d5 Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-02 17:22:32 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnHRhCe3qwVKQ8_NOGGSYJnAMW6FFyKbOc
3e0a9f2d19 Added a comment 2013-07-02 21:09:03 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
02d105ef19 Added a comment 2013-07-02 20:45:29 +00:00
http://joeyh.name/
5c3dd8d56f Added a comment 2013-07-02 19:58:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
08f2db63a9 Added a comment 2013-07-02 19:48:19 +00:00
Joey Hess
90ae9474e2 Merge branch 'master' of ssh://git-annex.branchable.com 2013-07-02 15:46:58 -04:00
Joey Hess
1b395dcb76 webapp: Fix ssh setup with nonstandard port, broken in last release. 2013-07-02 15:46:02 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlpOeCs7zZLR-PBGPxUgjWlg7bwAAzQZyk
0d41bf4007 Added a comment 2013-07-02 18:15:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkQafKy7hNSEolLs6TvbgUnkklTctUY9LI
224d86a129 Added a comment 2013-07-02 17:10:59 +00:00
Joey Hess
c6077de72d close 2013-07-02 13:05:18 -04:00
http://joeyh.name/
e20bf73780 Added a comment 2013-07-02 17:04:47 +00:00
http://joeyh.name/
4456f1f3c2 Added a comment 2013-07-02 17:00:41 +00:00
http://joeyh.name/
cb5fbb5463 Added a comment 2013-07-02 16:57:43 +00:00
http://joeyh.name/
2315d784b8 Added a comment 2013-07-02 16:56:42 +00:00
http://joeyh.name/
ef1fd09c5c Added a comment 2013-07-02 16:52:43 +00:00
Joey Hess
a35be1706f title 2013-07-02 12:45:09 -04:00
http://joeyh.name/
0bfb9c491d Added a comment 2013-07-02 16:41:51 +00:00
http://joeyh.name/
a0c5b5d6f4 Added a comment 2013-07-02 16:38:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
c46a586e9f 2013-07-02 14:57:41 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o
520d195ee0 2013-07-02 13:58:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o
e1f3ec8eab 2013-07-02 13:57:15 +00:00
hhm
9d871e6ef5 2013-07-02 09:50:38 +00:00
hhm
0e71cec0ee 2013-07-02 09:49:25 +00:00
Chris
645242085d Added comment about android. 2013-07-02 06:10:43 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnHRhCe3qwVKQ8_NOGGSYJnAMW6FFyKbOc
f4c32a6508 Added a comment 2013-07-02 05:52:10 +00:00
http://joeyh.name/
a6c889e7d4 Added a comment 2013-07-02 05:29:00 +00:00
http://joeyh.name/
8174c20bf6 Added a comment 2013-07-02 05:28:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnHRhCe3qwVKQ8_NOGGSYJnAMW6FFyKbOc
b342635ef3 2013-07-02 04:12:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnHRhCe3qwVKQ8_NOGGSYJnAMW6FFyKbOc
b673213459 removed 2013-07-02 04:05:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnHRhCe3qwVKQ8_NOGGSYJnAMW6FFyKbOc
1cde216ba8 Added a comment 2013-07-02 04:05:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnHRhCe3qwVKQ8_NOGGSYJnAMW6FFyKbOc
8d7840d32a removed 2013-07-02 04:03:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnHRhCe3qwVKQ8_NOGGSYJnAMW6FFyKbOc
c03e0dc3c6 Added a comment 2013-07-02 04:03:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnHRhCe3qwVKQ8_NOGGSYJnAMW6FFyKbOc
8de74df6d4 Added a comment: Variant: file/directory size 2013-07-02 04:02:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnHRhCe3qwVKQ8_NOGGSYJnAMW6FFyKbOc
b9baa1f789 2013-07-02 03:34:16 +00:00
GLITTAH
e7bf574597 Added a comment: Several annexes managing >3TB. No problems! 2013-07-02 00:12:28 +00:00
Chris
2f933ad21a 2013-07-01 17:34:21 +00:00
Chris
f54f5e8026 2013-07-01 17:33:45 +00:00
Chris
8397968c11 2013-07-01 17:31:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnxzws0OckoJE-lYEEUkAUJ394wdQyEdss
3069d18326 2013-07-01 12:48:24 +00:00
85.170.116.133
e69075f0be poll vote (/sdcard/annex) 2013-07-01 07:51:36 +00:00
carlo
4e8adc1ae1 Added a comment 2013-07-01 04:20:22 +00:00
https://m-f-k.myopenid.com/
2b65873976 Added a comment: server's architecture 2013-06-30 23:37:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlpOeCs7zZLR-PBGPxUgjWlg7bwAAzQZyk
24e6ea8d88 Added a comment 2013-06-30 21:36:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlpOeCs7zZLR-PBGPxUgjWlg7bwAAzQZyk
1b080dd36f Added a comment 2013-06-30 21:32:54 +00:00
2001:7b8:312:0:a8b1:a6e7:1968:6aeb
d8b92b4d85 poll vote (/sdcard/annex) 2013-06-30 20:55:29 +00:00
http://joeyh.name/
c265552637 Added a comment 2013-06-30 20:36:03 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlpOeCs7zZLR-PBGPxUgjWlg7bwAAzQZyk
7eedec8888 2013-06-30 19:43:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlpOeCs7zZLR-PBGPxUgjWlg7bwAAzQZyk
e881547ef5 Added a comment 2013-06-30 19:38:07 +00:00
Joey Hess
1f0b4c8cec Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-30 14:13:37 -04:00
Joey Hess
dc513b81e8 title 2013-06-30 14:13:19 -04:00
http://joeyh.name/
dd8a9f2b9d Added a comment 2013-06-30 18:08:52 +00:00
http://joeyh.name/
b3bd4c043c Added a comment 2013-06-30 18:02:03 +00:00
http://joeyh.name/
30af85a919 Added a comment 2013-06-30 17:58:08 +00:00
Joey Hess
51f4257bc3 close 2013-06-30 13:48:29 -04:00
http://joeyh.name/
7dc9c7f87d Added a comment 2013-06-30 17:43:50 +00:00
Joey Hess
7726039dd5 close 2013-06-30 13:42:40 -04:00
Joey Hess
1942577783 Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-30 13:39:25 -04:00
Joey Hess
08fd0c7c0b move todo item out of bug list 2013-06-30 13:34:52 -04:00
http://joeyh.name/
96f5f76edf Added a comment 2013-06-30 17:33:55 +00:00
http://joeyh.name/
0f668c66f0 Added a comment 2013-06-30 17:31:26 +00:00
http://joeyh.name/
2bdcaae34b Added a comment 2013-06-30 17:27:08 +00:00
Joey Hess
186e76eae7 close 2013-06-30 13:18:38 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkrr4rYwzs6FT6AfRDNdBcn5JcbMdgxzUY
87231dfb1d 2013-06-30 16:07:43 +00:00
https://dzsino.myopenid.com/
e7836481b2 Added a comment: me2 2013-06-30 13:16:38 +00:00
https://dzsino.myopenid.com/
97ee6c0b3f Added a comment: thanks! 2013-06-30 13:10:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlpSOjMH7Iaz56v6Pr9KCFSpbvMXvg-y9o
79795e47df Added a comment: So close :-) 2013-06-30 12:46:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlpSOjMH7Iaz56v6Pr9KCFSpbvMXvg-y9o
e1eb64cd5a removed 2013-06-30 12:45:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlpSOjMH7Iaz56v6Pr9KCFSpbvMXvg-y9o
b717f58c9f Added a comment: So close :-) 2013-06-30 12:44:53 +00:00
https://launchpad.net/~maestro-alubia
61ec20f377 Added a comment: Fixed 2013-06-30 11:50:43 +00:00
http://jasonwoof.com/
72b05c75fa 2013-06-30 02:37:39 +00:00
http://jasonwoof.com/
3530273460 2013-06-30 02:24:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlpOeCs7zZLR-PBGPxUgjWlg7bwAAzQZyk
c4f0462ab6 Added a comment 2013-06-29 17:26:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlaQ9Hd5o_wjCIcfC9MAx8GRli5-LyBang
0b978dd958 Added a comment 2013-06-29 16:07:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlaQ9Hd5o_wjCIcfC9MAx8GRli5-LyBang
7eb2d8deb3 2013-06-29 16:06:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnHRhCe3qwVKQ8_NOGGSYJnAMW6FFyKbOc
2473fa0d85 removed 2013-06-29 13:08:00 +00:00
Ludo
f25e0bfe97 [Fix] Bad $GL_ADC_PATH definition 2013-06-29 10:56:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
f97253bb3c Added a comment 2013-06-29 09:34:03 +00:00
http://jasonwoof.com/
70c4ef603a Added a comment: It's been great! 2013-06-29 03:48:09 +00:00
https://m-f-k.myopenid.com/
99042efb62 init bugreport 2013-06-28 19:56:11 +00:00
EvanDeaubl
69ee54c73e Added a comment 2013-06-28 18:35:55 +00:00
https://launchpad.net/~alphapapa
670d0e6767 Added a comment: ionice not supported by deadline scheduler 2013-06-28 17:43:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo
61e0506450 Added a comment 2013-06-28 16:45:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnHRhCe3qwVKQ8_NOGGSYJnAMW6FFyKbOc
1e337c7b06 Added a comment: Should I use bup or rsync, when given the choice? 2013-06-28 16:25:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnrFnHRRNUQBB5RCDaIwhVmCcxQp8_yiYw
67b2865023 Added a comment 2013-06-28 08:42:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnrFnHRRNUQBB5RCDaIwhVmCcxQp8_yiYw
a7dbc3a2ee Added a comment 2013-06-28 08:37:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnGrQBFPptA2GU_Nx8KrxRGtyAS7PIlwjw
7e308b1d21 Added a comment 2013-06-28 04:01:22 +00:00
216.115.165.4
de01147e85 poll vote (Google Drive) 2013-06-28 00:59:19 +00:00
Joey Hess
3e09e35924 Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-27 16:28:05 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm01ida6POv7vqyUYtOlymEbJTbrImAIzM
51a751a071 2013-06-27 20:22:00 +00:00
http://julien.lefrique.name/
dafdd215bf Added a comment: Many thanks! 2013-06-27 19:59:47 +00:00
Joey Hess
3fafbf15a6 blog for the day 2013-06-27 15:44:55 -04:00
Joey Hess
53e25093b8 update 2013-06-27 15:36:01 -04:00
Joey Hess
b947861206 add news item for git-annex 4.20130627 2013-06-27 14:59:51 -04:00
Joey Hess
a5f39254c7 Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-27 14:21:09 -04:00
http://joeyh.name/
8a36ec5c7a Added a comment 2013-06-27 18:19:57 +00:00
http://joeyh.name/
43d8a1e5bf Added a comment 2013-06-27 18:11:45 +00:00
http://joeyh.name/
845093476e Added a comment 2013-06-27 18:11:03 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmnG4EuvZWse5hvgrl0XAK-U61e-0iGaao
bdf618e8a1 Added a comment: Nothing fancy but... 2013-06-27 16:52:12 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlOc-EOD5ZyggsAp6lOnU7x5MxizwLtUXA
34c1e7ec11 Added a comment: more success 2013-06-27 14:09:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnAvbXOnK57sqgvZvxkbG74NUKBDwKDcuk
cf8dcbacc1 Added a comment: Backups 2013-06-27 13:14:43 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnGrQBFPptA2GU_Nx8KrxRGtyAS7PIlwjw
b455dce000 Added a comment: same problem here 2013-06-27 12:32:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo
59713e45c9 2013-06-27 11:54:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo
8780417467 2013-06-27 11:54:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo
c65a7def32 2013-06-27 11:52:53 +00:00
Joey Hess
036ae23ac7 update 2013-06-27 02:33:17 -04:00
http://joeyh.name/
728b27ae2f Added a comment 2013-06-27 06:31:29 +00:00
Joey Hess
d0f097bb73 Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-27 01:24:51 -04:00
Joey Hess
b44c978e2c webapp: Fix bug that caused the webapp to hang when built with yesod 1.2. 2013-06-27 00:01:31 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkQafKy7hNSEolLs6TvbgUnkklTctUY9LI
84f0ff52f4 2013-06-27 03:38:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnI6EUnvCSB6JG3KsjCDpBIBWYniaZkhXs
5bf44e6d2b Added a comment: expected behavior 2013-06-27 02:44:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnI6EUnvCSB6JG3KsjCDpBIBWYniaZkhXs
db2937d342 2013-06-27 02:43:27 +00:00
http://joeyh.name/
e98db787b1 Added a comment: not OSX specific 2013-06-27 02:36:04 +00:00
andy
8f9bf584c5 Added a comment: Another success story 2013-06-27 02:03:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl99Gxq3NPNvwZHp3PDufaknQH4rZb_KKY
5971604114 removed 2013-06-27 01:53:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl99Gxq3NPNvwZHp3PDufaknQH4rZb_KKY
e3f0c6fb3a Added a comment 2013-06-27 01:52:03 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl99Gxq3NPNvwZHp3PDufaknQH4rZb_KKY
69ba88ad58 Added a comment 2013-06-27 01:51:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl8B4Ima-VCCJ4y32Gvfii8EmvTyN9tFGM
86e03eb976 removed 2013-06-27 00:43:43 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl8B4Ima-VCCJ4y32Gvfii8EmvTyN9tFGM
b481b62bc5 Added a comment: Ubuntu Raring and fmarier's PPA 2013-06-27 00:42:52 +00:00
Joey Hess
1e1f595d80 Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-26 19:42:19 -04:00
Joey Hess
306f8a4c45 downloads.kitenet.net now supports https; use it for all links 2013-06-26 19:21:19 -04:00
Richard Hartmann
65bbd063dc Merge branch 'master' of git://git-annex.branchable.com 2013-06-27 00:20:55 +02:00
Richard Hartmann
85788afae5 Fix link in old blog post 2013-06-27 00:20:41 +02:00
Joey Hess
aee9d8bd38 Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-26 18:15:13 -04:00
Joey Hess
3187f0ae86 blog for the day 2013-06-26 18:13:02 -04:00
http://joeyh.name/
cea8c44aa4 Added a comment 2013-06-26 22:10:39 +00:00
Joey Hess
2dd6f84518 Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-26 17:52:59 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkQafKy7hNSEolLs6TvbgUnkklTctUY9LI
bff08b352e Added a comment: Excellent 2013-06-26 21:01:39 +00:00
http://nicolas-schodet.myopenid.com/
071fa04a76 Replace initremote with enableremote in example 2013-06-26 20:25:17 +00:00
http://nicolas-schodet.myopenid.com/
bd5a533f74 Added a comment 2013-06-26 20:05:22 +00:00
http://joeyh.name/
cc050e5e82 Added a comment 2013-06-26 19:39:15 +00:00
http://joeyh.name/
c16453cf6c Added a comment 2013-06-26 19:06:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
caa3006173 Added a comment 2013-06-26 18:46:40 +00:00
Joey Hess
ca62de2537 add 2013-06-26 14:45:12 -04:00
http://joeyh.name/
6d9406d904 Added a comment 2013-06-26 18:30:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlJEI45rGczFAnuM7gRSj4C6s9AS9yPZDc
c113d81159 Added a comment: SynoCommunity 2013-06-26 18:12:39 +00:00
http://nicolas-schodet.myopenid.com/
e55bc6feca Added a comment: Thank you for this great tool! 2013-06-26 18:10:05 +00:00
http://nicolas-schodet.myopenid.com/
a77506995c Added a comment 2013-06-26 17:52:12 +00:00
http://joeyh.name/
06d24e4a10 Added a comment 2013-06-26 17:40:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmqz6wCn-Q1vzrsHGvEJHOt_T5ZESilxhc
222ecc5cb8 Added a comment: Update 2013-06-26 17:26:05 +00:00
http://joeyh.name/
61676b5a79 Added a comment 2013-06-26 16:34:23 +00:00
Joey Hess
579446aed4 assistant: Fix bug that prevented adding files written by gnucash, and more generally support adding hard links to files. However, other operations on hard links are still unsupported. 2013-06-26 12:30:37 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl3A5oeZFLreGhDTFVMOJYIy1auKiTL_ZY
afe452879c Added a comment: :) 2013-06-26 15:04:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
8e61a9424a Added a comment 2013-06-26 08:36:33 +00:00
https://launchpad.net/~subito
cfb577db0a Added a comment: Big success! 2013-06-26 07:00:16 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkQafKy7hNSEolLs6TvbgUnkklTctUY9LI
35475ff43f Added a comment: More info 2013-06-26 04:21:47 +00:00
46.115.86.1
8341d42745 poll vote (/sdcard/annex) 2013-06-26 03:34:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkQafKy7hNSEolLs6TvbgUnkklTctUY9LI
fd82895721 Added a comment: Happy to debug 2013-06-26 02:47:35 +00:00
http://edheil.wordpress.com/
8685af7df2 Added a comment 2013-06-25 22:26:27 +00:00
Joey Hess
4930c6e9f3 Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-25 17:34:07 -04:00
Joey Hess
5e2b5ebd15 blog for the day 2013-06-25 17:32:50 -04:00
http://joeyh.name/
e540177f2a Added a comment 2013-06-25 20:05:46 +00:00
Joey Hess
725ebbf62d Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-25 15:50:24 -04:00
http://joeyh.name/
0de4d8f614 Added a comment 2013-06-25 19:49:25 +00:00
spwhitton
62fc4b4bb5 Added a comment 2013-06-25 19:47:19 +00:00
Joey Hess
f1fe8edbbb webapp: Fix bug setting up ssh repo if the user enters "~/" at the start of the path. 2013-06-25 15:43:46 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm01ida6POv7vqyUYtOlymEbJTbrImAIzM
27ea399405 Added a comment 2013-06-25 19:34:12 +00:00
Joey Hess
c8e6947693 webapp: Ensure that ssh keys generated for different directories on a server are always different. 2013-06-25 15:31:04 -04:00
http://joeyh.name/
a42ba34b8b Added a comment 2013-06-25 19:13:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm01ida6POv7vqyUYtOlymEbJTbrImAIzM
3f0c74685e Added a comment 2013-06-25 18:50:00 +00:00
http://joeyh.name/
5d1611aae4 Added a comment 2013-06-25 18:20:05 +00:00
http://joeyh.name/
0e17ad1a79 Added a comment 2013-06-25 18:08:55 +00:00
Joey Hess
4b3abb35f8 close 2013-06-25 14:01:58 -04:00
http://joeyh.name/
37d245286e Added a comment 2013-06-25 17:58:57 +00:00
Joey Hess
986d8e9620 close 2013-06-25 13:55:17 -04:00
Joey Hess
ca5285c6a9 categorize 2013-06-25 13:50:05 -04:00
http://joeyh.name/
bf9df89894 Added a comment 2013-06-25 17:49:08 +00:00
http://joeyh.name/
7abc3390da Added a comment 2013-06-25 17:30:05 +00:00
http://joeyh.name/
5d675c1ece Added a comment 2013-06-25 17:26:25 +00:00
http://joeyh.name/
b9f8a95852 Added a comment 2013-06-25 17:22:53 +00:00
http://joeyh.name/
aa9fca1fd2 Added a comment 2013-06-25 17:18:56 +00:00
http://joeyh.name/
03efc426df Added a comment 2013-06-25 17:16:46 +00:00
http://joeyh.name/
46baeef9fa Added a comment 2013-06-25 17:14:02 +00:00
http://joeyh.name/
28d012d3b4 Added a comment 2013-06-25 17:12:17 +00:00
http://joeyh.name/
9c11e594d5 Added a comment 2013-06-25 17:10:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmxns2UBAMDbTwrwHq_Lx1sNKrVVayq1X4
aeb28ee79e removed 2013-06-25 14:55:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmxns2UBAMDbTwrwHq_Lx1sNKrVVayq1X4
1dd3ffd42a Added a comment 2013-06-25 14:54:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmxns2UBAMDbTwrwHq_Lx1sNKrVVayq1X4
36a6261cd8 Added a comment 2013-06-25 14:54:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnGrQBFPptA2GU_Nx8KrxRGtyAS7PIlwjw
9c79659515 Added a comment 2013-06-25 13:39:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnVTPaZaIfnZqDbkmW97pqxwi2QuZIJAF4
648a5bdfcd Added a comment: jabberd also affected 2013-06-25 13:00:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnrFnHRRNUQBB5RCDaIwhVmCcxQp8_yiYw
fc4a4c2b97 Added a comment 2013-06-25 11:19:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn-KDr_Z4CMkjS0v_TxQ08SzAB5ecHG3K0
7967bb197c Added a comment: This sounds good 2013-06-25 10:30:08 +00:00
krig
e4e2a807f9 Added a comment: Could not resolve dependencies for yesod 2013-06-25 06:14:19 +00:00
spwhitton
11bf82855a Added a comment: Impossible? 2013-06-24 17:48:03 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmZ9EwisYI1DDev8HXY6zFjPrLKt60-3QI
c40021e736 Added a comment 2013-06-24 12:23:16 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnGrQBFPptA2GU_Nx8KrxRGtyAS7PIlwjw
80b32b84f7 Added a comment: me too. 2013-06-24 07:33:55 +00:00
http://erikhopp.myopenid.com/
9fb7fa4b52 2013-06-24 05:16:43 +00:00
Joey Hess
c437980fb4 Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-23 12:40:34 -04:00
Joey Hess
1f7f9ede3a bup: Handle /~/ in bup remote paths. Thanks, Oliver Matthews 2013-06-23 12:39:37 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmqz6wCn-Q1vzrsHGvEJHOt_T5ZESilxhc
674fb494d2 2013-06-23 13:45:52 +00:00
http://nicolas-schodet.myopenid.com/
8b54552599 New wishlist, preview transfer size 2013-06-23 12:53:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl99Gxq3NPNvwZHp3PDufaknQH4rZb_KKY
7d2d4c1364 whoops this is still the same version. 2013-06-22 19:44:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl99Gxq3NPNvwZHp3PDufaknQH4rZb_KKY
34ad134d0a updated to 4.20130601 2013-06-22 19:42:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl99Gxq3NPNvwZHp3PDufaknQH4rZb_KKY
ce13dbab18 2013-06-22 18:39:35 +00:00
Joey Hess
0aaabc093e I'm told raring has the webapp 2013-06-22 11:11:35 -04:00
Richard Hartmann
b0b79af9cd Typo, grammar, and formatting 2013-06-22 14:54:23 +02:00
https://www.google.com/accounts/o8/id?id=AItOawknOATcOkmzX4jKuET5Z2RsaFUNnLKnQsU
c9ac1e4665 Added a comment 2013-06-22 07:43:10 +00:00
Joey Hess
cd282b5a67 blog for the day 2013-06-21 20:45:57 -04:00
Joey Hess
7f4d4952ef add news item for git-annex 4.20130621 2013-06-21 12:13:38 -04:00
36.83.109.27
7555e4ced7 poll vote (Tahoe-LAFS) 2013-06-21 15:01:31 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnrFnHRRNUQBB5RCDaIwhVmCcxQp8_yiYw
1e4da89fa2 2013-06-21 14:34:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmZ9EwisYI1DDev8HXY6zFjPrLKt60-3QI
36258deaf8 2013-06-21 05:44:02 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmCEE7m7pm6lqvYmgRSESRP9xqmmMm9ox8
d4e57b003c Added a comment 2013-06-20 20:14:26 +00:00
http://joeyh.name/
86c6b45348 Added a comment 2013-06-20 15:23:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmCEE7m7pm6lqvYmgRSESRP9xqmmMm9ox8
bfd3bba093 git-annex tarball not correctly working as a server 2013-06-20 12:16:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnrFnHRRNUQBB5RCDaIwhVmCcxQp8_yiYw
1a46c73a05 Added a comment: figured it out. 2013-06-19 14:21:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
5817861e42 Added a comment 2013-06-19 00:44:44 +00:00
http://josh.easyid.net/
95947e2f32 Added a comment: Minimum version of Android? 2013-06-18 22:05:02 +00:00
Joey Hess
903bb8caf3 fix date 2013-06-18 17:14:28 -04:00
Joey Hess
6ad6301cbd Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-18 17:04:17 -04:00
Joey Hess
f651b87bbd revert broken change that prevented saving changes to local repo
People who get annoyed at not being able to edit "here" can send me a
patch, I don't have time for this nonsense.
2013-06-18 17:02:58 -04:00
Joey Hess
9775fad542 close 2013-06-18 17:01:47 -04:00
http://joeyh.name/
62e5a87e31 Added a comment 2013-06-18 21:01:03 +00:00
Joey Hess
6133811308 Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-18 16:52:44 -04:00
Joey Hess
36ef25553b blog for the day 2013-06-18 16:45:55 -04:00
Joey Hess
bab49ac7c6 few final bits for fully working test suite on windows 2013-06-18 16:37:54 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmUcCZeEK9HKV40JrcHMXAXpPKQPERt7iM
8e3c25cfcb 2013-06-18 18:25:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
326663d60c Added a comment 2013-06-18 09:58:41 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
31c3d2c43a 2013-06-18 09:11:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
eb32acc19b 2013-06-18 09:00:41 +00:00
Richard Hartmann
333cb8e79b Typo and broken link 2013-06-18 08:22:33 +02:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
bda5a9a8e3 Added a comment 2013-06-18 02:14:01 +00:00
http://vjt.myopenid.com/
a8858d90b5 Added a comment: drop "content removed from annex" history 2013-06-18 02:12:01 +00:00
Joey Hess
724272e6b3 Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-17 21:44:50 -04:00
Joey Hess
bcb5613c46 blog for the day 2013-06-17 21:44:21 -04:00
http://joeyh.name/
3b5f8e81c3 Added a comment 2013-06-18 01:38:05 +00:00
Joey Hess
0265badefb Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-17 20:52:44 -04:00
Joey Hess
fa1c1e0f65 annex.debug can now be set to enable debug logging by default. The webapp's debugging check box does this. 2013-06-17 20:41:27 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
62da94ff3e Added a comment 2013-06-18 00:25:54 +00:00
http://joeyh.name/
7130a34f59 Added a comment 2013-06-18 00:09:58 +00:00
http://joeyh.name/
237a5a2e75 Added a comment 2013-06-17 23:53:24 +00:00
tomas
a854189463 2013-06-17 20:33:24 +00:00
tomas
e6fbf862c2 Added a comment 2013-06-17 20:17:30 +00:00
http://joeyh.name/
b879e5c601 Added a comment 2013-06-17 17:34:04 +00:00
Joey Hess
9062bae935 Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-17 12:37:22 -04:00
https://www.google.com/accounts/o8/id?id=AItOawknXZSnvd0_L1Gc1XKYT4qr5e8zTcn371U
31ec33cc9d Added very easy SL6/CentOS6 instructions so that hopefully someone else will not waste hours of their life 2013-06-17 16:34:52 +00:00
Joey Hess
6d48a69788 Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-17 11:01:07 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnrFnHRRNUQBB5RCDaIwhVmCcxQp8_yiYw
1ef0a274d7 2013-06-17 09:58:39 +00:00
Richard Hartmann
d0a68e2260 Typo 2013-06-17 01:15:19 +02:00
https://www.google.com/accounts/o8/id?id=AItOawm01ida6POv7vqyUYtOlymEbJTbrImAIzM
bc846dbb12 2013-06-16 18:37:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
449173389e Added a comment 2013-06-16 17:27:19 +00:00
tomas
201759dce9 Added a comment 2013-06-16 13:32:31 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
18837387fd Added a comment 2013-06-16 13:27:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
dc6a0f90d4 Added a comment 2013-06-16 11:29:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnrFnHRRNUQBB5RCDaIwhVmCcxQp8_yiYw
9e98b1e78e 2013-06-15 20:14:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
3e392095af Added a comment 2013-06-15 19:39:09 +00:00
Joey Hess
b79ead1628 retitle; affects indirect mode only now 2013-06-15 14:52:44 -04:00
http://joeyh.name/
e9636ac89d Added a comment 2013-06-15 18:50:45 +00:00
Joey Hess
1c437de019 Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-15 14:45:07 -04:00
Joey Hess
0527c74c0f assistant: In direct mode, objects are now only dropped when all associated files are unwanted. This avoids a repreated drop/get loop of a file that has a copy in an archive directory, and a copy not in an archive directory. (Indirect mode still has some buggy behavior in this area, since it does not keep track of associated files.) Closes: #712060 2013-06-15 14:44:43 -04:00
http://joeyh.name/
3a054e453a Added a comment 2013-06-15 17:52:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
14841dc5f7 2013-06-15 12:48:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
d1d25b258e 2013-06-15 12:47:13 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo
61f5ad96d5 Added a comment 2013-06-15 11:39:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmT6McpMbjtkXTNRnFEgzZ1zWQxR4DhDGQ
8e790243f7 2013-06-15 11:19:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm01ida6POv7vqyUYtOlymEbJTbrImAIzM
7427d91594 2013-06-15 10:01:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm01ida6POv7vqyUYtOlymEbJTbrImAIzM
f3d7f4f6db 2013-06-15 09:32:27 +00:00
https://openid.fmarier.org/
29d5bb94b4 Added a comment: New PPA only contains git-annex 2013-06-15 07:45:14 +00:00
https://openid.fmarier.org/
d073482cb2 update to my new git-annex PPA 2013-06-15 07:44:05 +00:00
https://openid.fmarier.org/
d26d5d15b6 Added a comment: New location for my git-annex PPA 2013-06-15 07:42:13 +00:00
https://openid.fmarier.org/
93c844cf5c Added a comment: New location for my PPA 2013-06-15 07:41:04 +00:00
Peng
90ab86cb62 Added a comment: Found an easy solution 2013-06-15 03:34:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawknOATcOkmzX4jKuET5Z2RsaFUNnLKnQsU
3a93e24bd5 Added a comment 2013-06-14 23:01:35 +00:00
Joey Hess
e7b4d7320e blog for the day 2013-06-14 18:20:35 -04:00
Joey Hess
0e05613083 Windows: Fix hang when adding several files at once. 2013-06-14 17:35:45 -04:00
Joey Hess
e02fdd2270 Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-14 17:32:25 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
a414afaa59 Added a comment 2013-06-14 21:26:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm01ida6POv7vqyUYtOlymEbJTbrImAIzM
164caee44c 2013-06-14 21:06:23 +00:00
Joey Hess
6f184b3f17 close 2013-06-14 14:53:31 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm01ida6POv7vqyUYtOlymEbJTbrImAIzM
10e6a020bc Added a comment 2013-06-14 18:49:06 +00:00
http://joeyh.name/
b6ac69af57 Added a comment 2013-06-14 18:15:27 +00:00
Joey Hess
f341703057 close 2013-06-14 14:12:56 -04:00
Joey Hess
5a00e078d9 close 2013-06-14 14:12:11 -04:00
http://joeyh.name/
d4a8d2aa8d Added a comment 2013-06-14 18:10:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
eac16afc1b 2013-06-14 18:09:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
e4b0dd066f 2013-06-14 18:07:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm01ida6POv7vqyUYtOlymEbJTbrImAIzM
51dd662ffa 2013-06-14 17:59:08 +00:00
http://joeyh.name/
5669f0b19b Added a comment 2013-06-14 16:21:54 +00:00
http://joeyh.name/
77fcfcd46b Added a comment 2013-06-14 16:20:58 +00:00
Joey Hess
923d6c81bc Android: Fix use of cp command to not try to use features present only on build system. 2013-06-14 11:54:44 -04:00
Joey Hess
fe53456c1d Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-14 11:53:59 -04:00
http://joeyh.name/
781edbf758 Added a comment 2013-06-14 15:40:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
48882fced7 Added a comment: Closed - not a bug 2013-06-14 13:23:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkDb5BRI8VzliQuKRVM7NwMdudvxiUNPHI
941d357d2c Added a comment: git annex add on Win7 NTFS 2013-06-14 09:26:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawknOATcOkmzX4jKuET5Z2RsaFUNnLKnQsU
221aea4f6c 2013-06-14 04:07:11 +00:00
Joey Hess
4193479013 thoughts on encryption 2013-06-13 21:38:07 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
6c3a7d320f 2013-06-13 20:22:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
d52dd5faa5 2013-06-13 19:42:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmhfodZquCI_EEl-f3h7HkROTszlsQL6yA
48581940c0 2013-06-13 19:40:22 +00:00
Joey Hess
601ff0b888 analysis 2013-06-13 14:56:09 -04:00
Joey Hess
c9f3082b99 disable text field for repository name for current repository 2013-06-13 13:38:46 -04:00
tomas
597bf2bf44 2013-06-13 07:56:22 +00:00
Joey Hess
5ded547527 Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-12 19:56:18 -04:00
Joey Hess
304d7e5089 blog for the day 2013-06-12 19:52:57 -04:00
https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo
1c16de8ebc 2013-06-12 20:31:43 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk7iPiqWr3BVPLWEDvJhSSvcOqheLEbLNo
1badf0d14f 2013-06-12 20:18:19 +00:00
Joey Hess
6d7fdef457 close 2013-06-12 15:31:46 -04:00
Joey Hess
2ab489bee8 close 2013-06-12 15:29:45 -04:00
Joey Hess
bbd551d0ed move to todo 2013-06-12 15:25:55 -04:00
http://joeyh.name/
16942dffae Added a comment 2013-06-12 19:23:50 +00:00
http://joeyh.name/
1fbaa37f2a Added a comment 2013-06-12 18:56:39 +00:00
Joey Hess
f6050f92ad Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-12 14:21:13 -04:00
Joey Hess
6dcf21db93 Direct mode: No longer temporarily remove write permission bit of files when adding them.
This write permission frobbing is very appropriate in indirect mode,
since annexed objects are stored as immutably as can be managed. But not
in direct mode, where files should be able to be modified at any time.

There are already sufficient guards that there's no need to prevent a file
being written to while it's being ingested, in direct mode. The inode cache
will detect (most) types of modifications, and the add will fail. Then a
re-add should be done. The assistant should get another inotify change
event, and automatically add the new version of the file.
2013-06-12 14:02:31 -04:00
Joey Hess
1089734206 fix link 2013-06-12 13:33:50 -04:00
http://joeyh.name/
d9a85abfd0 Added a comment 2013-06-12 17:15:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkxmke7K8gEXleVRuQvCK5LHPLIzQA6s0E
9af7967728 Added a comment 2013-06-12 17:14:11 +00:00
http://joeyh.name/
122c599b82 Added a comment 2013-06-12 17:03:07 +00:00
http://joeyh.name/
561aeed47c Added a comment 2013-06-12 16:57:52 +00:00
http://joeyh.name/
f1e82d7650 Added a comment 2013-06-12 16:42:54 +00:00
http://yarikoptic.myopenid.com/
715077747d 2013-06-12 02:56:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkxmke7K8gEXleVRuQvCK5LHPLIzQA6s0E
c079d62117 Corrected statement about status of symlinks 2013-06-12 02:43:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkxmke7K8gEXleVRuQvCK5LHPLIzQA6s0E
87683fd950 2013-06-12 02:36:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk3Wgg0XiqYFwM_Pw1RxZwlpNFi65g17sM
c506f3cc2f Added a comment 2013-06-12 01:12:24 +00:00
https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7
55f133670d Added a comment 2013-06-12 00:47:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9J51AO9t75xN5k0sJgg8taUo4y0a4hpQ
54cd08d7f0 Added a comment 2013-06-11 22:28:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkxmke7K8gEXleVRuQvCK5LHPLIzQA6s0E
7353aa5e7a 2013-06-11 20:34:13 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
f82b055aba Added a comment 2013-06-11 19:27:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9J51AO9t75xN5k0sJgg8taUo4y0a4hpQ
49ea56e81c 2013-06-11 19:04:17 +00:00
http://joeyh.name/
0af040f431 Added a comment 2013-06-11 15:30:14 +00:00
http://joeyh.name/
6b969379e8 Added a comment 2013-06-11 15:17:56 +00:00
http://joeyh.name/
a72d1d2c73 Added a comment 2013-06-11 15:14:44 +00:00
Joey Hess
848998f258 Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-11 11:10:38 -04:00
http://joeyh.name/
a70d65ea7f Added a comment 2013-06-11 15:09:44 +00:00
http://joeyh.name/
98abbb6b01 Added a comment 2013-06-11 15:06:58 +00:00
Joey Hess
ad32bc39aa close 2013-06-11 10:56:09 -04:00
http://joeyh.name/
0c31a492d1 Added a comment 2013-06-11 14:54:56 +00:00
Joey Hess
ed32f9b9bb add OwnCloud 2013-06-11 10:50:53 -04:00
http://joeyh.name/
f465841cc2 Added a comment 2013-06-11 14:48:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
60094cad25 Added a comment 2013-06-11 14:47:40 +00:00
http://joeyh.name/
d542501468 Added a comment 2013-06-11 14:44:47 +00:00
Joey Hess
47589a29cf Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-11 10:42:49 -04:00
http://joeyh.name/
94c2ada581 Added a comment 2013-06-11 14:42:09 +00:00
Joey Hess
2ba6ff8f3a close 2013-06-11 10:39:08 -04:00
http://joeyh.name/
117ffcc885 Added a comment 2013-06-11 14:38:19 +00:00
http://joeyh.name/
02de1259a5 Added a comment 2013-06-11 14:30:08 +00:00
http://joeyh.name/
f46b524394 Added a comment 2013-06-11 14:28:57 +00:00
Joey Hess
81fa0fd209 close 2013-06-11 10:24:06 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
b92337577c Added a comment 2013-06-11 14:23:50 +00:00
http://joeyh.name/
8c5bbe916f Added a comment 2013-06-11 14:23:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
33eb3adb93 Added a comment 2013-06-11 14:13:22 +00:00
http://edward.myopenid.com/
61bd70fb89 correct typo 2013-06-11 14:00:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
70d0643272 Added a comment 2013-06-11 13:59:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
518d4bd87b 2013-06-11 13:54:03 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk3Wgg0XiqYFwM_Pw1RxZwlpNFi65g17sM
9ee0304034 2013-06-11 08:02:44 +00:00
Joey Hess
c46b263fde Android: Make the "Open webapp" menu item open the just created repository when a new repo is made. 2013-06-10 23:55:53 -04:00
http://joeyh.name/
a1d0d0f6e3 Added a comment 2013-06-10 23:50:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlJ2utMQgMEYAOs3Dfc6eZRyUzt4acNXUU
a713bd2f73 Added a comment 2013-06-10 23:42:20 +00:00
http://joeyh.name/
e1a35105b9 Added a comment 2013-06-10 21:31:04 +00:00
Joey Hess
fe69b84633 close 2013-06-10 17:30:16 -04:00
Joey Hess
9c3883da32 mention the XMPP protocol change 2013-06-10 17:29:34 -04:00
Joey Hess
57108995ef Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-10 17:21:48 -04:00
Joey Hess
033e00d981 blog for the day 2013-06-10 17:21:07 -04:00
Joey Hess
0b11c71740 Android: Add .thumbnails to .gitignore when setting up a camera repository. 2013-06-10 17:10:12 -04:00
Joey Hess
855021a41f close 2013-06-10 16:30:56 -04:00
http://joeyh.name/
c406f7e3ef Added a comment 2013-06-10 20:30:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9J51AO9t75xN5k0sJgg8taUo4y0a4hpQ
89969b2622 Added cabal bin path for brew 2013-06-10 19:00:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkexhIpGcYa22aPQtLm-StpHiF-MHYPh5w
e1ed7c933a Added a comment 2013-06-10 17:24:34 +00:00
http://joeyh.name/
3d065ff4aa Added a comment 2013-06-10 17:22:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkexhIpGcYa22aPQtLm-StpHiF-MHYPh5w
9a499757bb Add further workaround instructions 2013-06-10 17:21:26 +00:00
Joey Hess
27d1c2069d Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-10 13:19:27 -04:00
Joey Hess
0db7ca14c2 close 2013-06-10 13:18:58 -04:00
Joey Hess
9cf6d8130c wontfix 2013-06-10 12:22:05 -04:00
http://joeyh.name/
6bed86ca75 Added a comment 2013-06-10 16:22:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
3770521de3 Added a comment 2013-06-10 14:23:25 +00:00
188.28.32.165
053092b470 poll vote (/sdcard/annex) 2013-06-10 13:24:01 +00:00
http://davidschmitt.myopenid.com/
e705900d94 2013-06-09 19:03:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnx8kHW66N3BqmkVpgtXDlYMvr8TJ5VvfY
f7d64b3d45 2013-06-08 22:45:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk8T83UmPYMaYZFXMtdnb74_J0YyEvlNSk
d7a68b0cfe 2013-06-08 20:53:13 +00:00
GLITTAH
2afac419e7 2013-06-08 03:01:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9J51AO9t75xN5k0sJgg8taUo4y0a4hpQ
3a75bc2aa4 Added a comment 2013-06-07 23:02:29 +00:00
82.225.168.180
3427c67c1b poll vote (Whole /sdcard) 2013-06-07 16:32:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
bea2fefa76 Added a comment 2013-06-07 09:39:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawleVyKk2kQsB_HgEdS7w1s0BmgRGy1aay0
c92dc7cb17 Added a comment: chunksize 2013-06-07 09:09:56 +00:00
http://edheil.wordpress.com/
7cd5ed4e0e Added a comment 2013-06-06 13:16:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmWg4VvDTer9f49Y3z-R0AH16P4d1ygotA
ee70f4c3ca Added a comment 2013-06-06 10:51:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
3934790bad Added a comment: Unencrypted flickr can only accept picture and video files 2013-06-06 10:24:58 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmWg4VvDTer9f49Y3z-R0AH16P4d1ygotA
acbef9bc98 Added a comment 2013-06-06 09:44:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
846ea6b0d3 Added a comment 2013-06-05 22:11:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
b3df748cc4 Added a comment 2013-06-05 22:02:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
17b9b37ea5 removed 2013-06-05 22:01:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
b4edb8d77e removed 2013-06-05 22:01:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
4591860bfb Added a comment: missing configuration for flickr-checkpresent-hook 2013-06-05 22:00:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
981110a582 Added a comment 2013-06-05 21:59:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
1ebcc955df Added a comment 2013-06-05 21:58:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
b30d948fb2 Added a comment 2013-06-05 21:33:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmAtBwzTdAj9-VmppH0bmQSCBI2QUgNGT4
804b98043c 2013-06-05 21:24:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
232dc08d08 removed 2013-06-05 20:44:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
6ad92a13e6 Added a comment: missing configuration for flickr-checkpresent-hook 2013-06-05 20:44:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
f9bc06b1a9 removed 2013-06-05 20:40:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
44ee45856e Added a comment: missing configuration for flickr-checkpresent-hook 2013-06-05 20:35:13 +00:00
http://jasonwoof.com/
6bd574b05d submit bug report 2013-06-05 20:22:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y
1db67441b2 Added a comment: missing configuration for flickr-checkpresent-hook 2013-06-05 20:19:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnEgT3Gxm4AAK4zu3ft5-PsUmY6dr1F-gE
f33b0421bd Added a comment: OSX app bundle 2013-06-05 17:35:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkYrMBMTCEFUKskhWGD-1pzcw2ITshsi_8
f04ed0795a Added a comment: Annex on OS X 10.6 2013-06-04 23:10:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
1a3962c76e 2013-06-04 13:09:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
77b05d9e12 Added a comment 2013-06-04 12:51:20 +00:00
http://edheil.wordpress.com/
2b97e875b0 Added a comment 2013-06-04 12:29:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9FMhhhM2sJ68Zjx_RmWd8cTdpI-mrkbE
2a488351d7 Added a comment: what about with git-svn? 2013-06-04 08:00:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9FMhhhM2sJ68Zjx_RmWd8cTdpI-mrkbE
780682cda1 removed 2013-06-04 07:56:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9FMhhhM2sJ68Zjx_RmWd8cTdpI-mrkbE
621a110246 question about git and git-annex side by side, also with git-svn 2013-06-04 07:55:40 +00:00
Joey Hess
1f8a1f843c Merge branch 'master' of ssh://git-annex.branchable.com 2013-06-03 19:15:09 -04:00
Joey Hess
531efdadee blog for the vacation 2013-06-03 19:14:22 -04:00
93.129.89.68
f268d12cbc poll vote (Amazon S3 (done)) 2013-06-03 10:54:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA
1c59bd6d3a Added a comment 2013-06-03 09:55:54 +00:00
http://id.clacke.se/
d2b6f7e6b8 Added a comment 2013-06-03 09:03:58 +00:00
173.11.84.230
e26e7d11c5 poll vote (Google Drive) 2013-06-03 06:02:40 +00:00