Commit graph

3311 commits

Author SHA1 Message Date
https://id.koumbit.net/anarcat
85594ec46c document this bug more explicitely 2013-10-09 22:47:20 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkGCmVc5qIJaQQgG82Hc5zzBdAVdhe2JEM
1d642259cb 2013-10-09 01:31:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawknwkXgi8SnK4QT32ANl3GMKvFLyQGeHqo
27fb2f7d02 Added a comment 2013-10-08 16:18:07 +00:00
http://droggl.myopenid.com/
dbb49b2a0f Added a comment 2013-10-08 07:46:35 +00:00
http://droggl.myopenid.com/
d21864be4b 2013-10-08 07:36:42 +00:00
http://alan.petitepomme.net/
59c5c4a46d 2013-10-08 07:11:18 +00:00
Joey Hess
45aed381df import: Skip .git directories. 2013-10-07 13:03:05 -04:00
https://id.koumbit.net/anarcat
75fd6e87bd sign 2013-10-07 12:07:07 +00:00
https://id.koumbit.net/anarcat
a9fab4d7b9 Added a comment: it's worse than not working, it kills! :) 2013-10-07 12:06:22 +00:00
https://id.koumbit.net/anarcat
19763df501 import not only doesn't work, it kills 2013-10-07 12:02:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnZEanlyzay_QlEAL0CWpyZcRTyN7vay8U
8a19b0e50b Added a comment: Tilde did it for me 2013-10-06 21:59:44 +00:00
Joey Hess
635c9a1549 assistant: Detect stale git lock files at startup time, and remove them.
Extends the index.lock handling to other git lock files. I surveyed
all lock files used by git, and found more than I expected. All are
handled the same in git; it leaves them open while doing the operation,
possibly writing the new file content to the lock file, and then closes
them when done.

The gc.pid file is excluded because it won't affect the normal operation
of the assistant, and waiting for a gc to finish on startup wouldn't be
good.

All threads except the webapp thread wait on the new startup sanity checker
thread to complete, so they won't try to do things with git that fail
due to stale lock files. The webapp thread mostly avoids doing that kind of
thing itself. A few configurators might fail on lock files, but only if the
user is explicitly trying to run them. The webapp needs to start
immediately when the user has opened it, even if there are stale lock
files.

Arranging for the threads to wait on the startup sanity checker was a bit
of a bear. Have to get all the NotificationHandles set up before the
startup sanity checker runs, or they won't see its signal. Perhaps
the NotificationBroadcaster is not the best interface to have used for
this. Oh well, it works.

This commit was sponsored by Michael Jakl
2013-10-05 17:04:21 -04:00
Joey Hess
1be4d281d6 Better sanitization of problem characters when generating URL and WORM keys.
FAT has a lot of characters it does not allow in filenames, like ? and *
It's probably the worst offender, but other filesystems also have
limitiations.

In 2011, I made keyFile escape : to handle FAT, but missed the other
characters. It also turns out that when I did that, I was also living
dangerously; any existing keys that contained a : had their object
location change. Oops.

So, adding new characters to escape to keyFile is out. Well, it would be
possible to make keyFile behave differently on a per-filesystem basis, but
this would be a real nightmare to get right. Consider that a rsync special
remote uses keyFile to determine the filenames to use, and we don't know
the underlying filesystem on the rsync server..

Instead, I have gone for a solution that is backwards compatable and
simple. Its only downside is that already generated URL and WORM keys
might not be able to be stored on FAT or some other filesystem that
dislikes a character used in the key. (In this case, the user can just
migrate the problem keys to a checksumming backend. If this became a big
problem, fsck could be made to detect these and suggest a migration.)

Going forward, new keys that are created will escape all characters that
are likely to cause problems. And if some filesystem comes along that's
even worse than FAT (seems unlikely, but here it is 2013, and people are
still using FAT!), additional characters can be added to the set that are
escaped without difficulty.

(Also, made WORM limit the part of the filename that is embedded in the key,
to deal with filesystem filename length limits. This could have already
been a problem, but is more likely now, since the escaping of the filename
can make it longer.)

This commit was sponsored by Ian Downes
2013-10-05 15:01:49 -04:00
http://cstork.org/
7b7d4b2353 Added a comment 2013-10-04 11:17:42 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnyMzZZLS1xGW1raqc_9Md6Ksdkvx5rUJU
5a330fe6c8 Added a comment 2013-10-04 10:59:30 +00:00
http://olivier.mehani.name/
fe52de18b5 Added a comment 2013-10-04 05:14:16 +00:00
Joey Hess
891242ad26 another lock file 2013-10-03 17:05:53 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmf-gdwX6Nk3DyHyVCh3C_e8VGcAnPbMCI
05db0fef17 2013-10-03 13:02:40 +00:00
volfyd
64b3f4120b 2013-10-02 22:11:57 +00:00
http://joeyh.name/
d6986aef82 Added a comment 2013-10-02 20:37:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnyMzZZLS1xGW1raqc_9Md6Ksdkvx5rUJU
899d8959ca 2013-10-02 20:15:33 +00:00
Joey Hess
87c7f5dd62 Merge branch 'master' of ssh://git-annex.branchable.com 2013-09-30 12:49:06 -04:00
Joey Hess
7f7dcd315b fix direct mode switch permissions problem
Similar to how a similar problem with indirect was earlier fixed.
2013-09-30 12:48:40 -04:00
http://joeyh.name/
0a83779df5 Added a comment 2013-09-30 16:47:43 +00:00
http://joeyh.name/
f84073d6fd Added a comment 2013-09-30 16:23:38 +00:00
http://joeyh.name/
2ba975bf3d Added a comment 2013-09-30 16:13:20 +00:00
http://cstork.org/
8fd2717462 Added a comment: News page stopped listing latest releases? 2013-09-30 16:08:18 +00:00
Remy
f010b89f82 Added a comment: Thank you very much 2013-09-30 08:49:33 +00:00
http://olivier.mehani.name/
738b0cd466 Added a comment 2013-09-30 01:31:26 +00:00
http://olivier.mehani.name/
2534af1488 Added a comment 2013-09-30 01:29:50 +00:00
http://olivier.mehani.name/
2a539a9bfc removed 2013-09-30 01:13:32 +00:00
http://olivier.mehani.name/
c6ee93d83d Added a comment 2013-09-30 01:12:43 +00:00
Joey Hess
3f0ea53fc8 finally sorted out the OSX gpg mess 2013-09-29 16:30:49 -04:00
Joey Hess
c7ed2a24d5 dup 2013-09-29 15:16:13 -04:00
http://joeyh.name/
4a806492f3 Added a comment 2013-09-29 19:14:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmTlfbCC37CAjhQrS107ZWRVA_sF4s3gLU
b5287ef707 2013-09-29 08:27:17 +00:00
http://joeyh.name/
2d092b9169 Added a comment 2013-09-28 19:34:42 +00:00
Joey Hess
12f6b9693a Send a git-annex user-agent when downloading urls.
Overridable with --user-agent option.

Not yet done for S3 or WebDAV due to limitations of libraries used --
nether allows a user-agent header to be specified.

This commit sponsored by Michael Zehrer.
2013-09-28 14:35:21 -04:00
Joey Hess
55362462ae close 2013-09-28 11:30:01 -04:00
Joey Hess
4eef13f68a Merge branch 'master' of ssh://git-annex.branchable.com 2013-09-28 11:28:46 -04:00
Joey Hess
bd431408b5 analysis 2013-09-28 11:27:52 -04:00
Joey Hess
1ba3165135 fixed upstream 2013-09-28 10:57:15 -04:00
http://cstork.org/
7d3b13487d 2013-09-28 12:59:57 +00:00
Remy
ebc1ff27c7 2013-09-27 22:38:21 +00:00
Remy
135b6e70e5 2013-09-27 22:35:45 +00:00
Joey Hess
d6883dcd7f forwarded 2013-09-27 17:18:28 -04:00
volfyd
55a790635d 2013-09-27 19:18:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
b71adf6ba6 Added a comment 2013-09-26 09:08:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawknwkXgi8SnK4QT32ANl3GMKvFLyQGeHqo
a227a5db07 Added a comment 2013-09-25 21:19:23 +00:00
Joey Hess
98fc7e8a19 add, import, assistant: Better preserve the mtime of symlinks, when when adding content that gets deduplicated.
Note that this turned out to remove a syscall, not add any expense.
Otherwise, I would not have done it.
2013-09-25 16:07:11 -04:00
Joey Hess
5ff9224b10 Merge branch 'master' of ssh://git-annex.branchable.com 2013-09-25 15:30:45 -04:00
Joey Hess
c45f5fbdb3 indirect: Better behavior when a file in direct mode is not owned by the user running the conversion. 2013-09-25 15:29:56 -04:00
http://joeyh.name/
b10a44b4ca Added a comment 2013-09-25 18:57:25 +00:00
http://joeyh.name/
d39d65594f Added a comment 2013-09-25 18:36:39 +00:00
http://joeyh.name/
3368ded592 Added a comment 2013-09-25 18:27:24 +00:00
http://joeyh.name/
256ac32458 Added a comment 2013-09-25 18:21:25 +00:00
http://joeyh.name/
6871f41e77 Added a comment 2013-09-25 18:18:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmegJFSUlkCanL5EButSxQcRGfo9hPbMEg
037fe31f9c 2013-09-24 08:58:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
71fbcd4db1 2013-09-23 23:47:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawknwkXgi8SnK4QT32ANl3GMKvFLyQGeHqo
f16f304d65 2013-09-23 18:26:40 +00:00
http://joeyh.name/
baaeb3f89e Added a comment 2013-09-22 14:15:28 +00:00
John
86c9480418 Added a comment: runshell typo prevents execution 2013-09-22 00:24:11 +00:00
https://id.koumbit.net/anarcat
434dc22881 raise this question again, and sign so I can find it again :) 2013-09-21 15:23:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnxlx1UrzVhdy6_gFjzmF42x6QXxBUxg00
96d9639683 Added a comment: size of repo 2013-09-21 09:32:08 +00:00
Joey Hess
a5998619c7 Merge branch 'master' of ssh://git-annex.branchable.com 2013-09-19 17:08:15 -04:00
Joey Hess
006cf7976f more completely solve catKey memory leak
Done using a mode witness, which ensures it's fixed everywhere.

Fixing catFileKey was a bear, because git cat-file does not provide a
nice way to query for the mode of a file and there is no other efficient
way to do it. Oh, for libgit2..

Note that I am looking at tree objects from HEAD, rather than the index.
Because I cat-file cannot show a tree object for the index.
So this fix is technically incomplete. The only cases where it matters
are:

1. A new large file has been directly staged in git, but not committed.
2. A file that was committed to HEAD as a symlink has been staged
   directly in the index.

This could be fixed a lot better using libgit2.
2013-09-19 16:41:21 -04:00
http://joeyh.name/
cf756ff7b3 Added a comment 2013-09-19 19:07:04 +00:00
http://joeyh.name/
5d4a568478 Added a comment 2013-09-19 18:59:42 +00:00
http://joeyh.name/
7e317bcf03 Added a comment 2013-09-19 18:53:14 +00:00
Joey Hess
7e40153629 Merge branch 'master' of ssh://git-annex.branchable.com 2013-09-19 13:33:22 -04:00
Joey Hess
94fd1eb3d5 guard against runshell loop 2013-09-19 13:33:00 -04:00
http://joeyh.name/
6e82873004 Added a comment 2013-09-19 17:31:46 +00:00
http://joeyh.name/
015bf79399 Added a comment 2013-09-19 17:12:39 +00:00
http://churchkey.org/author/ian/
452d67a5fd Added a comment: Same problem, different user 2013-09-18 22:20:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmWg4VvDTer9f49Y3z-R0AH16P4d1ygotA
5d46492ee3 Added a comment: Update 2013-09-18 11:17:34 +00:00
https://id.koumbit.net/anarcat
14ea6a3ffa tentative patch 2013-09-16 18:10:06 +00:00
https://id.koumbit.net/anarcat
b56f0dc450 ouch 2013-09-16 17:56:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnsuhFUIfWNT-Q-C02FDaSQqceFDge5M9w
287c7682e5 Added a comment 2013-09-16 09:00:34 +00:00
http://olivier.mehani.name/
6cc54df4cc Added a comment 2013-09-16 01:27:14 +00:00
http://olivier.mehani.name/
7880dbcb81 2013-09-16 00:34:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnsuhFUIfWNT-Q-C02FDaSQqceFDge5M9w
d4c95a5c2b Added a comment 2013-09-15 23:10:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnsuhFUIfWNT-Q-C02FDaSQqceFDge5M9w
2c0675a06e Added a comment 2013-09-15 23:08:49 +00:00
Joey Hess
5c71dc1087 addurl: Fix quvi audodetection, broken in last release. 2013-09-15 16:37:03 -04:00
https://id.koumbit.net/anarcat
3adcbf1d05 there's a workaround 2013-09-14 21:31:11 +00:00
https://id.koumbit.net/anarcat
9b865502e3 hum, seems like youtube just stopped working for some reason 2013-09-14 21:25:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnsuhFUIfWNT-Q-C02FDaSQqceFDge5M9w
657cff00db Added a comment 2013-09-14 08:49:23 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ
c56500b848 Added a comment 2013-09-13 21:58:31 +00:00
Joey Hess
aa23b6cf1a Merge branch 'master' of ssh://git-annex.branchable.com 2013-09-13 15:58:06 -04:00
Joey Hess
65ce244a04 moreinfo 2013-09-13 15:33:13 -04:00
Joey Hess
32411cec7a retitle 2013-09-13 15:31:54 -04:00
Joey Hess
91f603ce60 moreinfo 2013-09-13 15:29:51 -04:00
http://joeyh.name/
95829bd927 Added a comment 2013-09-13 19:29:25 +00:00
http://joeyh.name/
bc477edcd1 Added a comment 2013-09-13 19:27:51 +00:00
Joey Hess
f325f8a384 move to todo 2013-09-13 15:25:53 -04:00
Joey Hess
a5d3fd4f7a Merge branch 'master' of ssh://git-annex.branchable.com 2013-09-13 15:24:22 -04:00
Joey Hess
870ea0a0f0 typo 2013-09-13 15:22:59 -04:00
Joey Hess
3d9be3874d moreinfo 2013-09-13 15:21:15 -04:00
http://joeyh.name/
6940006c2d Added a comment 2013-09-13 19:18:26 +00:00
Joey Hess
2d103b5ff0 moreinfo 2013-09-13 15:17:28 -04:00
Joey Hess
1df2d490b8 Merge branch 'master' of ssh://git-annex.branchable.com 2013-09-13 15:16:24 -04:00
Joey Hess
4a49aa65a5 close 2013-09-13 15:16:04 -04:00
http://joeyh.name/
e945b2e5e5 Added a comment 2013-09-13 19:14:55 +00:00
Joey Hess
59500a6279 moreinfo 2013-09-13 15:14:19 -04:00
Joey Hess
7d0376ad3c moreinfo 2013-09-13 15:13:15 -04:00
Joey Hess
f48b07f165 close 2013-09-13 15:12:38 -04:00
Joey Hess
d920c10d58 moreinfo 2013-09-13 15:10:58 -04:00
Joey Hess
26ce5020d7 move wishlist items to todo 2013-09-13 15:09:37 -04:00
Joey Hess
1c8b669f2e close 2013-09-13 15:09:04 -04:00
Joey Hess
8b05aa9d34 close 2013-09-13 15:03:25 -04:00
Joey Hess
59163ee9e6 close 2013-09-13 14:58:50 -04:00
Joey Hess
dc2e227750 Merge branch 'master' of ssh://git-annex.branchable.com 2013-09-13 14:57:00 -04:00
Joey Hess
2407170eaf sync: Don't fail if the directory it is run in gets removed by the sync. 2013-09-13 14:55:55 -04:00
http://joeyh.name/
8d6939d43d Added a comment 2013-09-13 18:38:11 +00:00
Joey Hess
928016c670 format; close 2013-09-13 14:34:55 -04:00
http://joeyh.name/
a89c9db6b1 Added a comment 2013-09-13 18:30:53 +00:00
Joey Hess
3b72097fa0 set an actually descriptive and useful title
Another bug report in the "most generic possible bug title will get me
*LOTS* of attention?" Or perhaps I'm just sick of needing to waste my time
retitling every other bug...
2013-09-13 14:19:59 -04:00
http://joeyh.name/
d33c911a44 Added a comment 2013-09-13 18:19:03 +00:00
http://joeyh.name/
05dea9b7c2 Added a comment 2013-09-13 17:44:05 +00:00
gueux
20ff3c8aff 2013-09-13 17:31:22 +00:00
http://joeyh.name/
fffb3dbbcc Added a comment 2013-09-13 17:04:26 +00:00
http://joeyh.name/
7773e81db5 Added a comment 2013-09-13 15:31:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
d20a4f2c8e Added a comment: Logs 2013-09-13 11:43:22 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlEhzszkzOIy8-Rx8b2mcr75QcnIc6O_OA
6a27bb2a2f Added a comment 2013-09-13 10:54:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlEhzszkzOIy8-Rx8b2mcr75QcnIc6O_OA
b7bd771c02 Added a comment 2013-09-13 10:52:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnsuhFUIfWNT-Q-C02FDaSQqceFDge5M9w
2272b1f3ea 2013-09-13 10:49:41 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlEhzszkzOIy8-Rx8b2mcr75QcnIc6O_OA
2608b762d9 Added a comment: And this morning... 2013-09-13 10:38:35 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlEhzszkzOIy8-Rx8b2mcr75QcnIc6O_OA
b2b7bc5dbb Added a comment: Last night's comment 2013-09-13 10:28:03 +00:00
Joey Hess
f65815290e Merge branch 'master' of ssh://git-annex.branchable.com 2013-09-12 17:52:28 -04:00
Joey Hess
c53838862d response 2013-09-12 17:49:40 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
876d28a75d Added a comment 2013-09-12 21:49:05 +00:00
http://joeyh.name/
1ddacb768b Added a comment 2013-09-12 21:44:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
1022ee8f9c Added a comment 2013-09-12 21:33:29 +00:00
http://joeyh.name/
e4b557593e Added a comment 2013-09-12 21:33:18 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlEhzszkzOIy8-Rx8b2mcr75QcnIc6O_OA
599fa62cf1 Added a comment: I don't know whether I've fixed it or confused things further 2013-09-12 21:30:44 +00:00
http://joeyh.name/
5c256d9e8d Added a comment 2013-09-12 21:29:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlEhzszkzOIy8-Rx8b2mcr75QcnIc6O_OA
a079465ae1 2013-09-12 21:17:45 +00:00
https://id.koumbit.net/anarcat
05890502b1 reply 2013-09-12 21:15:59 +00:00
Joey Hess
095a79ff8c Merge branch 'master' of ssh://git-annex.branchable.com 2013-09-12 17:06:51 -04:00
Joey Hess
e784f2e415 reply 2013-09-12 17:06:23 -04:00
http://joeyh.name/
a46d59bbb8 Added a comment 2013-09-12 20:56:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
289c8d95a1 Added a comment 2013-09-12 20:54:33 +00:00
http://joeyh.name/
e0e368f5d8 Added a comment 2013-09-12 20:29:23 +00:00
Joey Hess
5aecf2b42d Merge branch 'master' of ssh://git-annex.branchable.com 2013-09-12 14:06:19 -04:00
https://id.koumbit.net/anarcat
a3f078330d found it 2013-09-12 17:46:49 +00:00
Joey Hess
9a3f91b6b0 forwarded upstream 2013-09-12 13:30:37 -04:00
Joey Hess
dbf4156223 fix 2013-09-12 13:17:25 -04:00
Joey Hess
73ddeb3095 Merge branch 'master' of ssh://git-annex.branchable.com 2013-09-12 12:49:38 -04:00
Joey Hess
b09f5ea14c close 2013-09-12 12:45:32 -04:00
Joey Hess
39f99411eb close 2013-09-12 12:40:23 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
39b0899eff Added a comment 2013-09-12 16:24:31 +00:00
spwhitton
b610304b07 report bug/feature request 2013-09-12 15:31:35 +00:00
gueux
fec02101d5 rename bugs/importfeed:_allow___36____123__itemdate__125___with_--template.mdwn to todo/importfeed:_allow___36____123__itemdate__125___with_--template.mdwn 2013-09-12 13:31:45 +00:00
gueux
38ad55320e 2013-09-12 13:23:58 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmpBDWko1yZmngBYzm_CeBv8RjoIMXaINE
75fdf2ed4f Added a comment: latest works 2013-09-12 13:19:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlEhzszkzOIy8-Rx8b2mcr75QcnIc6O_OA
91ff419c3f Added a comment: I'm afraid I'm getting this too 2013-09-12 12:48:04 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS0
e72012c5dd Added a comment: Definitely broken Galaxy Nexus GSM 4.3 2013-09-12 11:11:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS0
27d9d09e00 removed 2013-09-12 11:10:47 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS0
91087f1ddc removed 2013-09-12 11:10:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS0
499a1577b9 Added a comment 2013-09-12 11:09:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnRai_qFYPVvEgC6i1nlM1bh-C__jbhqS0
2e047020dc Added a comment: Definitely Broken 2013-09-12 11:08:49 +00:00
Richard Hartmann
cffa12f532 Update comment 2013-09-12 12:33:51 +02:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
934c2c256a Added a comment 2013-09-12 09:49:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
b660234929 Added a comment 2013-09-12 09:44:55 +00:00
gary
fd8e00423a Added a comment: Thanks for the fix 2013-09-12 07:20:12 +00:00
gary
c102f5ca04 removed 2013-09-12 07:18:54 +00:00
gary
576a38ea4d Added a comment: Thanks for the fix 2013-09-12 07:17:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmRFKwny4rArBaz-36xTcsJYqKIgdDaw5Q
5e28fb5309 2013-09-12 04:55:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmOsy6nbvPyXLd--qqjPMLnVIzxgZwtKlQ
52a7928b66 Added a comment 2013-09-11 23:24:58 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmOsy6nbvPyXLd--qqjPMLnVIzxgZwtKlQ
708731295f Added a comment 2013-09-11 23:19:27 +00:00
Joey Hess
0edece812b fixed 2013-09-11 13:14:33 -04:00
gary
7df2c3670b 2013-09-11 16:15:37 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
8a18236df8 2013-09-11 07:38:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmkBwMWvNKZZCge_YqobCSILPMeK6xbFw8
53ef391cc1 2013-09-11 07:37:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnxlx1UrzVhdy6_gFjzmF42x6QXxBUxg00
c27e7fb3d1 Added a comment: pre-commit hook of git annex 2013-09-11 00:58:09 +00:00
https://id.koumbit.net/anarcat
33d092f36e 2013-09-11 00:10:42 +00:00
https://id.koumbit.net/anarcat
80c6e9ab49 silly tiny bug in the manpage generation 2013-09-11 00:06:48 +00:00
https://id.koumbit.net/anarcat
f2734ee175 sign 2013-09-10 23:44:40 +00:00
https://id.koumbit.net/anarcat
8780e090b8 sign 2013-09-10 23:43:30 +00:00
https://id.koumbit.net/anarcat
1c0cb4f7db where is my documentation! :) 2013-09-10 23:31:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlQsgfXntaEvZPKgd_K0dfoFcYBJXKcaFE
22c7e46411 Added a comment: output of git annex sync 2013-09-10 03:19:51 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlQsgfXntaEvZPKgd_K0dfoFcYBJXKcaFE
0ed4c17851 Added a comment: available copies update need manual sync too 2013-09-10 02:55:44 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlQsgfXntaEvZPKgd_K0dfoFcYBJXKcaFE
63af14b248 Added a comment: computer in manual mode seems to be the reason, not server 2013-09-10 02:21:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlQsgfXntaEvZPKgd_K0dfoFcYBJXKcaFE
7f079d6293 Added a comment: Direct oder indirect mode makes no difference 2013-09-09 23:36:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlQsgfXntaEvZPKgd_K0dfoFcYBJXKcaFE
94970f4d0b 2013-09-09 22:54:42 +00:00
http://grossmeier.net/
d268abf78d 2013-09-09 22:06:31 +00:00
Joey Hess
b6da0910bb Merge branch 'master' of ssh://git-annex.branchable.com 2013-09-09 16:14:17 -04:00
Joey Hess
ad563fcb4b close 2013-09-09 16:12:06 -04:00
http://joeyh.name/
158bef5833 Added a comment 2013-09-09 20:08:57 +00:00
http://joeyh.name/
ff818c9771 Added a comment 2013-09-09 19:35:25 +00:00
http://joeyh.name/
952aba6c4c 2013-09-09 19:33:14 +00:00
http://joeyh.name/
b4ce9df76e retitle 2013-09-09 19:32:40 +00:00
RaspberryPie
89606f9084 Added a comment 2013-09-09 19:31:45 +00:00
http://joeyh.name/
c36aa5bac2 2013-09-09 16:01:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl8B4Ima-VCCJ4y32Gvfii8EmvTyN9tFGM
5f69fa38a8 Added a comment 2013-09-09 15:54:59 +00:00
http://joeyh.name/
7c9a12abc0 Added a comment 2013-09-09 15:45:17 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl8B4Ima-VCCJ4y32Gvfii8EmvTyN9tFGM
bcfb4ef048 2013-09-09 15:33:43 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmR-xG9O2HWoybxYZPVbYVYxwitfcfDgtE
584d6dca2d 2013-09-09 15:22:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmR-xG9O2HWoybxYZPVbYVYxwitfcfDgtE
dc75d99aec 2013-09-09 15:16:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmR-xG9O2HWoybxYZPVbYVYxwitfcfDgtE
e35ff454c3 2013-09-09 15:16:08 +00:00
Joey Hess
00d88a645c Merge branch 'master' of ssh://git-annex.branchable.com 2013-09-09 02:17:48 -04:00