Commit graph

26663 commits

Author SHA1 Message Date
Joey Hess
51c9f18faf
response 2016-01-15 15:17:06 -04:00
Joey Hess
95d43cf5ee
response 2016-01-15 15:12:50 -04:00
Joey Hess
cbf63f4b1a
response 2016-01-15 15:05:37 -04:00
Joey Hess
1e991b7223
comment 2016-01-15 15:00:52 -04:00
Joey Hess
b9f921248e
convert existing non-annexed file to non-exception 2016-01-15 14:34:33 -04:00
Joey Hess
b26ce646e4
whereis --json: Urls are now listed inside the remote that claims them, rather than all together at the end. 2016-01-15 14:16:48 -04:00
Joey Hess
d9f9153c82
comment 2016-01-15 13:06:38 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
1e0ce5177d Added a comment 2016-01-15 16:54:33 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
9c6a20771e Added a comment: usage changes 2016-01-15 13:31:37 +00:00
https://launchpad.net/~felixonmars
c72ffee735 2016-01-15 13:17:26 +00:00
CandyAngel
dcaccd910b Added a comment 2016-01-15 09:34:40 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
ea5e410345 2016-01-15 05:06:15 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
52df7ee2e2 2016-01-15 05:05:13 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
3e96ddbdb6 closing since explanation followed 2016-01-15 04:57:49 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
6ea9aa1ee1 2016-01-15 04:49:46 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
8728172053 Added a comment: new effect in list of "fixed" behavior to fail addurl if non-annex file exists 2016-01-15 04:45:08 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
18ada34e19 2016-01-15 04:14:36 +00:00
Joey Hess
6be9ee0d91
layout 2016-01-14 18:19:50 -04:00
Joey Hess
379004e3e7
move aside to better place 2016-01-14 18:19:00 -04:00
Joey Hess
a47480b0da
wording 2016-01-14 18:12:20 -04:00
Joey Hess
fb9727df8b
clarify 2016-01-14 18:11:09 -04:00
Joey Hess
d3ff430a04
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-14 17:57:05 -04:00
Joey Hess
6a5e241a74
throw exception if library copy fails 2016-01-14 17:56:21 -04:00
db48x
c7b6158d6a Added a comment: hexapodia! 2016-01-14 21:38:57 +00:00
anarcat
46dbbda5a4 add references to annex.thin in the upgrade docs 2016-01-14 21:21:36 +00:00
Joey Hess
196d39a813
fix format 2016-01-14 16:15:02 -04:00
Joey Hess
9240c02fd1
fix build of DistributionUpdate 2016-01-14 15:55:37 -04:00
Joey Hess
fb3d5bfedd
avoid tab warnings 2016-01-14 15:55:00 -04:00
Joey Hess
3363339c69
v6 mode is no longer experimental, downgrade warning 2016-01-14 15:33:07 -04:00
Joey Hess
3e7f419b16
add news item for git-annex 6.20160114 2016-01-14 15:30:10 -04:00
Joey Hess
d2dadeb611
comment 2016-01-14 15:29:35 -04:00
Joey Hess
9f030321cb
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-14 15:24:22 -04:00
Joey Hess
927e1a067e
fix import warnings 2016-01-14 10:30:54 -04:00
Joey Hess
6976d57f64
prep release 2016-01-14 10:18:30 -04:00
rashi.k0306@46b3566bf776802cd7adb39707f018beec8b0f26
297a744548 Added a comment: Duplicate Files Deleter 2016-01-14 11:42:10 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
78721c9afd Added a comment: "done" but only for non --fast/--relaxed 2016-01-13 23:49:30 +00:00
Joey Hess
af457d73a4
followup 2016-01-13 15:12:48 -04:00
Joey Hess
1d1cb16fe0
addurl: Refuse to overwrite any existing, non-annexed file. 2016-01-13 15:09:47 -04:00
Joey Hess
b52cf5697b
immediate queue flushing when annex.queuesize=1
Previously, it only flushed when the queue got larger than 1.

Also, make the queue auto-flush when items are added, rather than needing
to be flushed as a separate step. This simplifies the code and make it more
efficient too, as it avoids needing to read the queue out of the state to
check if it should be flushed.
2016-01-13 14:55:01 -04:00
Joey Hess
1d5b70db9c
addurl: Support --json, particularly useful in --batch mode. 2016-01-13 14:25:30 -04:00
Joey Hess
ecd0684bfc
avoid hard linking object from other repository when annex.thin is set
This is simpler and less expensive than checking if the src file has a
link count >= 2, and also is unlocked.
2016-01-13 14:19:31 -04:00
Joey Hess
2513c1dfd0
remove reundant isDirect check
Already checked in wantHardLink
2016-01-13 14:13:37 -04:00
Joey Hess
07e57ca6bc
changelog for fix 2016-01-13 12:38:01 -04:00
Joey Hess
2aa3e73de1
remove now unused toCygPath 2016-01-13 12:36:53 -04:00
Joey Hess
d90895ac94
Merge remote-tracking branch 'pkitslaar/master' 2016-01-13 12:36:30 -04:00
Joey Hess
fd3d866dec
another fix for old ghc 2016-01-13 12:32:57 -04:00
Joey Hess
7c7226748d
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-13 12:24:54 -04:00
simon.parzer@f837bbade0d93f560dc574b04e835b7875c4026f
36ca768f60 2016-01-13 16:19:48 +00:00
Joey Hess
d91eb24b59
fix build with old ghc
And add missing (unused) mappend instance
2016-01-13 12:18:20 -04:00
git-annex@8c58bb43191e0443be5d100448ba874284c5a778
7735439ff4 Added a comment: OSX Homebrew Has Same Failure 2016-01-13 00:09:13 +00:00