Joey Hess [Thu, 5 Nov 2015 22:45:52 +0000 (18:45 -0400)]
import: Avoid very ugly error messages when the directory files are imported to is not a directort, but perhaps an annexed file.
Joey Hess [Thu, 5 Nov 2015 22:24:15 +0000 (18:24 -0400)]
-J for add/addurl/import
Joey Hess [Thu, 5 Nov 2015 22:21:48 +0000 (18:21 -0400)]
merge git command queue when joining with concurrent thread
Joey Hess [Thu, 5 Nov 2015 21:22:45 +0000 (17:22 -0400)]
join back threads before ending concurrent output so display works
I didn't really want to put allowConcurrentOutput in CmdLine.Action,
but there were dep loops and that was the best place available.
Joey Hess [Thu, 5 Nov 2015 20:13:10 +0000 (16:13 -0400)]
needs concurrent-output 1.6 for bugfixes and windows port
OlivierBerger [Thu, 5 Nov 2015 09:30:23 +0000 (09:30 +0000)]
Added a comment
Joey Hess [Wed, 4 Nov 2015 22:37:42 +0000 (18:37 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Wed, 4 Nov 2015 22:36:46 +0000 (18:36 -0400)]
devblog
Joey Hess [Wed, 4 Nov 2015 21:13:20 +0000 (17:13 -0400)]
drop -Jn
Joey Hess [Wed, 4 Nov 2015 21:03:32 +0000 (17:03 -0400)]
update
Joey Hess [Wed, 4 Nov 2015 20:57:36 +0000 (16:57 -0400)]
don't display blank regions once done
Joey Hess [Wed, 4 Nov 2015 20:30:55 +0000 (16:30 -0400)]
remove some debug prints
Joey Hess [Wed, 4 Nov 2015 20:26:21 +0000 (16:26 -0400)]
parallel fsck (yes, these changes are all it takes now!)
Joey Hess [Wed, 4 Nov 2015 20:19:00 +0000 (16:19 -0400)]
arrange for regional output manager to run when -J is enabled
Commands that want to use it have to run their seek action inside
allowConcurrentOutput. Which seems reasonable; perhaps some future command
will want to support the -J flag but not use regions.
The region state moved from Annex to MessageState. This makes sense
organizationally, and note that some uses of onLocal use a different Annex
state, but pass the MessageState into it, which is what is needed.
alex@7ca398785b94de08e4386b708f32ff9f1af381c7 [Wed, 4 Nov 2015 19:58:35 +0000 (19:58 +0000)]
Added a comment: backblaze support
Joey Hess [Wed, 4 Nov 2015 18:52:07 +0000 (14:52 -0400)]
add regions to concurrent output
still no progress displays when getting files etc, but a big improvement
Joey Hess [Wed, 4 Nov 2015 17:45:34 +0000 (13:45 -0400)]
concurrent-output, first pass
Output without -Jn should be unchanged from before. With -Jn,
concurrent-output is used for messages, but regions are not used yet, so
it's a mess.
a@b34f238966e58f7c2ea550cc4cab3005c0e33150 [Wed, 4 Nov 2015 01:54:06 +0000 (01:54 +0000)]
Added a comment
Joey Hess [Tue, 3 Nov 2015 16:20:52 +0000 (12:20 -0400)]
response
Joey Hess [Tue, 3 Nov 2015 16:12:53 +0000 (12:12 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Tue, 3 Nov 2015 16:10:01 +0000 (12:10 -0400)]
point release for cabal file fixes
Seems that some changes to the cabal file a few months ago resulted in a
git-annex that broke stackage infrastructure.
Joey Hess [Tue, 3 Nov 2015 15:15:06 +0000 (11:15 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Tue, 3 Nov 2015 15:06:33 +0000 (11:06 -0400)]
improve warning
Joey Hess [Tue, 3 Nov 2015 14:51:21 +0000 (10:51 -0400)]
got logic backwards..
Joey Hess [Tue, 3 Nov 2015 14:45:33 +0000 (10:45 -0400)]
When cabal install is run with the desktop file location not writable, display a warning, but continue successfully.
Installing the desktop file etc is a niceity of git-annex's cabal install,
but not a requirement.
closes https://github.com/fpco/stackage/issues/726
Joey Hess [Tue, 3 Nov 2015 14:38:08 +0000 (10:38 -0400)]
Avoid installing desktop file and program file if cabal install git-annex is run as root, since that is not a systemwide install, but to /root, and so generating a systemwide desktop file is not right.
Joey Hess [Tue, 3 Nov 2015 03:39:03 +0000 (23:39 -0400)]
devblog
Joey Hess [Mon, 2 Nov 2015 17:05:57 +0000 (13:05 -0400)]
add news item for git-annex 5.
20151102
Joey Hess [Mon, 2 Nov 2015 16:41:33 +0000 (12:41 -0400)]
prep release
Joey Hess [Mon, 2 Nov 2015 15:56:29 +0000 (11:56 -0400)]
followup
Joey Hess [Mon, 2 Nov 2015 15:22:02 +0000 (11:22 -0400)]
meant to be in prev commit
Joey Hess [Mon, 2 Nov 2015 15:19:48 +0000 (11:19 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Mon, 2 Nov 2015 15:18:44 +0000 (11:18 -0400)]
document default --autostart --startdelay=5 and comment
Joey Hess [Mon, 2 Nov 2015 15:14:03 +0000 (11:14 -0400)]
Fix failure to build with aws-0.13.0 and finish nearline support.
* Fix failure to build with aws-0.13.0.
* When built with aws-0.13.0, the S3 special remote can be used to create
google nearline buckets, by setting storageclass=NEARLINE.
edward [Mon, 2 Nov 2015 10:10:10 +0000 (10:10 +0000)]
fix typo: quite -> quiet
skrug@99b63a3f040bc693f0f81a9080e1a4a47ee81312 [Sun, 1 Nov 2015 16:56:31 +0000 (16:56 +0000)]
skrug@99b63a3f040bc693f0f81a9080e1a4a47ee81312 [Sun, 1 Nov 2015 16:50:39 +0000 (16:50 +0000)]
Joey Hess [Sat, 31 Oct 2015 01:47:09 +0000 (21:47 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Sat, 31 Oct 2015 01:46:35 +0000 (21:46 -0400)]
devblog
Added a comment: FWIW
https://id.koumbit.net/anarcat [Fri, 30 Oct 2015 15:42:35 +0000 (15:42 +0000)]
add three more alternatives...
https://id.koumbit.net/anarcat [Fri, 30 Oct 2015 15:37:09 +0000 (15:37 +0000)]
Added a comment: re tox
http://keverets.livejournal.com/ [Fri, 30 Oct 2015 10:54:39 +0000 (10:54 +0000)]
Gastlag [Fri, 30 Oct 2015 10:42:06 +0000 (10:42 +0000)]
Added a comment: Is xmpp the problem ?
Joey Hess [Thu, 29 Oct 2015 15:06:29 +0000 (11:06 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
parhuzamos [Wed, 28 Oct 2015 21:25:44 +0000 (21:25 +0000)]
http://www.joachim-breitner.de/ [Wed, 28 Oct 2015 21:22:57 +0000 (21:22 +0000)]
parhuzamos [Wed, 28 Oct 2015 21:01:29 +0000 (21:01 +0000)]
User "bence" was using Google OpenID which is not supported anymore. Found this moved page, edited it to get notified if anything happens.
parhuzamos [Wed, 28 Oct 2015 20:58:36 +0000 (20:58 +0000)]
ovidiu@66ace8a8d99ce938b0538ffa0f26d30db02a9626 [Wed, 28 Oct 2015 13:10:28 +0000 (13:10 +0000)]
Jonan [Wed, 28 Oct 2015 11:10:44 +0000 (11:10 +0000)]
Jonan [Wed, 28 Oct 2015 11:06:30 +0000 (11:06 +0000)]
Joey Hess [Wed, 28 Oct 2015 04:18:01 +0000 (00:18 -0400)]
merge from propellor
jonas@1491caea7d71fcf350b6f200807141f1b59857b8 [Tue, 27 Oct 2015 10:14:17 +0000 (10:14 +0000)]
Added a comment: gcrypt and map
Joey Hess [Mon, 26 Oct 2015 19:35:55 +0000 (15:35 -0400)]
Catch up with current git behavior when both repo and repo.git exist; it seems it now prefers repo in this case, although historically it may have preferred repo.git.
Joey Hess [Mon, 26 Oct 2015 19:33:32 +0000 (15:33 -0400)]
comment
Joey Hess [Mon, 26 Oct 2015 18:55:40 +0000 (14:55 -0400)]
enableremote: List uuids and descriptions of remotes that can be enabled, and accept either the uuid or the description in leu if the name.
Joey Hess [Mon, 26 Oct 2015 17:35:59 +0000 (13:35 -0400)]
response
Joey Hess [Mon, 26 Oct 2015 17:33:38 +0000 (13:33 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Mon, 26 Oct 2015 17:33:21 +0000 (13:33 -0400)]
respinse
Joey Hess [Mon, 26 Oct 2015 17:29:12 +0000 (13:29 -0400)]
emphasize that 32 bit version if git for windows is the one that works with git-annex
craig@6ddb6e2c94325e18a0d631a06e63fdc111ab1f12 [Sun, 25 Oct 2015 19:00:57 +0000 (19:00 +0000)]
Added a comment: Replicating my key for encrypted special remotes
124.40.246.76 [Sat, 24 Oct 2015 18:32:21 +0000 (18:32 +0000)]
poll vote (/sdcard/annex)
db48x [Wed, 21 Oct 2015 20:11:32 +0000 (20:11 +0000)]
Added a comment: oops
Joey Hess [Wed, 21 Oct 2015 14:11:49 +0000 (10:11 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Henrik Ahlgren [Wed, 21 Oct 2015 06:48:11 +0000 (09:48 +0300)]
Changelog typo: remove, not remote
CandyAngel [Wed, 21 Oct 2015 09:59:06 +0000 (09:59 +0000)]
Added a comment
OlivierBerger [Wed, 21 Oct 2015 08:29:05 +0000 (08:29 +0000)]
Joey Hess [Wed, 21 Oct 2015 06:22:18 +0000 (02:22 -0400)]
Symlink timestamp preservation code uses functions from unix-2.7.0 when available, which should be more portable.
anarcat [Tue, 20 Oct 2015 04:44:39 +0000 (04:44 +0000)]
trick question
Joey Hess [Tue, 20 Oct 2015 04:43:53 +0000 (00:43 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Tue, 20 Oct 2015 04:43:18 +0000 (00:43 -0400)]
update
db48x [Mon, 19 Oct 2015 21:47:03 +0000 (21:47 +0000)]
Joey Hess [Mon, 19 Oct 2015 21:09:17 +0000 (17:09 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Mon, 19 Oct 2015 21:09:06 +0000 (17:09 -0400)]
Use statvfs on OSX.
Fixes a recent-ish build warning on about 64 bit vs non.
This is the method used by the disk-free-space library, and I tested it to
yield the same results on even 10 tb drives on OSX -- so it's getting 64
bit values.
anarcat [Mon, 19 Oct 2015 20:58:57 +0000 (20:58 +0000)]
Added a comment: happy birthday!
Joey Hess [Mon, 19 Oct 2015 20:04:20 +0000 (16:04 -0400)]
add link to new survey
Joey Hess [Mon, 19 Oct 2015 19:59:11 +0000 (15:59 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
http://joeyh.name/ [Mon, 19 Oct 2015 19:58:36 +0000 (19:58 +0000)]
Added a comment
Joey Hess [Mon, 19 Oct 2015 19:57:26 +0000 (15:57 -0400)]
Merge branch 'master' of ssh://git-annex.branchable.com
Joey Hess [Mon, 19 Oct 2015 19:57:15 +0000 (15:57 -0400)]
devblog
anarcat [Mon, 19 Oct 2015 19:44:32 +0000 (19:44 +0000)]
Added a comment
Joey Hess [Mon, 19 Oct 2015 19:15:04 +0000 (15:15 -0400)]
2015 user survey
Joey Hess [Mon, 19 Oct 2015 18:54:42 +0000 (14:54 -0400)]
add news item for git-annex 5.
20151019
Joey Hess [Mon, 19 Oct 2015 18:41:29 +0000 (14:41 -0400)]
roadmap update
Joey Hess [Mon, 19 Oct 2015 18:23:48 +0000 (14:23 -0400)]
Debian: Remote menu file, since a desktop file is provided and lintian says there can be only one.
Joey Hess [Mon, 19 Oct 2015 17:59:24 +0000 (13:59 -0400)]
prep release
Joey Hess [Mon, 19 Oct 2015 17:54:10 +0000 (13:54 -0400)]
remove verbose flag; aws deps fixed
Joey Hess [Mon, 19 Oct 2015 17:51:52 +0000 (13:51 -0400)]
response
Joey Hess [Mon, 19 Oct 2015 17:39:48 +0000 (13:39 -0400)]
comment
Joey Hess [Mon, 19 Oct 2015 17:36:24 +0000 (13:36 -0400)]
response