Commit graph

23902 commits

Author SHA1 Message Date
Joey Hess
4da371af1e add: If annex.largefiles is set and does not match a file that's being added, the file will be checked into git rather than being added to the annex. Previously, git annex add skipped over such files; this new behavior is more useful in direct mode. 2015-04-08 16:14:23 -04:00
skew
578eea018f 2015-04-08 19:19:34 +00:00
skew
c2ab38b6f4 2015-04-08 19:17:53 +00:00
CandyAngel
883f0dfc61 Added a comment 2015-04-08 14:32:56 +00:00
CandyAngel
09e5f50f1e Added a comment 2015-04-08 14:29:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc
a9f9895235 2015-04-08 13:48:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E
5f198cc98f Added a comment 2015-04-08 12:31:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E
90b80e5721 removed 2015-04-08 12:31:11 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E
acef891163 removed 2015-04-08 12:30:50 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E
2f154699e8 Added a comment 2015-04-08 12:04:08 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E
86e7df59a5 Added a comment 2015-04-08 12:03:53 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmgXUaPZHcAY8Wv4sTnX88CbJfYdYdKO-Y
7906f16798 2015-04-08 09:52:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc
4ca3d49964 2015-04-08 09:25:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc
356da28385 2015-04-08 09:23:10 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc
149f405959 2015-04-08 09:22:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc
2b2a069c5c Added a comment: Ignored file imported, in spite of error message 2015-04-08 09:08:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawk_STgv_0fB-y1x_fgzUI10Bg-aajJyMyc
38cb836ede Added a comment 2015-04-08 06:30:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl67y6EP2HTErhFl6ch4vDUHym6CH68Vnw
4718da8aca 2015-04-07 20:50:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl67y6EP2HTErhFl6ch4vDUHym6CH68Vnw
96ed56c1e6 2015-04-07 20:31:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkutSE8_3fFAETmO_E598zja4gKwYXbb8E
08feb649f9 Added a comment: Slow on windows but not on linux 2015-04-07 18:20:23 +00:00
BojanNikolic
4490e30779 Add an example on how to create time-limited URLs for sharing 2015-04-07 13:38:45 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc
fc5a5dbe8a 2015-04-07 07:04:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc
8716fb2b8a 2015-04-07 07:03:14 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc
cceecbafa6 2015-04-07 07:02:28 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnVnsqEy82M-MuS2gLri-az83wSQ6lXSrc
44739733a1 2015-04-07 06:45:49 +00:00
Joey Hess
279fa44cd0 fromkey, registerurl: When reading from stdin, allow the filename and url, respectively, to contain whitespace. 2015-04-07 00:58:51 -04:00
Joey Hess
42281f12d6 bring back --quiet filtering of stdout and stderr, with deadlock fixed
I don't quite understand the cause of the deadlock. It only occurred
when git-annex-shell transferinfo was being spawned over ssh to feed
download transfer progress back. And if I removed this line from
feedprogressback, the deadlock didn't occur:
	bytes <- readSV v

The problem was not a leaked FD, as far as I could see. So what was it?
I don't know.

Anyway, this is a nice clean implementation, that avoids the deadlock.
Just fork off the async threads to handle filtering the stdout and stderr,
and let them clean up their handles whenever they decide to exit.

I've verified that the handles do get promptly closed, although a little
later than I would expect. Presumably that "little later" is what
was making waiting on the threads deadlock.

Despite the late exit, the last line of stdout and stderr appears where
I'd want it to, so I guess this is ok..
2015-04-06 20:20:52 -04:00
Joey Hess
667e16f1b9 use signingKey 2015-04-06 18:56:38 -04:00
Joey Hess
b359ead58e Merge branch 'master' of ssh://git-annex.branchable.com 2015-04-06 18:39:08 -04:00
Joey Hess
b857253ae9 reorder params 2015-04-06 18:38:34 -04:00
https://id.koumbit.net/anarcat
229074516c Added a comment 2015-04-06 22:16:57 +00:00
Joey Hess
b2814bc891 response 2015-04-06 17:21:53 -04:00
Joey Hess
72db78b92d add news item for git-annex 5.20150406.1 2015-04-06 17:21:45 -04:00
Joey Hess
8966bbb474 Merge branch 'master' of ssh://git-annex.branchable.com 2015-04-06 17:13:37 -04:00
Joey Hess
c83940393a emergency release 2015-04-06 17:13:20 -04:00
Joey Hess
0a89d55269 Fixes a bug in the last release that caused rsync and possibly other commands to hang at the end of a file transfer.
Stderr reader blocks waiting for all stderr, and so blocks the process ever
exiting.

I tried several ways to get around this, but no success yet. For now,
disable the stderr reader entirely.
2015-04-06 17:12:38 -04:00
anarcat
5c802a8e39 sshcaching seems to be the cause here 2015-04-06 20:56:52 +00:00
anarcat
4eb0a24344 ok, this is not a git-annex-shell problem it seems? i am totally confused 2015-04-06 20:38:36 +00:00
anarcat
84e99bd7db git-annex-shell doesn't seem to work as a login shell here 2015-04-06 20:29:38 +00:00
anarcat
cdcd678007 ah, just found metainit 2015-04-06 19:59:42 +00:00
anarcat
d38fd5069c sample startup script 2015-04-06 19:57:43 +00:00
Joey Hess
88458211a2 add news item for git-annex 5.20150406 2015-04-06 14:37:59 -04:00
Joey Hess
b909b3ccbb remove one-off clean 2015-04-06 14:11:43 -04:00
Joey Hess
2a9fbec446 Merge branch 'master' of ssh://git-annex.branchable.com 2015-04-06 14:07:42 -04:00
Joey Hess
4ca5370980 force rebuild 2015-04-06 14:07:02 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlZF5AC-FSxwkiay5ZgEYZwUzN69Wa6PTE
74b14a5252 Added a comment: filename from metadata? 2015-04-06 18:00:26 +00:00
Joey Hess
42e46a8701 avoid using --literal-pathspecs with git older than 1.8.1 which added it
Windows is still building with an older git.
2015-04-06 13:46:11 -04:00
Joey Hess
aba1464fe4 promote comment which is really a bug report to a proper bug report 2015-04-06 13:11:07 -04:00
Joey Hess
f64c58f364 move to todo 2015-04-06 13:09:46 -04:00
Joey Hess
e6fdd01f6e reopen 2015-04-06 13:09:35 -04:00