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
Joey Hess
c6889669dd
comment
2016-01-20 15:21:05 -04:00
Joey Hess
18dd8cc737
respinse
2016-01-20 15:17:20 -04:00
Joey Hess
334bef4786
response
2016-01-20 15:13:24 -04:00
Joey Hess
6a15d4472c
comment
2016-01-20 15:07:33 -04:00
Joey Hess
123b9cbd7d
comment
2016-01-20 15:04:36 -04:00
Joey Hess
fc9a02d600
comment
2016-01-20 15:00:13 -04:00
Joey Hess
8f4ffab1f2
comment
2016-01-20 14:56:09 -04:00
Joey Hess
d98743e9ce
response
2016-01-20 14:47:52 -04:00
Joey Hess
a2e399a4c0
respond, close bad bug
2016-01-20 14:42:07 -04:00
Joey Hess
869614bb73
response
2016-01-20 14:35:48 -04:00
Joey Hess
62e3f876c1
Merge branch 'master' of ssh://git-annex.branchable.com
2016-01-20 14:16:11 -04:00
Joey Hess
70b8cad9c8
make noMessages disable closing of json object in --json mode
...
This allows things like Command.Find to use noMessages and generate their
own complete json objects. Previouly, Command.Find managed that only via a
hack, which wasn't compatable with batch mode.
Only Command.Find, Command.Smudge, and Commange.Status use noMessages
currently, and none except for Command.Find are impacted by this change.
Fixes find --json --batch output
2016-01-20 14:10:13 -04:00
Joey Hess
7aac76d40e
remove unused imports
2016-01-20 13:43:58 -04:00
Joey Hess
f1daa83118
remove no longer needed noMessages
...
All three of these are using batch mode to drive their processing, so
there is no automatic output, and noMessages is no longer needed.
2016-01-20 13:25:22 -04:00
Joey Hess
6d79f9e755
find --batch
2016-01-20 13:04:07 -04:00
Joey Hess
1bd4809bd2
remove excess space
2016-01-20 12:51:22 -04:00
Joey Hess
9b9b5a30e1
whereis --batch
2016-01-20 12:46:00 -04:00
Joey Hess
d44177c774
update years
2016-01-20 12:41:20 -04:00
sylvain.joyeux@5c33d7abae4df5f574fc4b8791d02054d245bf62
763c3cf5ed
Added a comment: not on the directory special remote
2016-01-20 11:39:35 +00:00