Joey Hess
37293dc28f
Make --help work when not in a git repository. Closes : #758592
...
Note that this means getopt parsing is done even when not in a git
repository, even though currently cmdnorepo is not passed the results of
it. I'd like to move to cmdnorepo not doing its own ad-hoc option parsing,
so this is really a good thing. (But as long as eg, getOptionFlag needs an
Annex monad, it cannot be used in cmdnorepo handling.)
There is a potential for problems if any cmdnorepo branch of a command
handles options that are not in its regular getopt, but that would be a bug
anyway.
2014-08-19 12:55:15 -04:00
Joey Hess
4b3f03ef38
clarify that --all doesn't operate on a single file
2014-08-19 12:11:19 -04:00
Yaroslav Halchenko
2d2d0a4d75
doc/ minor typos/trailing whitespaces + extension on get options
2014-08-19 01:22:24 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmP36qgLdH9-5VjmK2lTTs8S2rs2xSGCjk
898209661e
2014-08-19 00:40:22 +00:00
zardoz
f78da404e5
Added a comment
2014-08-18 20:54:11 +00:00
http://joeyh.name/
10bf03aa34
Added a comment
2014-08-18 18:39:33 +00:00
Joey Hess
71c22504d7
cleanup branch list
2014-08-17 17:12:49 -04:00
Joey Hess
8b15af309a
add compat cruft for old versions of http-types and http-conduit
2014-08-17 15:39:46 -04:00
Joey Hess
5f749a0665
fix lower bounds on version of exceptions
...
This is needed only because of the new MonadMask needed for bracket
in the new version. Ifdefing it everywhere is not practical, since the
Setup.hs uses it.
2014-08-17 14:37:14 -04:00
Joey Hess
ca7831ce79
add news item for git-annex 5.20140817
2014-08-17 10:50:02 -04:00
Joey Hess
5ab991322f
Merge remote-tracking branch 'refs/remotes/dgit/dgit/sid'
2014-08-17 10:45:49 -04:00
Joey Hess
f273882567
prep release
2014-08-17 10:31:21 -04:00
Joey Hess
5934a45f34
missing peice
...
Forgot to use runner in 852185c242
2014-08-16 15:19:37 -04:00
Joey Hess
153053d0cd
Merge branch 'master' of ssh://git-annex.branchable.com
2014-08-16 13:52:29 -04:00
Joey Hess
1f6d3ae62f
fix path
2014-08-16 13:50:12 -04:00
EskildHustvedt
961babae90
Added a comment
2014-08-16 15:22:35 +00:00
zardoz
d8a50f49ed
Added a comment
2014-08-16 13:58:28 +00:00
zardoz
c5267cb543
Added a comment
2014-08-16 11:42:22 +00:00
Joey Hess
be52dc1b9b
Merge branch 'master' of ssh://git-annex.branchable.com
2014-08-15 18:04:49 -04:00
Joey Hess
8f83844693
devblog
2014-08-15 18:04:04 -04:00
Joey Hess
6ab0737a75
work around default Accept-Encoding in http-client
2014-08-15 18:02:17 -04:00
Joey Hess
e0227dfedf
memoize construction of the Request -> Request function to apply the UrlOptions
2014-08-15 17:47:21 -04:00
Joey Hess
dd619c7166
Switched from the old haskell HTTP library to http-conduit.
...
The hoary old HTTP library was only used when checking if an url exists,
when curl was not available. It had many problems, including not supporting
https at all.
Now, this is done using http-conduit for all urls that it supports. Falls
back to curl for any url that http-conduit doesn't like (probably ftp etc,
but could also be an url that its parser chokes on for whatever reason).
This adds a new dependency on http-conduit, but webdav support already
indirectly depended on that, and the s3-aws branch also uses it.
This opens up the possibility of using http-conduit for large file
downloads, but for now I've left it using wget/curl.
This commit was sponsored by Paul Tötterman.
2014-08-15 17:37:42 -04:00
Francois
29b219cc51
Added a comment
2014-08-15 20:51:12 +00:00
Francois
7801c53bcd
Added a comment
2014-08-15 20:45:38 +00:00
Joey Hess
f93a631f51
silly markdown..
2014-08-15 15:47:15 -04:00
http://joeyh.name/
ac36a76f93
Added a comment
2014-08-15 19:45:28 +00:00
Joey Hess
f6134c95a5
Merge branch 'master' of ssh://git-annex.branchable.com
2014-08-15 15:27:12 -04:00
Joey Hess
3515f8f2fa
fix link
2014-08-15 15:27:06 -04:00
http://joeyh.name/
2e9f996fa3
Added a comment
2014-08-15 19:26:07 +00:00
Joey Hess
a230a165df
more reorg
2014-08-15 15:23:52 -04:00
Joey Hess
ef88798f31
move cabal on OSX stuff to its own page
2014-08-15 15:19:07 -04:00
Joey Hess
0ac8927552
reorg, moving MacPorts to a separate page
2014-08-15 15:11:45 -04:00
Joey Hess
65e927ea56
close
2014-08-15 14:33:09 -04:00
Joey Hess
452b3536f0
Merge branch 'master' of ssh://git-annex.branchable.com
2014-08-15 14:17:10 -04:00
Joey Hess
852185c242
git-annex-shell sendkey: Don't fail if a remote asks for a key to be sent that already has a transfer lock file indicating it's being sent to that remote. The remote may have moved between networks, or reconnected.
2014-08-15 14:17:05 -04:00
http://joeyh.name/
7c563e76d2
Added a comment
2014-08-15 18:02:12 +00:00
http://joeyh.name/
c55dd8faa8
Added a comment
2014-08-15 17:52:57 +00:00
http://joeyh.name/
e236eb13db
Added a comment
2014-08-15 17:46:15 +00:00
http://joeyh.name/
d48fac2ae3
Added a comment
2014-08-15 17:39:14 +00:00
Joey Hess
d6e4514444
Merge branch 'master' of ssh://git-annex.branchable.com
2014-08-15 13:38:08 -04:00
Joey Hess
bb6cec3461
direct: Avoid leaving file content in misctemp if interrupted.
2014-08-15 13:38:05 -04:00
http://joeyh.name/
2c5899ef95
Added a comment
2014-08-15 17:32:15 +00:00
Joey Hess
aa31a7182e
Merge branch 'master' of ssh://git-annex.branchable.com
2014-08-15 12:54:11 -04:00
Joey Hess
8f7b47f427
use more generic architecture names
2014-08-15 12:49:03 -04:00
http://joeyh.name/
4c3ea399e0
Added a comment
2014-08-15 16:04:08 +00:00
Joey Hess
0d54b7b341
clarify config option name
2014-08-15 12:02:40 -04:00
Joey Hess
cd22682b7a
s/space/newline/
2014-08-15 11:58:35 -04:00
http://joeyh.name/
ea2bff933e
Added a comment
2014-08-15 15:58:03 +00:00
Joey Hess
6f2213e679
avoid warning about -XMagicHash
2014-08-15 10:58:18 -04:00