https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
a729fe7401
2013-05-26 19:50:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmqz6wCn-Q1vzrsHGvEJHOt_T5ZESilxhc
fc6535ddd8
Added a comment
2013-05-26 13:50:31 +00:00
annexuser
847596e9c9
Added a comment
2013-05-25 22:58:16 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o
44b0039e6e
Added a comment
2013-05-25 20:27:32 +00:00
Joey Hess
90069a32c2
blog for the days
2013-05-25 16:08:29 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA
d36aa25b8f
Added a comment
2013-05-25 19:01:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnu1NYw8UF-NoDbKu8YKVGxi8FoZLH7JPs
7298f95a76
Added a step I had to do on my own OS X machine with 10.6 in order for the build to work.
2013-05-25 18:36:37 +00:00
Joey Hess
c8a749499d
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-25 13:59:37 -04:00
http://joeyh.name/
9d8ce10ee3
Added a comment
2013-05-25 17:57:43 +00:00
Joey Hess
b276857a7a
content: New command line way to view and configure a repository's preferred content settings.
2013-05-25 12:44:58 -04:00
https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog
9c4d113663
Added a comment: bind mount
2013-05-25 15:55:52 +00:00
http://yarikoptic.myopenid.com/
4dcebfd8b5
Added a comment: Few other issues
2013-05-25 15:35:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o
9784587bad
Added a comment: Wheezy is affected
2013-05-25 12:00:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA
e753551506
Added a comment
2013-05-25 10:03:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0
7d5df365b2
Added a comment: It did it again.
2013-05-25 09:31:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA
98a9eede08
Added a comment
2013-05-25 07:40:13 +00:00
http://yarikoptic.myopenid.com/
7f4f53b065
Added a comment: compressed storage/transfer -- gzip Content-Type
2013-05-25 06:41:37 +00:00
Joey Hess
e3c1586997
Improve error handling when getting uuid of http remotes to auto-ignore, like with ssh remotes.
2013-05-25 01:47:19 -04:00
http://joeyh.name/
b63d5e6b1d
Added a comment
2013-05-25 04:42:22 +00:00
Joey Hess
b4bd3759f3
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-25 00:38:04 -04:00
Joey Hess
f8e940eb8e
Fix bug in parsing of parens in some preferred content expressions. This fixes the behavior of the manual mode group.
...
The current manual mode preferred content expression is:
"present and (((exclude=*/archive/* and exclude=archive/*) or (not (copies=archive:1 or copies=smallarchive:1))) or (not copies=semitrusted+:1))"
The old matcher misparsed this, to basically:
OR (present and (...)) (not copies=semitrusted+:1))
The paren handling and indeed the whole conversion from tokens to the
matcher was just wrong. The new way may not be the cleverest, but I think
it is correct, and you can see how it pattern matches structurally against
the expressions when parsing them.
That expression is now parsed to:
MAnd (MOp <function>)
(MOr (MOr (MAnd (MOp <function>) (MOp <function>)) (MNot (MOr (MOp <function>) (MOp <function>))))
(MNot (MOp <function>)))
Which appears correct, and behaves correct in testing.
Also threw in a simplifier, so the final generated Matcher has less
unnecessary clutter in it. Mostly so that I could more easily read &
confirm them.
Also, added a simple test of the Matcher to the test suite.
There is a small chance of badly formed preferred content expressions
behaving differently than before due to this rewrite.
2013-05-24 21:46:33 -04:00
http://a-or-b.myopenid.com/
0eab1b091b
removed
2013-05-25 00:48:44 +00:00
http://a-or-b.myopenid.com/
93579dea2f
2013-05-25 00:41:48 +00:00
http://yarikoptic.myopenid.com/
38b8a1539b
Added a comment: asking for ssh password in the terminal (not in web ui)
2013-05-24 23:49:40 +00:00
http://yarikoptic.myopenid.com/
af0b93086a
Added a comment: It starts after uninstall/install
2013-05-24 23:29:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck
5b7615ef0b
2013-05-24 22:03:16 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA
4d34233fae
Added a comment
2013-05-24 21:31:47 +00:00
Joey Hess
c84538433a
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-24 12:46:57 -04:00
http://joeyh.name/
a883a95726
Added a comment
2013-05-24 16:45:27 +00:00
Joey Hess
b7ccbfcc15
note about initremote --fast
2013-05-24 12:12:00 -04:00
Joey Hess
4da2ae009a
tag
2013-05-24 12:01:25 -04:00
Joey Hess
84ac6778d9
update
2013-05-24 11:59:52 -04:00
Joey Hess
56b774d358
close
2013-05-24 11:56:36 -04:00
http://joeyh.name/
ff9c7c7278
Added a comment
2013-05-24 15:55:42 +00:00
http://joeyh.name/
09e362355c
Added a comment
2013-05-24 15:50:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA
ac04b22893
Added a comment
2013-05-24 15:47:36 +00:00
basak
27820b5efa
Added a comment
2013-05-24 15:47:14 +00:00
Joey Hess
a3b50a9673
fix log filename
2013-05-24 11:39:10 -04:00
http://joeyh.name/
b8310c2eda
Added a comment
2013-05-24 15:35:16 +00:00
http://joeyh.name/
aa90cd782c
Added a comment
2013-05-24 15:33:12 +00:00
http://joeyh.name/
9526de5f68
Added a comment
2013-05-24 15:05:13 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmu416zAYgYzbXVZAe30MiXoOWO4z6nGX8
e0a6fe790c
Added a comment
2013-05-24 14:59:54 +00:00
Joey Hess
7c1132f483
fixed
2013-05-24 10:31:15 -04:00
http://joeyh.name/
a4c41e3bcd
Added a comment
2013-05-24 14:21:04 +00:00
http://mildred.fr/
b87fe0d611
Added a comment: Problems with URL ending with ".git"
2013-05-24 12:15:16 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlcxKZHglATIiJXD7jcxfYhkhgeFmcVFqE
03e7315c75
Added a comment: 21-May-2013 still broken
2013-05-24 12:00:37 +00:00
basak
e055ed4a08
Added a comment
2013-05-24 09:38:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmu416zAYgYzbXVZAe30MiXoOWO4z6nGX8
3930841474
2013-05-24 08:12:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA
d60d2a6038
2013-05-24 06:15:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA
aee0f94fc8
Added a comment: Still problems with my old N1/CM7
2013-05-24 06:01:19 +00:00
http://joeyh.name/
6142a1ff93
Added a comment
2013-05-24 03:26:33 +00:00
http://yarikoptic.myopenid.com/
04d2c84292
Added a comment: fresh build
2013-05-24 03:21:29 +00:00
http://yarikoptic.myopenid.com/
1f990a56a9
Added a comment
2013-05-24 03:11:50 +00:00
Joey Hess
dbd742fd91
gar
2013-05-23 19:29:48 -04:00
Joey Hess
2576051021
better descriptions
2013-05-23 19:28:45 -04:00
http://joeyh.name/
33ee532851
2013-05-23 23:26:28 +00:00
http://joeyh.name/
402e3d010c
Added a comment
2013-05-23 23:25:02 +00:00
Joey Hess
3c7d7a73d5
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-23 19:18:49 -04:00
Joey Hess
f3640baca0
blog for the day
2013-05-23 19:16:29 -04:00
Joey Hess
2a7295dbba
add googledriveannex
2013-05-23 18:52:19 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0
7c4ff7667c
2013-05-23 21:45:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0
c7077c7367
2013-05-23 21:20:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlQ7ZdQxAps4v0cl5J3wKGWD8243Gy8-m0
2ef63c6d80
Added a comment: PPA Package Pinning
2013-05-23 21:18:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0
4df5265bc2
2013-05-23 21:07:43 +00:00
http://joeyh.name/
8187a79b50
Added a comment
2013-05-23 20:04:03 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
0a62e9d3a9
2013-05-23 19:54:04 +00:00
Joey Hess
cf7fec4b46
list standard groups in vicfg
2013-05-23 14:54:59 -04:00
http://joeyh.name/
6c06a4f8eb
Added a comment
2013-05-23 18:44:47 +00:00
Joey Hess
f07cdf88ba
remove disk space usage note
...
Using symlinks should avoid this Android bug.
2013-05-23 13:56:53 -04:00
http://joeyh.name/
387437e88c
Added a comment
2013-05-23 15:59:37 +00:00
http://joeyh.name/
43aad96926
Added a comment
2013-05-23 15:57:08 +00:00
http://joeyh.name/
fbc3934b72
Added a comment
2013-05-23 15:55:16 +00:00
Joey Hess
cf96a69490
fixed
2013-05-23 11:32:44 -04:00
http://yarikoptic.myopenid.com/
4f45ded015
Added a comment: why ln failed
2013-05-23 13:27:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmu416zAYgYzbXVZAe30MiXoOWO4z6nGX8
03d3ddfe40
Added a comment
2013-05-23 10:02:55 +00:00
Mesar Hameed
8e5dfd7a9b
New wishlist item: vicfg to display possible repo group names.
2013-05-23 09:23:02 +02:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
10a12fb545
removed
2013-05-23 00:12:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
d776be2222
Added a comment
2013-05-22 23:34:50 +00:00
Joey Hess
3d420f7c94
make match what I'm seeing at
...
https://www.flickr.com/photos/79698808@N00/8794014022/in/set-72157633616797866/
2013-05-22 19:13:16 -04:00
Joey Hess
da9a6b7ece
add back git-annex setup section
2013-05-22 19:10:23 -04:00
Joey Hess
80562725ee
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-22 19:09:58 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
fd7aa29fdc
2013-05-22 22:53:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
a6719cf3f2
2013-05-22 22:33:29 +00:00
Joey Hess
f6f9afedb1
update
2013-05-22 17:29:24 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
76b1e2fd5a
2013-05-22 21:27:30 +00:00
Joey Hess
edafc33714
tune up
2013-05-22 17:26:19 -04:00
Joey Hess
48eada7d56
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-22 17:24:30 -04:00
Joey Hess
94738975e7
blog for the day
2013-05-22 17:22:49 -04:00
Joey Hess
99324eac9a
XMPP: Send pings and use them to detect when contact with the server is lost.
...
I noticed that when my modem hung up and redialed, my xmpp client was left
sending messages into the void. This will also handle any idle
disconnection issues.
2013-05-22 17:03:46 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
08328fe7b7
2013-05-22 20:42:13 +00:00
Øyvind A. Holm
df839c4894
future_proofing.mdwn: Typo fix
...
ceb73044-c317-11e2-8d8a-4e30acf53950
2013-05-22 21:42:25 +02:00
Joey Hess
c1f7774920
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-22 15:20:45 -04:00
http://yarikoptic.myopenid.com/
217999ce18
Added a comment: Re: compression -- storage and transfer
2013-05-22 19:17:33 +00:00
http://yarikoptic.myopenid.com/
81ea6db3e9
Added a comment: compression -- storage and transfer
2013-05-22 18:48:59 +00:00
http://yarikoptic.myopenid.com/
807f3dbc21
Added a comment: remotes costs
2013-05-22 18:33:11 +00:00
basak
2fb452012e
Added a comment: Recovering from a clone
2013-05-22 18:32:05 +00:00
basak
4482105beb
Added a comment
2013-05-22 18:10:32 +00:00
basak
712ec55776
2013-05-22 18:09:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA
a496b3cad7
2013-05-22 17:46:14 +00:00
Joey Hess
c1e10d2241
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-22 13:10:16 -04:00
Joey Hess
2cf0e548bb
todo
2013-05-22 10:40:49 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnmvJtM53ZX9h8OGQoU2t2OfGwrF7rxFX0
50d76f48af
Added a comment: fixed
2013-05-22 14:37:05 +00:00
http://joeyh.name/
a7993fbb13
Added a comment
2013-05-22 14:30:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
bdd0d9c289
Added a comment: Remote costs
2013-05-22 14:15:03 +00:00
http://yarikoptic.myopenid.com/
0c2aeb19f7
Added a comment: How to establish local preference for (special) remotes
2013-05-22 14:06:48 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA
933ba09f40
Added a comment: Link issue
2013-05-22 12:01:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawknOATcOkmzX4jKuET5Z2RsaFUNnLKnQsU
3433c47be3
2013-05-22 10:45:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmWg4VvDTer9f49Y3z-R0AH16P4d1ygotA
e5ea02b141
Added a comment: Hooks too
2013-05-22 10:40:33 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmWg4VvDTer9f49Y3z-R0AH16P4d1ygotA
d583eb6122
Added a comment
2013-05-22 09:53:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
b1b7958afc
2013-05-22 06:44:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
6cf55433b8
2013-05-22 06:40:33 +00:00
Richard Hartmann
6ee940ca7a
Typos
2013-05-22 06:43:53 +02:00
http://joeyh.name/
ad39eb235a
2013-05-22 04:19:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
a0cef0d359
2013-05-22 00:18:56 +00:00
Joey Hess
20710d4c24
blog for the day
2013-05-21 19:35:35 -04:00
Joey Hess
5f1b99dd07
typo
2013-05-21 19:23:03 -04:00
Joey Hess
af9a5224f4
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-21 19:20:31 -04:00
Joey Hess
2dce874c77
hook special remote: Added combined hook program support.
2013-05-21 19:19:03 -04:00
Joey Hess
08c03b2af3
XMPP: Avoid redundant and unncessary pushes. Note that this breaks compatibility with previous versions of git-annex, which will refuse to accept any XMPP pushes from this version.
2013-05-21 18:24:29 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlTdxM39-zofCTehLcLYJ8D-xH8pa5DNGA
75f4dd564d
2013-05-21 21:01:00 +00:00
Joey Hess
700d5683a9
Merge branch 'master' into xmpp
...
Conflicts:
debian/changelog
doc/design/assistant/more_cloud_providers.mdwn
2013-05-21 15:54:47 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
203e12f6eb
2013-05-21 18:35:32 +00:00
Joey Hess
ba118749be
update
2013-05-21 14:32:48 -04:00
Joey Hess
668e073829
fix link to windows autobuild
2013-05-21 14:28:12 -04:00
Joey Hess
84debab90d
add news item for git-annex 4.20130521
2013-05-21 14:24:02 -04:00
Joey Hess
b88901a647
fix quotes
2013-05-21 13:32:01 -04:00
Joey Hess
ceb600d715
lift megaannex comment into tip, etc
2013-05-21 13:28:09 -04:00
Joey Hess
133a841335
Merge branch 'master' of ssh://git-annex.branchable.com into xmpp
2013-05-21 11:48:59 -04:00
Joey Hess
df3203ec62
flir
2013-05-21 08:23:20 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
b737bc0acd
2013-05-21 11:25:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0
46435a88bd
removed
2013-05-21 09:10:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0
2fea486646
Added a comment: Usage of mega hook
2013-05-21 09:09:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmLB39PC89rfGaA8SwrsnB6tbumezj-aC0
bb6ed6f6c1
Added a comment: Look what i made
2013-05-21 08:43:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawntVnR-Z5ghYInvsElbDeADPSuCsF18iTY
26b3822849
2013-05-21 08:22:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnu1NYw8UF-NoDbKu8YKVGxi8FoZLH7JPs
deb6acfaba
Added a comment: Same error with Android
2013-05-21 02:15:26 +00:00
Joey Hess
230aed671f
XMPP: Ignore duplicate messages received when pushing.
2013-05-20 21:58:59 -04:00
Joey Hess
69a1529c89
flickr
2013-05-20 19:22:22 -04:00
Joey Hess
a0885d7ce4
blog for the day
2013-05-20 18:49:37 -04:00
Joey Hess
5819b18b32
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-20 17:44:38 -04:00
Joey Hess
82d5750e24
close
2013-05-20 17:44:16 -04:00
http://joeyh.name/
4f176badc7
Added a comment
2013-05-20 21:43:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY
572080b65d
Added a comment
2013-05-20 19:59:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY
13514ebf2d
Added a comment
2013-05-20 19:52:30 +00:00
http://joeyh.name/
865eac2dc3
Added a comment
2013-05-20 17:46:09 +00:00
http://joeyh.name/
e9794fb6ca
Added a comment
2013-05-20 16:22:18 +00:00
http://joeyh.name/
3090327bc0
Added a comment
2013-05-20 16:09:47 +00:00
http://edheil.wordpress.com/
ff8026f4f9
Added a comment
2013-05-20 16:08:14 +00:00
http://joeyh.name/
0866364a0b
Added a comment
2013-05-20 16:06:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY
ddd99d3296
Added a comment
2013-05-20 15:53:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY
dc0d466570
Added a comment
2013-05-20 15:52:40 +00:00
213.138.67.85
c6f55c3a80
poll vote (/sdcard/annex)
2013-05-20 15:00:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY
8af25edc8c
Added a comment
2013-05-20 14:37:37 +00:00
http://edheil.wordpress.com/
c564e66e58
Added a comment
2013-05-20 13:57:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkx5V3MTbzCXS3J7Mn9FEq8M9bPPYMkAHY
29f30aa3b9
2013-05-20 12:40:55 +00:00
Joey Hess
ab4925d4aa
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-19 20:36:23 -04:00
http://joeyh.name/
455091fa7a
add nntp remote page
2013-05-20 00:12:53 +00:00
Joey Hess
b5433c3a9d
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-19 18:26:15 -04:00
Joey Hess
2f8bfaea4e
blog for the day
2013-05-19 18:20:48 -04:00
http://joeyh.name/
4186a6f40c
Added a comment
2013-05-19 22:03:57 +00:00
Joey Hess
66fe5beac2
update
2013-05-19 18:03:38 -04:00
Joey Hess
d5ba9cb728
Allow building with gpg2.
2013-05-19 17:59:58 -04:00
Joey Hess
8688f08804
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-19 17:59:28 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnFjuvfPpi1kf6l54bxfFUm0Aw_Gf_IO0o
97ca0eb516
removed
2013-05-19 21:57:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnFjuvfPpi1kf6l54bxfFUm0Aw_Gf_IO0o
77d01941a4
Add note about no webapp in Raring
2013-05-19 21:57:27 +00:00
Joey Hess
29d8cc8b76
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-19 17:57:10 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnFjuvfPpi1kf6l54bxfFUm0Aw_Gf_IO0o
1061eed106
Added a comment: Official Raring build also does not have the Assistant enabled
2013-05-19 21:52:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
0f4af3cbe7
Added a comment
2013-05-19 21:35:37 +00:00
Joey Hess
c552336621
idea
2013-05-19 17:29:20 -04:00
http://me.tinco.nl/
05dad9325d
Added a comment
2013-05-19 21:24:48 +00:00
Joey Hess
7b2bb513a0
moreinfo
2013-05-19 17:24:13 -04:00
http://joeyh.name/
cf9c7f3153
Added a comment
2013-05-19 21:13:41 +00:00
http://joeyh.name/
7a2fba971b
Added a comment
2013-05-19 21:09:54 +00:00
Joey Hess
db6ff0f688
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-19 16:58:57 -04:00
Joey Hess
3f2739086e
close; was wrong password
2013-05-19 16:57:47 -04:00
http://joeyh.name/
f1d241a465
Added a comment
2013-05-19 20:56:25 +00:00
http://joeyh.name/
40a0f4c6e4
removed
2013-05-19 20:50:52 +00:00
http://joeyh.name/
20f5790cf3
Added a comment
2013-05-19 20:49:06 +00:00
http://me.tinco.nl/
3fb592fe7e
Added a comment
2013-05-19 20:45:53 +00:00
Joey Hess
02a92f8066
move todo item that wasn't to the forum, with a better title
2013-05-19 16:45:08 -04:00
http://joeyh.name/
471927b767
Added a comment
2013-05-19 20:43:44 +00:00
http://joeyh.name/
bc46148517
Added a comment
2013-05-19 20:29:25 +00:00
http://joeyh.name/
9f14f054c7
Added a comment
2013-05-19 20:18:13 +00:00
http://joeyh.name/
b43d3dfbc2
Added a comment
2013-05-19 20:12:18 +00:00
Joey Hess
051ac16a55
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-19 16:08:44 -04:00
http://joeyh.name/
9de4cbfd86
Added a comment
2013-05-19 20:06:56 +00:00
tomas
268f20e49b
Added a comment: Problems syncing with box.com
2013-05-19 19:56:09 +00:00
http://joeyh.name/
f761a854f3
Added a comment
2013-05-19 19:53:04 +00:00
Joey Hess
96923819e7
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-19 15:52:57 -04:00
http://joeyh.name/
59407ddc43
Added a comment
2013-05-19 19:46:14 +00:00
http://joeyh.name/
977bc4da51
Added a comment
2013-05-19 19:35:51 +00:00
http://me.tinco.nl/
95ff77ebef
Added a comment
2013-05-19 19:27:03 +00:00
http://joeyh.name/
328c38d472
Added a comment
2013-05-19 19:12:59 +00:00
Joey Hess
6d7d5f1be9
close
2013-05-19 15:10:08 -04:00
http://joeyh.name/
3db2dceaa1
Added a comment
2013-05-19 18:50:07 +00:00
GLITTAH
63777dfb1b
2013-05-19 18:43:59 +00:00
GLITTAH
3460119a31
2013-05-19 18:41:34 +00:00
Joey Hess
7eb6af07b9
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-19 14:25:08 -04:00
Joey Hess
345ee4f37c
Switch to MonadCatchIO-transformers for better handling of state while catching exceptions.
...
As seen in this bug report, the lifted exception handling using the StateT
monad throws away state changes when an action throws an exception.
http://git-annex.branchable.com/bugs/git_annex_fork_bombs_on_gpg_file/
.. Which can result in cached values being redundantly calculated, or other
possibly worse bugs when the annex state gets out of sync with reality.
This switches from a StateT AnnexState to a ReaderT (MVar AnnexState).
All changes to the state go via the MVar. So when an Annex action is
running inside an exception handler, and it makes some changes, they
immediately go into affect in the MVar. If it then throws an exception
(or even crashes its thread!), the state changes are still in effect.
The MonadCatchIO-transformers change is actually only incidental.
I could have kept on using lifted-base for the exception handling.
However, I'd have needed to write a new instance of MonadBaseControl
for the new monad.. and I didn't write the old instance.. I begged Bas
and he kindly sent it to me. Happily, MonadCatchIO-transformers is
able to derive a MonadCatchIO instance for my monad.
This is a deep level change. It passes the test suite! What could it break?
Well.. The most likely breakage would be to code that runs an Annex action
in an exception handler, and *wants* state changes to be thrown away.
Perhaps the state changes leaves the state inconsistent, or wrong. Since
there are relatively few places in git-annex that catch exceptions in the
Annex monad, and the AnnexState is generally just used to cache calculated
data, this is unlikely to be a problem.
Oh yeah, this change also makes Assistant.Types.ThreadedMonad a bit
redundant. It's now entirely possible to run concurrent Annex actions in
different threads, all sharing access to the same state! The ThreadedMonad
just adds some extra work on top of that, with its own MVar, and avoids
such actions possibly stepping on one-another's toes. I have not gotten
rid of it, but might try that later. Being able to run concurrent Annex
actions would simplify parts of the Assistant code.
2013-05-19 14:16:36 -04:00
http://joeyh.name/
4e082feb8c
Added a comment
2013-05-19 16:39:45 +00:00
http://me.tinco.nl/
870a77fa26
Added a comment
2013-05-19 15:37:24 +00:00
http://me.tinco.nl/
300646eb6a
Added a comment
2013-05-19 15:35:27 +00:00
http://me.tinco.nl/
d4da9bb84b
2013-05-19 15:15:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnu1NYw8UF-NoDbKu8YKVGxi8FoZLH7JPs
47680d8e82
Added a comment: Not starting browser on Nexus 7, Android 4.2.2
2013-05-19 14:04:28 +00:00
http://me.tinco.nl/
8626bfd29d
Added a comment
2013-05-19 12:37:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmubB1Sj2rwFoVdZYvGV0ACaQUJQyiJXJI
d2a59a40bb
Added a comment: GTalk/XMPP
2013-05-19 09:58:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
f3086f8259
Added a comment
2013-05-19 05:56:46 +00:00
http://me.tinco.nl/
e901e5aa28
Added a comment
2013-05-19 03:15:10 +00:00
http://joeyh.name/
cd21cd9497
Added a comment
2013-05-18 23:59:59 +00:00
http://me.tinco.nl/
cae1ca2588
Added a comment
2013-05-18 23:36:22 +00:00
http://me.tinco.nl/
c3effd055a
Added a comment
2013-05-18 23:32:32 +00:00
http://me.tinco.nl/
7887c15168
2013-05-18 22:59:11 +00:00
https://me.yahoo.com/a/BjlC7xlnk_b7HrB9HA0fHOnYSha7RhaYa.4-#acb55
263a6ea684
2013-05-18 09:51:13 +00:00
Richard Hartmann
b70af62185
Typo
...
Combed with extra fine teeth just to make Joey happy ;)
2013-05-18 09:59:53 +02:00
http://yarikoptic.myopenid.com/
c8bc9886a2
Added a comment: Follow-up information on my system
2013-05-18 01:23:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
4f6d602f8f
Fixed a typo
2013-05-17 22:39:50 +00:00
http://joeyh.name/
4090125a1b
Added a comment
2013-05-17 22:28:34 +00:00
Joey Hess
48a19771c6
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-17 18:24:52 -04:00
Joey Hess
3174447a1d
blog for the day
2013-05-17 18:24:21 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
3a0bd23c89
2013-05-17 21:20:42 +00:00
Joey Hess
83db599b6e
remove old comments, there is a build script now
2013-05-17 14:36:47 -04:00
Joey Hess
51592944a2
fix link
2013-05-17 14:36:16 -04:00
Joey Hess
ddf98cd644
update
2013-05-17 13:45:33 -04:00
Joey Hess
4ba6a88aba
update with autobuilder
2013-05-17 13:38:45 -04:00
Joey Hess
14ba77c632
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-17 11:39:48 -04:00
Joey Hess
ebe10edf67
add dep needed with newer ghc
2013-05-17 11:24:07 -04:00
basak
5fef411563
Added a comment
2013-05-17 08:35:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmubB1Sj2rwFoVdZYvGV0ACaQUJQyiJXJI
434f9adcf4
Added a comment: Continued work
2013-05-17 07:44:38 +00:00
http://a-or-b.myopenid.com/
516d4c3641
2013-05-17 00:54:51 +00:00
Joey Hess
3921c7b676
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-16 19:05:08 -04:00
Joey Hess
454941dd22
blog for the day
2013-05-16 18:57:14 -04:00
http://yarikoptic.myopenid.com/
927e0c43f0
Added a comment: Does it require the device to be rooted?
2013-05-16 20:55:46 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnmvJtM53ZX9h8OGQoU2t2OfGwrF7rxFX0
8c20c51152
2013-05-16 20:40:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
b5d8db6a7b
Added a comment
2013-05-16 17:31:40 +00:00
Joey Hess
3d3d40d546
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-16 12:22:10 -04:00
Joey Hess
616737de79
wording
2013-05-16 12:21:56 -04:00
http://joeyh.name/
47a035b748
Added a comment
2013-05-16 16:17:52 +00:00
Joey Hess
b4f1edd581
update
2013-05-16 12:09:13 -04:00
Joey Hess
b2e57f8ddd
update
2013-05-16 12:09:10 -04:00
Joey Hess
17a00fbd97
add news item for git-annex 4.20130516
2013-05-16 11:37:30 -04:00
Joey Hess
2c832f6aae
close
2013-05-16 10:48:45 -04:00
Joey Hess
4f8b21a0d5
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-16 10:44:52 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlOc-EOD5ZyggsAp6lOnU7x5MxizwLtUXA
82fde5d020
2013-05-16 13:18:44 +00:00
http://svario.it/gioele
93f8578c4b
Added a comment: Maybe using branches?
2013-05-16 10:22:48 +00:00
http://svario.it/gioele
948999926a
new wishlist: remove files and symlinks but keep in remote
2013-05-16 10:15:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmWg4VvDTer9f49Y3z-R0AH16P4d1ygotA
bc292555cc
2013-05-16 09:40:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o
edc4ccdfbf
Added a comment: Android success
2013-05-16 04:14:10 +00:00
Joey Hess
f9bfd117b5
work around man format warning
2013-05-15 22:48:15 -04:00
Joey Hess
96ec715292
typo
2013-05-15 22:31:56 -04:00
http://joeyh.name/
8a265448b7
Added a comment
2013-05-16 02:29:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
a97a6d6792
Added a comment
2013-05-16 02:22:26 +00:00
Joey Hess
d0e0a565b1
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-15 20:57:50 -04:00
Joey Hess
a42b23a44b
blog for the day
2013-05-15 20:57:02 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
9f59a4b193
Added a comment
2013-05-16 00:54:21 +00:00
Joey Hess
ecca55ae85
more fixes for test suite in direct mode
...
Still quite a few failures.
2013-05-15 19:33:27 -04:00
Joey Hess
aba49995b6
Merge branch 'master' into windows
2013-05-15 19:18:04 -04:00
http://joeyh.name/
8a286be1f3
Added a comment
2013-05-15 22:56:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
d202c1ed92
Added a comment
2013-05-15 22:30:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkHscTHMCNvjJ6nLI1VpsBrJFI5FTwhUT4
139056c904
Added a comment: Just use Unix Paths like git does?
2013-05-15 20:43:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
758537d329
Added a comment
2013-05-15 18:29:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnAvbXOnK57sqgvZvxkbG74NUKBDwKDcuk
45b00920a5
Added a comment: my bad
2013-05-15 15:39:31 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnAvbXOnK57sqgvZvxkbG74NUKBDwKDcuk
72180b37f6
Added a comment: bup location data not synced through annex assistant
2013-05-15 15:08:54 +00:00
Richard Hartmann
416e2c63fe
Typo (which broke a link)
2013-05-15 08:48:25 +02:00
https://www.google.com/accounts/o8/id?id=AItOawlJ2utMQgMEYAOs3Dfc6eZRyUzt4acNXUU
a380ece54e
Added a comment: git on windows
2013-05-15 04:26:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmmLfBDEDFfEOba8Ra46nsnTmoNHFsLObo
520e294c50
Added a comment: Duplicate bug report
2013-05-15 02:35:35 +00:00
Joey Hess
465e4511a1
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-14 20:25:09 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmmLfBDEDFfEOba8Ra46nsnTmoNHFsLObo
961f00c100
Added a comment: I also see the connection timed out
2013-05-15 00:19:42 +00:00
Joey Hess
dc483deb44
fix time
2013-05-14 20:18:53 -04:00
Joey Hess
5fc20678b0
fixed names
2013-05-14 20:18:27 -04:00
Joey Hess
2b35ad5c44
update
2013-05-14 20:14:56 -04:00
Joey Hess
7aec4c7889
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-14 20:13:04 -04:00
Joey Hess
9a8fec717f
update
2013-05-14 20:12:13 -04:00
Joey Hess
3ce675d7c9
blog for the day
2013-05-14 20:12:08 -04:00
Joey Hess
513ee3ad8a
update
2013-05-14 17:24:11 -04:00
Joey Hess
dc66b1f27d
Merge branch 'master' into windows
...
Conflicts:
Annex/Environment.hs
Build/Configure.hs
Git/Construct.hs
Utility/FileMode.hs
2013-05-14 15:37:24 -04:00
Joey Hess
81cded2b9d
detect local urls on DOS
2013-05-14 15:27:39 -04:00
Joey Hess
49e9296d5f
update
2013-05-14 15:14:11 -04:00
Joey Hess
114a60fb9a
update
2013-05-14 15:04:45 -04:00
206.169.71.34
c90a5e37c7
poll vote (/sdcard/annex)
2013-05-14 17:31:23 +00:00
GLITTAH
a99ead8862
Added a comment
2013-05-14 15:54:09 +00:00
https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7
8853dbcd54
Added a comment
2013-05-14 04:07:37 +00:00
https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7
84321d3070
removed
2013-05-14 02:29:17 +00:00
Joey Hess
c01be2a0b0
blog for the day
2013-05-13 20:53:27 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmmLfBDEDFfEOba8Ra46nsnTmoNHFsLObo
64b70517e2
Added a comment: It worked my second try
2013-05-14 00:39:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmmLfBDEDFfEOba8Ra46nsnTmoNHFsLObo
ef06e5d000
2013-05-14 00:14:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmmLfBDEDFfEOba8Ra46nsnTmoNHFsLObo
bba2e1db30
2013-05-14 00:02:02 +00:00
Joey Hess
70b5d85371
update
2013-05-13 20:00:45 -04:00
https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7
d898ed8ca7
Added a comment
2013-05-13 23:55:34 +00:00
http://joeyh.name/
ef00c4e0fa
Added a comment
2013-05-13 19:08:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
f87f3cd311
Added a comment
2013-05-13 19:07:12 +00:00
http://joeyh.name/
9be235a632
Added a comment
2013-05-13 19:02:38 +00:00
http://joeyh.name/
a12d0d689f
Added a comment
2013-05-13 18:59:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
3c8ae19d9e
Added a comment
2013-05-13 18:56:33 +00:00
Joey Hess
fd2ca596bc
oh, nested quoting
2013-05-13 14:52:14 -04:00
Joey Hess
5a4dd9ae2a
fix format
2013-05-13 14:51:06 -04:00
http://joeyh.name/
2761157afb
Added a comment
2013-05-13 18:49:25 +00:00
http://joeyh.name/
1cc8a3d33d
Added a comment
2013-05-13 18:42:14 +00:00
http://joeyh.name/
8ae9178546
Added a comment
2013-05-13 18:39:59 +00:00
http://joeyh.name/
5b82b4ecdd
Added a comment
2013-05-13 18:28:01 +00:00
Joey Hess
07b6815f60
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-13 14:27:42 -04:00
http://joeyh.name/
9cba80f07b
Added a comment
2013-05-13 18:08:36 +00:00
http://joeyh.name/
b328666772
Added a comment
2013-05-13 18:03:23 +00:00
http://joeyh.name/
0df26f3847
Added a comment
2013-05-13 18:00:42 +00:00
http://joeyh.name/
ae1eaab953
Added a comment
2013-05-13 17:56:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
0faf691e63
Added a comment
2013-05-13 17:53:06 +00:00
Joey Hess
b28358509f
update
...
No need to edit Makefile to disable webapp build anymore; just build w/o
dependencies installed.
2013-05-13 13:47:11 -04:00
Joey Hess
f6fee49227
update for Windows
2013-05-13 13:46:03 -04:00
Joey Hess
9d3a967c66
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-13 13:40:56 -04:00
Joey Hess
cd928eeed8
reorg
2013-05-13 13:40:41 -04:00
http://joeyh.name/
93ffe580dc
Added a comment
2013-05-13 17:36:31 +00:00
http://joeyh.name/
f06b3fe454
Added a comment
2013-05-13 17:33:26 +00:00
http://joeyh.name/
8e55f1314f
Added a comment
2013-05-13 17:22:17 +00:00
Joey Hess
8f3c96887d
close
2013-05-13 13:16:50 -04:00
diepes
9358c1fdf5
Added a comment: rsync.net support git and rsync, not git-annex
2013-05-13 14:44:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawljcHBnBhazpDpk5k_9Wk9S_zA0hnjqdLQ
5185533552
Added a comment
2013-05-13 08:24:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawljcHBnBhazpDpk5k_9Wk9S_zA0hnjqdLQ
1119294102
2013-05-13 08:06:01 +00:00
http://jamesjustjames.wordpress.com/
e2795e80af
Added a comment: Isn't windows deprecated?
2013-05-13 05:51:20 +00:00
http://edheil.wordpress.com/
0e8fa2e2ca
Added a comment
2013-05-13 04:08:15 +00:00
https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7
5896d144e7
Added a comment
2013-05-12 23:51:16 +00:00
Xyem
c7197b720b
Added a comment
2013-05-12 23:34:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
149e29fc03
Added a comment
2013-05-12 23:06:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
f2d7b6e015
2013-05-12 23:05:49 +00:00
Xyem
acdd8d4f5b
Added a comment
2013-05-12 22:59:37 +00:00
Joey Hess
35b0875872
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-12 17:42:02 -04:00
Joey Hess
013c04011f
blog for the day
2013-05-12 17:40:38 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
ab768ab85a
2013-05-12 20:54:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
5b43943fcb
2013-05-12 20:54:02 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
5d41770939
2013-05-12 20:52:37 +00:00
http://edheil.wordpress.com/
4777878b9b
Added a comment
2013-05-12 19:06:14 +00:00
https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7
d7b984c2f9
Added a comment
2013-05-12 14:04:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlJemqsekZTC5dvc-MAByUWaBvsYE-mFUo
98a5005455
Added a comment: Cabal dependencies
2013-05-12 12:52:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlJemqsekZTC5dvc-MAByUWaBvsYE-mFUo
c633334241
removed
2013-05-12 12:44:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlJemqsekZTC5dvc-MAByUWaBvsYE-mFUo
831825fb5d
Added a comment: Cabal dependencies
2013-05-12 12:02:43 +00:00
https://openid.fmarier.org/
827b093d3b
Added a comment: Make sure your network is correctly set up in the first place!
2013-05-12 08:37:39 +00:00
Richard Hartmann
36fcd1b522
Grammo
2013-05-12 00:50:03 +02:00
Joey Hess
924ed999c5
add unix-compat to deps
2013-05-11 17:21:12 -04:00
Joey Hess
1257e6de96
update
2013-05-11 17:19:43 -04:00
Joey Hess
b19172912e
update
2013-05-11 17:17:38 -04:00
Joey Hess
2ab8c1c53c
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-11 17:16:49 -04:00
Joey Hess
13783c5c75
blog for the day
2013-05-11 17:15:03 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA
9d6bc8b8cd
Added a comment
2013-05-11 05:36:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
e50c52d50c
Added a comment
2013-05-10 23:52:43 +00:00
Joey Hess
47e3b48623
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-10 18:38:27 -04:00
Joey Hess
09d798f620
blog for the day
2013-05-10 18:37:51 -04:00
85.255.197.126
767a39bd42
poll vote (/sdcard/annex)
2013-05-10 15:43:14 +00:00
http://edheil.wordpress.com/
0cae52901b
Added a comment
2013-05-10 12:52:49 +00:00
https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7
af7a6497e7
Added a comment
2013-05-10 04:23:28 +00:00
http://edheil.wordpress.com/
a7e62f906c
Added a comment
2013-05-10 04:11:53 +00:00
http://edheil.wordpress.com/
7d92f88fb6
Added a comment
2013-05-10 04:11:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnkBYpLu_NOj7Uq0-acvLgWhxF8AUEIJbo
1200a8cf7f
Added a comment
2013-05-10 04:01:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnkBYpLu_NOj7Uq0-acvLgWhxF8AUEIJbo
f9f931ab00
Added a comment
2013-05-10 03:50:26 +00:00
https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7
5eefce6c89
Added a comment
2013-05-10 03:21:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnkBYpLu_NOj7Uq0-acvLgWhxF8AUEIJbo
de2b537c3d
2013-05-10 00:12:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmSbJHbvlxbCjtPXk_Io3qP3MFqJr3pUgQ
0ce3662b76
Added a comment: New permission type
2013-05-09 22:01:38 +00:00
tomas
c1cc9ca391
2013-05-09 20:31:23 +00:00
tomas
1f08a92368
2013-05-09 20:26:45 +00:00
Joey Hess
04c1540c93
blog for the day
2013-05-09 16:21:25 -04:00
Joey Hess
7c2a90b0e8
fix for Android
2013-05-09 15:23:40 -04:00
Joey Hess
311036a92f
update
2013-05-09 14:44:58 -04:00
Joey Hess
09e4ab1a83
update
2013-05-09 14:10:13 -04:00
Joey Hess
f92eaf6315
rsync special remotes: When sending from a crippled filesystem, use the destination's default file permissions, as the local ones can be arbitrarily broken. (Ie, ----rwxr-x for files on Android)
2013-05-09 13:55:18 -04:00
Richard Hartmann
64b33060d8
Typo
2013-05-09 16:12:28 +02:00
Joey Hess
1d5fdb844b
blog for the day
2013-05-08 23:46:06 -04:00
Joey Hess
d935314473
last few fixes to install-haskell-packages
2013-05-08 22:33:30 -04:00
Joey Hess
6e5fb0f9f5
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-08 20:10:41 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
c2bf752730
Added a comment
2013-05-08 23:25:37 +00:00
Joey Hess
e85610b7ff
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-08 17:23:01 -04:00
Joey Hess
0a84e2b142
update
2013-05-08 16:18:27 -04:00
http://grossmeier.net/
9fca517f4a
Added a comment: All PPAs are outdated
2013-05-08 17:38:05 +00:00
http://edheil.wordpress.com/
cbddd56425
Added a comment
2013-05-08 13:40:17 +00:00
GLITTAH
af51bec4d6
2013-05-08 12:15:15 +00:00
http://adamspiers.myopenid.com/
2c831fba97
Added a comment: more info on original report
2013-05-08 11:16:31 +00:00
tomas
47e7c44fb9
Added a comment: thanks for the ppa
2013-05-08 10:04:25 +00:00
https://me.yahoo.com/a/bBy7WkgQicYHIiiyj.Vm0TcMbxi2quzbPFef#6f9f7
5d4fbc6340
2013-05-08 06:15:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl7joFCwViKWrJ07myD7CNpfn_iMqHeVF4
2f115ac3fd
2013-05-08 02:13:20 +00:00
Joey Hess
53f1d36b35
blog for the day
2013-05-07 19:40:21 -04:00
warp
91cdda016c
2013-05-07 21:04:36 +00:00
warp
a2b0d8e3b5
2013-05-07 20:59:54 +00:00
Joey Hess
278301706e
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-07 15:00:17 -04:00
http://sekenre.wordpress.com/
d47a1865c3
Added a comment: Synchronizing Bup repositories
2013-05-07 16:46:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk3HGoDpnOPob5jOjvIootmkve1-nCpRiI
ff2281cc9e
Added a comment: Debian Sid PowerPC is also without webapp
2013-05-07 09:44:31 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm8wY171R5c4u_jPmB6LU6n6Px2xePM4sE
cb663e0dde
Added a comment
2013-05-07 06:20:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnkBYpLu_NOj7Uq0-acvLgWhxF8AUEIJbo
8f13beab16
Added a comment
2013-05-07 03:37:25 +00:00
Joey Hess
5543309012
update
2013-05-06 18:12:56 -04:00
Joey Hess
066146a677
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-06 18:11:07 -04:00
Joey Hess
b1c045719b
blog for the day
2013-05-06 18:09:46 -04:00
Joey Hess
b9b5ba7edb
moreinfo
2013-05-06 17:09:33 -04:00
http://joeyh.name/
5d523ae567
Added a comment
2013-05-06 21:09:00 +00:00
Joey Hess
f7ebb61d80
update
2013-05-06 16:05:27 -04:00
https://www.google.com/accounts/o8/id?id=AItOawn26WQjIP5fnMgQF_L_k3Q3UrR5v8mjRTY
edf9c06c56
Added a comment
2013-05-06 18:24:35 +00:00
http://joeyh.name/
43c4f39be4
Added a comment
2013-05-06 17:09:58 +00:00
http://joeyh.name/
a83122c918
Added a comment
2013-05-06 16:54:36 +00:00
http://edheil.wordpress.com/
d7338e9d60
Added a comment
2013-05-06 16:52:07 +00:00
Joey Hess
2a7d573280
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-06 12:43:44 -04:00
Joey Hess
479d66e65b
close
2013-05-06 12:43:23 -04:00
http://joeyh.name/
931453bcd5
Added a comment
2013-05-06 16:41:43 +00:00
http://joeyh.name/
ef866cf089
Added a comment
2013-05-06 15:59:00 +00:00
http://joeyh.name/
39a352bcd5
Added a comment
2013-05-06 15:43:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn26WQjIP5fnMgQF_L_k3Q3UrR5v8mjRTY
8ec261cf64
Added a comment: addendum to comment 4
2013-05-06 15:32:51 +00:00
http://joeyh.name/
e11aee075f
Added a comment
2013-05-06 15:14:06 +00:00
http://joeyh.name/
4235d2c9d5
Added a comment
2013-05-06 15:08:19 +00:00
Joey Hess
c098d28e3c
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-06 11:06:45 -04:00
Joey Hess
7f5ccb7e8d
thoughts
2013-05-06 11:06:27 -04:00
http://joeyh.name/
2ef10669f8
Added a comment
2013-05-06 14:50:01 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
c5f328f2a0
Added a comment
2013-05-06 14:29:59 +00:00
Joey Hess
2f93499bb8
dup
2013-05-06 10:14:59 -04:00
http://joeyh.name/
8872277129
Added a comment
2013-05-06 14:13:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlcxKZHglATIiJXD7jcxfYhkhgeFmcVFqE
91ac5ab7f3
2013-05-06 13:12:20 +00:00
Xyem
38e2185cb3
Added a comment
2013-05-06 12:18:40 +00:00
http://edheil.wordpress.com/
b09411e65e
Added a comment
2013-05-05 20:55:19 +00:00
https://www.google.com/accounts/o8/id?id=AItOawn26WQjIP5fnMgQF_L_k3Q3UrR5v8mjRTY
f08c08478d
Added a comment
2013-05-05 12:18:41 +00:00
https://launchpad.net/~subito
97770fea63
Added a comment: Galaxy Nexus: same here
2013-05-05 10:46:12 +00:00
http://edheil.wordpress.com/
c4c8edc2af
2013-05-05 05:33:40 +00:00
https://openid.fmarier.org/
6a32ce9f70
Added a comment: Still stuck at "pairing in progress"
2013-05-05 00:26:19 +00:00
Joey Hess
878096d80b
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-04 17:10:47 -04:00
Joey Hess
8a709df613
blog for the day
2013-05-04 17:09:48 -04:00
Joey Hess
d35132810a
Got removable media mount detection working on Android.
...
Bionic has an amusing stub for `getmntent` that prints out
"FIX ME! implement getmntent()"
But, `/proc/mounts` is there, so I just parse it.
2013-05-04 16:19:25 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
7979d386df
Adding section explaining annex-rsync-transport
2013-05-04 18:57:13 +00:00
http://joeyh.name/
75a1e126b5
Added a comment
2013-05-04 16:39:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnkBYpLu_NOj7Uq0-acvLgWhxF8AUEIJbo
87e7a21540
2013-05-04 09:36:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
d68333f2f5
Added a comment
2013-05-04 05:30:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
6ea431f4cb
Added a comment
2013-05-04 05:02:46 +00:00
https://openid.fmarier.org/
310c720858
Added a comment: Ports to open on the firewall?
2013-05-04 03:56:55 +00:00
http://joeyh.name/
4bcadd93bd
Added a comment
2013-05-03 22:44:36 +00:00
Richard Hartmann
50911c1a6d
Typo
2013-05-04 00:44:02 +02:00
http://adamspiers.myopenid.com/
242c0a0210
2013-05-03 22:16:23 +00:00
http://adamspiers.myopenid.com/
155ab8c253
2013-05-03 22:15:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmp1ThsNNAbSn46ju-gwFELfStlhl8usJo
afb3b134ef
Added a comment
2013-05-03 21:12:39 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmp1ThsNNAbSn46ju-gwFELfStlhl8usJo
b7e16baf49
2013-05-03 21:05:00 +00:00
Joey Hess
91f033bd99
blog for the day
2013-05-03 15:45:42 -04:00
Joey Hess
9c62425224
update
2013-05-03 15:41:30 -04:00
Joey Hess
5d8480b157
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-03 15:22:13 -04:00
Joey Hess
33334bfe2e
added special camera repository to start screen for android
2013-05-03 15:21:31 -04:00
Joey Hess
82b57b65cd
don't start webapp in the background, so that password prompts can work
2013-05-03 14:59:13 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA
3ad7effb7f
Added a comment: Maybe it is not leaking after all
2013-05-03 18:37:48 +00:00
Joey Hess
1b3b1675ab
update
2013-05-03 13:33:56 -04:00
Joey Hess
585997d4b8
update
2013-05-03 13:33:03 -04:00
Joey Hess
d63af71d67
update
2013-05-03 13:21:36 -04:00
Joey Hess
467dab0472
toc
2013-05-03 13:16:03 -04:00
Joey Hess
fceb416d6a
adb shell
2013-05-03 13:15:24 -04:00
Joey Hess
7130eb2bf9
mention Android's buggy app size calculations
2013-05-03 13:05:21 -04:00
Joey Hess
cb4b27d9c0
add icon
2013-05-03 12:58:10 -04:00
Joey Hess
81ea6d8709
wording
2013-05-03 12:54:53 -04:00
Joey Hess
b29472a451
add screenshot
2013-05-03 12:53:52 -04:00
Joey Hess
d9861d60ca
fix link
2013-05-03 12:43:49 -04:00
Joey Hess
c962221337
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-03 12:40:45 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlsXhOlsW6RaGR83VNSMxPh159l5dFau70
67017400a1
Added a comment
2013-05-03 16:34:10 +00:00
Joey Hess
2e50754661
Android page
2013-05-03 12:29:52 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlsXhOlsW6RaGR83VNSMxPh159l5dFau70
2cbd9afdea
Added a comment: re scaling issue
2013-05-03 14:57:52 +00:00
Joey Hess
8baef27fe9
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-03 10:31:45 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA
b06c2bf1fc
Added a comment: Definite improvement
2013-05-03 06:27:13 +00:00
Joey Hess
24c8474a0b
update
2013-05-03 01:36:55 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnkBYpLu_NOj7Uq0-acvLgWhxF8AUEIJbo
000429351e
Added a comment: Find files by key
2013-05-03 04:14:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnxp2XU8gIribhhGhGuYtU6eMMwHv5gUGI
a6c0e44bab
Added a comment: Woohoo!
2013-05-03 03:13:26 +00:00
Joey Hess
b0a6aa42b1
update
2013-05-02 20:39:11 -04:00
Joey Hess
5e01e9b4be
update
2013-05-02 19:09:20 -04:00
Joey Hess
d36bce94d6
blog for the day
2013-05-02 19:04:55 -04:00
Joey Hess
e24490b162
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-02 18:30:15 -04:00
Joey Hess
210e250f87
add screenshot!
2013-05-02 18:28:49 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
87ed52ef75
typo
2013-05-02 17:14:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
046f8de140
2013-05-02 17:13:29 +00:00
Joey Hess
7d22a47414
update
2013-05-02 11:41:43 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
e4db0f8ca5
2013-05-02 09:12:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
08875d7e97
2013-05-02 09:10:47 +00:00
Joey Hess
ed2fc6fcd3
update
2013-05-01 21:20:27 -04:00
Joey Hess
1c27eaa720
Merge branch 'master' of ssh://git-annex.branchable.com
2013-05-01 21:10:12 -04:00
Joey Hess
5c1d67bda0
blog for the day
2013-05-01 21:09:50 -04:00
Richard Hartmann
9a228d08b6
Two typos
2013-05-01 23:46:14 +02:00
https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo
7f9f08056d
Added a comment: mimetypes
2013-05-01 20:37:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo
f7103c3e8e
2013-05-01 19:55:20 +00:00
Joey Hess
2274ec80d7
add news item for git-annex 4.20130501
2013-05-01 13:20:36 -04:00
Joey Hess
b61740e6d3
releasing version 4.20130501
2013-05-01 13:19:29 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
4a5bfb3b12
Added a comment
2013-05-01 03:12:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
af4a873ba0
Added a comment: I think this already works
2013-05-01 03:09:13 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
7120a78028
2013-05-01 02:22:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
9ad1119346
Added a comment
2013-04-30 23:38:52 +00:00
http://joeyh.name/
bf5bc496e3
Added a comment
2013-04-30 23:36:12 +00:00
Joey Hess
7c73b7584d
blog for the day
2013-04-30 17:59:36 -04:00
http://joeyh.name/
64b94563ec
Added a comment
2013-04-30 21:57:13 +00:00
http://joeyh.name/
88fdccb8eb
Added a comment
2013-04-30 21:51:50 +00:00
Joey Hess
f04a0e221b
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-30 17:47:22 -04:00
Joey Hess
50a8ea4cdc
avoid auto-accepting pair requests from friends already paired with
...
Unless the request is for repo uuid we already know. This way, if A1 pairs
with friend B1, and B1 pairs with device B2, then B1 can request A1 pair
with it and no confirmation is needed. (In future, may want to try to do
that automatically, to make a more robust network.)
2013-04-30 17:38:58 -04:00
Joey Hess
6e93a8d292
update
2013-04-30 16:57:40 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmp1ThsNNAbSn46ju-gwFELfStlhl8usJo
756a90d917
Added a comment: Another correction
2013-04-30 20:11:58 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmp1ThsNNAbSn46ju-gwFELfStlhl8usJo
ce3968ae6e
Added a comment: I should have thought of this
2013-04-30 19:55:19 +00:00
Joey Hess
9249c324f4
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-30 14:14:56 -04:00
Joey Hess
df88c51334
add uuid to all xmpp messages
...
(Except for the actual streaming of receive-pack through XMPP, which
can only run once we've gotten an appropriate uuid in a push initiation
message.)
Pushes are now only initiated when the initiation message comes from a
known uuid. This allows multiple distinct repositories to use the same xmpp
address.
Note: This probably breaks initial push after xmpp pairing, because at that
point we may not know about the paired uuid, and so reject the push from
it. It won't break in simple cases, because the annex-uuid of the remote
is checked. However, when there are multiple clients behind a single xmpp
address, only uuid of the first is recorded in annex-uuid, and so any
pushes from the others will be rejected (unless the first remote pushes their
uuids to us beforehand.
2013-04-30 13:22:55 -04:00
92.29.247.30
1f95207388
poll vote (/sdcard/annex)
2013-04-30 06:55:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
197467927c
Added a comment
2013-04-30 02:31:32 +00:00
https://launchpad.net/~maestro-alubia
167e184b00
Added a comment
2013-04-29 21:04:30 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkCw26IdxXXPBoLcZsQFslM67OJSJynb1w
cb5c7e47b7
Added a comment: standalone app dmg won't open in OSX 10.8.3
2013-04-29 18:05:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkCw26IdxXXPBoLcZsQFslM67OJSJynb1w
9139f5299b
Added a comment: can't install git-annex on OS X Mountain Lion without disabling WebDAV support
2013-04-29 17:57:03 +00:00
http://identi.ca/cwebber/
6c11a13d77
2013-04-29 01:46:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnLgNOfkl8c6oQu9b42U0Pm_uC4n3Gkgiw
b115839212
Added a comment: Thanks!
2013-04-29 01:24:56 +00:00
fmarier
67fc51d24e
Add homepage and convert a few links to HTTPS
2013-04-28 22:17:45 +00:00
fmarier
da238f6fc6
Added a comment: My current XMPP setup
2013-04-28 22:16:51 +00:00
http://edheil.wordpress.com/
8d07fafaa8
Added a comment
2013-04-28 18:12:30 +00:00
Joey Hess
343f989c14
close
2013-04-28 13:31:13 -04:00
http://edheil.wordpress.com/
57203fed7a
Added a comment
2013-04-28 17:01:29 +00:00
http://edheil.wordpress.com/
42e90d1124
Added a comment
2013-04-28 05:59:54 +00:00
fmarier
f6d75ab965
Added a comment: My PPA (Ubuntu Precise) has git-annex 4.20130417
2013-04-27 23:31:54 +00:00
http://joeyh.name/
5163fba922
Added a comment
2013-04-27 21:56:24 +00:00
Richard Hartmann
31475cf36e
Typo
2013-04-27 23:47:40 +02:00
http://edheil.wordpress.com/
4c6d26bac4
Added a comment
2013-04-27 21:44:19 +00:00
http://joeyh.name/
9a58188876
removed
2013-04-27 21:26:47 +00:00
http://joeyh.name/
855aec825b
Added a comment
2013-04-27 21:26:11 +00:00
http://joeyh.name/
1658fcbccb
Added a comment
2013-04-27 21:13:23 +00:00
Joey Hess
02e4bb0da9
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-27 17:07:47 -04:00
Joey Hess
abd85d9f3d
blog for the day
2013-04-27 17:05:27 -04:00
http://edheil.wordpress.com/
b324492929
Added a comment
2013-04-27 20:51:03 +00:00
http://joeyh.name/
f967e34f5f
Added a comment
2013-04-27 19:54:42 +00:00
http://joeyh.name/
d6e2f44bee
Added a comment
2013-04-27 19:35:15 +00:00
http://joeyh.name/
165fb8c571
removed
2013-04-27 17:25:19 +00:00
https://pradermecker.myopenid.com/
1a4ea6fb7b
Added a comment
2013-04-27 17:14:43 +00:00
Joey Hess
8626e67e97
update
2013-04-27 13:00:57 -04:00
Joey Hess
cfaee41cf4
add
2013-04-27 12:43:58 -04:00
Joey Hess
767084af54
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-27 11:22:30 -04:00
Joey Hess
8bf07b530f
update
2013-04-27 11:21:58 -04:00
Joey Hess
4d5d8c2f85
update, add fmarier PPA
2013-04-27 11:21:48 -04:00
fmarier
60f4bb9509
Added a comment: My PPA (Ubuntu Precise) has git-annex 4.20130417
2013-04-27 11:12:27 +00:00
http://edheil.wordpress.com/
d97bb05856
Added a comment
2013-04-27 05:45:54 +00:00
http://joeyh.name/
63e0af2252
Added a comment
2013-04-26 22:25:04 +00:00
Joey Hess
5326d25205
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-26 18:23:34 -04:00
Joey Hess
acf8b257ba
blog for the day
2013-04-26 18:23:06 -04:00
Joey Hess
85d83e7756
To enable an existing special remote, the new enableremote command must be used. The initremote command now is used only to create new special remotes.
2013-04-26 18:22:52 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkZktNHFhxC1kYA9KKdKpYJO4clq9WDsjE
a3788d3268
Added a comment
2013-04-26 21:16:30 +00:00
http://joeyh.name/
6582be8c98
Added a comment
2013-04-26 20:52:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkZktNHFhxC1kYA9KKdKpYJO4clq9WDsjE
5d6300fb91
Added a comment
2013-04-26 20:37:51 +00:00
http://joeyh.name/
e7b07c0508
Added a comment
2013-04-26 20:33:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkZktNHFhxC1kYA9KKdKpYJO4clq9WDsjE
80c5c6a0ff
Added a comment
2013-04-26 20:21:06 +00:00
http://joeyh.name/
bc0ce39db9
Added a comment
2013-04-26 20:06:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkZktNHFhxC1kYA9KKdKpYJO4clq9WDsjE
7ec5454ff7
Added a comment
2013-04-26 19:10:15 +00:00
http://edheil.wordpress.com/
f5f5f44f43
Added a comment
2013-04-26 17:46:50 +00:00
http://edheil.wordpress.com/
a3a1cb8e3a
2013-04-26 17:18:01 +00:00
https://launchpad.net/~maestro-alubia
3fb7ffc138
2013-04-26 09:56:26 +00:00
https://launchpad.net/~maestro-alubia
e356a80a6d
2013-04-26 09:53:55 +00:00
https://launchpad.net/~maestro-alubia
f17addbbc6
2013-04-26 09:52:15 +00:00
https://launchpad.net/~maestro-alubia
2d78fb8ab9
2013-04-26 09:51:36 +00:00
Joey Hess
a86a34ae73
update
2013-04-26 01:00:58 -04:00
Joey Hess
77864d188b
update
2013-04-26 00:00:46 -04:00
Joey Hess
0bc5df9fc5
Merge branch 'master' of ssh://git-annex.branchable.com
2013-04-25 23:53:08 -04:00
Joey Hess
1d2fb595c4
blog for the day (10 am to 11:50 pm is insane)
2013-04-25 23:50:40 -04:00
Joey Hess
0ae8c82c53
per-IA-item content directories
2013-04-25 23:44:55 -04:00
http://nathanhyde.myopenid.com/
eefa9a8874
Remove org name
2013-04-25 21:48:41 +00:00
http://nathanhyde.myopenid.com/
3db37905bb
Add note about git and push.default
2013-04-25 21:47:15 +00:00
Joey Hess
3c7f4d2bd1
Automatically register public urls for files uploaded to the Internet Archive.
2013-04-25 17:28:25 -04:00
Joey Hess
2810807ca5
Internet Archive!
...
* Add public repository group.
* webapp: Can now set up Internet Archive repositories.
TODO: Enabling IA repositories.
2013-04-25 12:23:36 -04:00
2001:980:45c4:1:84e8:c853:c73d:5c6b
be45339a92
poll vote (/sdcard/annex)
2013-04-25 11:51:21 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm8wY171R5c4u_jPmB6LU6n6Px2xePM4sE
fe42bbdde2
2013-04-25 09:17:14 +00:00
62.207.88.33
e90bde6764
poll vote (/sdcard/annex)
2013-04-25 08:08:04 +00:00
Richard Hartmann
bce17baada
Typo
2013-04-25 08:52:22 +02:00