Commit graph

26896 commits

Author SHA1 Message Date
Joey Hess
0fd6e77ec7
response 2016-01-24 14:18:59 -04:00
Joey Hess
bf7e928ee9
Fix build with QuickCheck 2.8.2
It added some instances I had also implemented.
2016-01-24 14:15:00 -04:00
Joey Hess
83cc9d8721
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-24 14:13:10 -04:00
Joey Hess
9737c9a362
Revert "convert fail to error"
This reverts commit d14770ca9c.

That changed the type of error from an IOError to something else, so broke
stuff that was catching IOErrors.

So back to a UserError, but be explicit this time that's what it's
throwing.
2016-01-24 14:10:11 -04:00
db
b3838f217e 2016-01-23 23:14:38 +00:00
db
18f48c2e03 Added a comment 2016-01-23 23:06:03 +00:00
db
1314900684 Added a comment: How do I start it? 2016-01-23 22:42:52 +00:00
andrew@1d92abee601373fe09908b30706c97ffce3da255
1976569c83 Added a comment 2016-01-23 14:24:19 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
c5434d00e7 2016-01-22 23:10:11 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
62a182c71a Added a comment 2016-01-22 22:12:24 +00:00
Joey Hess
8c3d302532
assistant: Use udisks2 dbus events to detect when disks are mounted, instead of relying on gnome/kde stuff that is not stable. 2016-01-22 16:50:08 -04:00
Joey Hess
93806b0c8c
assistant: Added new name used for udisks2 dbus service in gnome 3.18. 2016-01-22 16:09:50 -04:00
Joey Hess
d1879df0ba
response 2016-01-22 15:39:27 -04:00
db
26b76a6b06 Added a comment 2016-01-22 19:00:58 +00:00
Joey Hess
1fcd0e951d
close 2016-01-22 13:51:54 -04:00
Joey Hess
99c646615d
Bug fix: Git config settings passed to git-annex -c did not always take effect.
When Config.setConfig runs, it throws away the old Repo and loads a new
one. So, add an action to adjust the Repo so that -c settings will persist
across that.
2016-01-22 13:47:41 -04:00
Joey Hess
ee14601890
comment 2016-01-22 12:25:56 -04:00
Joey Hess
bc6c0462ae
move preferred content terminals docs to man page 2016-01-22 12:24:15 -04:00
Joey Hess
5377806fc1
response 2016-01-22 11:58:09 -04:00
Joey Hess
0084a3868a
comment 2016-01-22 11:54:26 -04:00
Joey Hess
acac554aa9
avoid running BUILDER clean when it's cabal
This alows debian/rules clean to work when build deps are not installed.
2016-01-22 11:53:14 -04:00
Joey Hess
d928d77924
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-22 11:48:04 -04:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
fe6dae6d93 Added a comment 2016-01-22 08:11:18 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
a106baa0be Added a comment: gvfs reliability 2016-01-22 08:02:12 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
3f84025cd5 2016-01-22 07:56:26 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
234e7a5826 copied the wrong signals, re-testing 2016-01-22 07:53:18 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
3a7c295617 2016-01-22 07:51:50 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
474470d2d6 2016-01-22 07:47:33 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
83115b2573 Added a comment 2016-01-21 18:21:42 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
3b4c0204df 2016-01-21 18:09:19 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
cc28383fbe 2016-01-21 18:03:31 +00:00
Joey Hess
7cad8e6580
merge Checks into Command 2016-01-21 13:14:38 -04:00
Joey Hess
a3bd4dde9f
remove module unused since switch to optparse-applicative 2016-01-21 12:59:50 -04:00
Joey Hess
d14770ca9c
convert fail to error
Using fail here causes a "user error" exception to be thrown, which implies
the user is at fault in its wording, which is incorrect.

Also audited for other uses of fail in git-annex; the others are in monadic
contexts where fail may not throw an exception, and involve user input, so
kept them as-is.
2016-01-21 12:56:52 -04:00
simon.parzer@f837bbade0d93f560dc574b04e835b7875c4026f
ecdce748f1 Added a comment 2016-01-21 12:54:58 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
b95cd56a2d Added a comment 2016-01-21 08:35:53 +00:00
https://launchpad.net/~felixonmars
25cdf8931b 2016-01-21 05:20:58 +00:00
https://launchpad.net/~felixonmars
b271378d98 2016-01-21 05:20:14 +00:00
https://launchpad.net/~felixonmars
eb16121c6f 2016-01-21 05:16:43 +00:00
jtgeibel@4ad445b2ef940dedb1b6d9b19e3888e56b33541b
ff8fc5a2ab Added a comment: source-only build 2016-01-21 05:09:52 +00:00
neocryptek
957f021676 Added a comment 2016-01-21 03:38:56 +00:00
reyman64@f52a9d695f5dc1d5b0788fbb9877e9401fae7421
5b4378cb9c Added a comment: Error on compile 2016-01-20 22:50:02 +00:00
Joey Hess
23ff58cd4f
optimise getUUID
This avoids a Map lookup each time it's called, instead the GitConfig field
lazily looks it up once and then caches.
2016-01-20 16:55:06 -04:00
Joey Hess
737e45156e
remove 163 lines of code without changing anything except imports 2016-01-20 16:36:33 -04:00
Joey Hess
8dd5d180f1
credit Ian Lynagh 2016-01-20 16:07:46 -04:00
Joey Hess
64ad4248cc
close 2016-01-20 15:37:04 -04:00
Joey Hess
7f13861552
close 2016-01-20 15:35:53 -04:00
Joey Hess
3d4012de93
Merge branch 'master' of ssh://git-annex.branchable.com 2016-01-20 15:28:15 -04:00
Joey Hess
9d87d0897b
response 2016-01-20 15:27:36 -04:00
wsha.code+ga@b38779424f41c5701bbe5937340be43ff1474b2d
fe6f01145d Added a comment 2016-01-20 19:24:17 +00:00