Commit graph

3415 commits

Author SHA1 Message Date
65.12.145.136
c537490c32 poll vote (Amazon Glacier) 2012-10-03 00:54:41 +00:00
Joey Hess
c696db7dd4 blog for the day 2012-10-02 18:16:58 -04:00
Joey Hess
9aab70de66 always check with ls-files before adding new files
Makes it safe to use git annex unlock with the watcher/assistant.
And also to mix use of the watcher/assistant with regular files stored in git.

Long ago, I had avoided doing this check, except during the startup scan,
because it would be slow to run ls-files repeatedly.

But then I added the lsof check, and to make that fast, got it to detect
batch file adds. So let's move the ls-files check to also occur when it'll
have a batch, and can check them all with one call.

This does slow down adding a single file by just a bit, but really only
a little bit. (The lsof check is probably more expensive.) It also
speeds up the startup scan, especially when there are lots of new files
found by the scan.

Also, fixed the sleep for annex.delayadd to not run while the threadstate
lock is held, so it doesn't unnecessarily freeze everything else.

Also, --force no longer makes it skip the lsof check, which was not
documented, and seems never a good idea.
2012-10-02 17:41:23 -04:00
Joey Hess
613e747d91 bring back default SIGINT handler
This seems to fix a problem I've recently seen where ctrl-c during rsync
leads to `git annex get` moving on to the next thing rather than exiting.

Seems likely that started happening with the switch to System.Process
(d1da9cf221), as the old code took care
to install a default SIGINT handler.

Note that since the bug was only occurring sometimes, I am not 100% sure
I've squashed it, although I seem to have.
2012-10-01 23:01:29 -04:00
Joey Hess
9770582859 Merge branch 'master' of ssh://git-annex.branchable.com 2012-10-01 18:41:12 -04:00
Joey Hess
adec96ba03 blog for the day 2012-10-01 18:39:54 -04:00
Joey Hess
3846c7ae5e terminology 2012-10-01 18:26:47 -04:00
Joey Hess
eeaa8dada8 A way to match files in repositories in a group
--copies=group:number can now be used to match files that are present in a
specified number of repositories in a group.
2012-10-01 18:25:11 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmnG4EuvZWse5hvgrl0XAK-U61e-0iGaao
7ba7ec49be Added a comment: nolock option worked 2012-10-01 20:31:19 +00:00
Joey Hess
2a96b1aab3 group, ungroup: New commands to indicate groups of repositories. 2012-10-01 15:12:04 -04:00
Joey Hess
cf858190a5 add news item for git-annex 3.20121001 2012-10-01 14:14:05 -04:00
Joey Hess
bd1d9b52b4 Merge branch 'master' of ssh://git-annex.branchable.com 2012-10-01 14:13:06 -04:00
Joey Hess
3504fd13a8 document new --copies=trustlevel:number 2012-10-01 13:52:39 -04:00
Joey Hess
915c1e531f typo 2012-10-01 13:41:05 -04:00
Joey Hess
f159cda450 tweak 2012-10-01 12:11:03 -04:00
Joey Hess
f5022e77be notes on possibilities 2012-10-01 11:30:51 -04:00
http://lj.rossia.org/users/imz/
bbba59aa03 Wikilink to the command in question. 2012-10-01 11:33:51 +00:00
http://joeyh.name/
659855efef Added a comment 2012-09-30 17:11:13 +00:00
http://rjc.pip.verisignlabs.com/
4e69098f52 Added a comment: assistant in Debian 2012-09-30 09:10:18 +00:00
Joey Hess
0ccfb3bbb2 let's not -DOSX, that results in unwanted mangling 2012-09-29 14:49:15 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
6ef547717c 2012-09-29 18:27:13 +00:00
Joey Hess
cc0e5b7c52 use getAddrInfo, to support ipv6 2012-09-29 12:50:12 -04:00
Joey Hess
ee38e56403 Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-29 12:28:23 -04:00
Joey Hess
3f70dafcd4 sanitize all git remote names 2012-09-29 12:27:43 -04:00
http://joeyh.name/
6532b1ed0c Added a comment 2012-09-29 16:03:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
e58832be53 2012-09-29 11:25:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
e5de30512d Added a comment 2012-09-29 09:01:12 +00:00
199.180.99.38
8f7c1daefe poll vote (My phone (or MP3 player)) 2012-09-29 03:05:36 +00:00
Joey Hess
791d33dfb3 add warning 2012-09-28 21:00:59 -04:00
Joey Hess
53795a7edc tweak 2012-09-28 20:59:00 -04:00
Joey Hess
98da868457 remove download link from sidebar; install link is the key one 2012-09-28 20:58:01 -04:00
Joey Hess
3d6c35866e Merge branch 'master' of ssh://git-annex.branchable.com 2012-09-28 20:57:08 -04:00
Joey Hess
cb30f7956c simpler links to prebuilt tarballs 2012-09-28 20:56:26 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
65acdaa357 2012-09-28 23:37:29 +00:00
Joey Hess
b98de9391b fix link 2012-09-28 19:35:54 -04:00
Joey Hess
6e182a9f09 blog for the day 2012-09-28 19:18:32 -04:00
Joey Hess
e88e3ba85b standalone linux app nearly ready
also made several fixes that apply to the OSX app
2012-09-28 19:08:13 -04:00
Joey Hess
115f05db25 building linux standalone tarballs 2012-09-28 18:21:39 -04:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
d20cd192cc 2012-09-28 20:39:40 +00:00
http://ciffer.net/~svend/
faf4164fdb Report IPv6 bug with webapp 2012-09-28 18:52:28 +00:00
http://www.dominik-george.de/
a59e261b23 2012-09-28 18:38:59 +00:00
Joey Hess
121a7f00e9 close old bugs 2012-09-28 12:59:15 -04:00
Joey Hess
64514a3db3 close unreproducible bug and remove expensive code added to debug it 2012-09-28 12:56:58 -04:00
Joey Hess
d437a7708f close 2012-09-28 12:48:37 -04:00
Joey Hess
1f67d9c0e3 update 2012-09-28 12:16:25 -04:00
Joey Hess
651b499e1c reopen 2012-09-28 11:02:17 -04:00
82.74.121.83
8fdbbf3a38 poll vote (My phone (or MP3 player)) 2012-09-28 13:42:45 +00:00
83.175.83.68
fc76fd1962 poll vote (My phone (or MP3 player)) 2012-09-28 12:45:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
3fa657a82f 2012-09-28 09:00:36 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus
3f8a188b2f 2012-09-28 09:00:09 +00:00