Commit graph

25025 commits

Author SHA1 Message Date
Joey Hess
5e5e03678c response 2015-07-20 13:43:01 -04:00
Joey Hess
da419dacda response 2015-07-20 13:36:51 -04:00
Joey Hess
113ad85a15 reword 2015-07-20 13:32:34 -04:00
Joey Hess
f88ccdc67c Merge branch 'master' of ssh://git-annex.branchable.com 2015-07-20 12:37:55 -04:00
Joey Hess
376bb5b644 response 2015-07-20 12:37:16 -04:00
fusionx86@2cab672ef75a8502e153ceb90177dde38985dba9
690f9c1944 Added a comment 2015-07-20 16:34:30 +00:00
Joey Hess
11cbba6081 point to docs 2015-07-20 12:31:29 -04:00
Joey Hess
becf06b338 ancient git version detected.. 2015-07-20 12:27:24 -04:00
Joey Hess
43ad045e1b response 2015-07-20 12:20:55 -04:00
Joey Hess
7c77bb8179 Merge branch 'master' of ssh://git-annex.branchable.com 2015-07-20 11:20:49 -04:00
Joey Hess
07c108e70e fix bash completion of filenames containing spaces
Work around https://github.com/pcapriotti/optparse-applicative/issues/146
by not using action "file" and instead passing -o bashdefault -o default
to complete. This way, when optparse fails to complete a filename, bash
will fall back to regular filename completion.

Unfortunately, optparse-applicative does not provide a way to control the
options passed to complete, so I had to modify its generated completion script.

Note that for "git annex" command completion, git's completion script already
used -o bashdefault -o default, so that works too.
2015-07-20 11:17:35 -04:00
Joey Hess
36cf98a24f update 2015-07-20 10:50:59 -04:00
fusionx86@2cab672ef75a8502e153ceb90177dde38985dba9
57bb1c2895 2015-07-20 14:31:08 +00:00
CandyAngel
73d1812e18 2015-07-19 19:23:28 +00:00
javier.tia@235c3cfc511b7034a1c12c22caddb79d9517ca1f
de48738c27 Fix typo in pubkey 2015-07-19 13:27:31 +00:00
mawillcockson
d61c11454e Added a comment 2015-07-18 19:13:03 +00:00
mennucc1@6758d6a3817a0a6b29e8adbdb068c5ba35f6992b
f528a28166 Added a comment: hack 2015-07-18 09:16:03 +00:00
oliv5@5a9bb4b174f7995da105238c4e7b3f91767a87bc
45850920a9 2015-07-18 09:13:21 +00:00
anarcat
58f45d807c my NFS tricks for git-annex 2015-07-17 22:14:25 +00:00
sfowijowa
d4776a3162 Added a comment 2015-07-17 18:20:06 +00:00
sfowijowa
d3fff5c950 Added a comment: bup.bloom must be unlocked 2015-07-17 17:45:24 +00:00
Joey Hess
ffcf71d714 response 2015-07-17 12:03:28 -04:00
Joey Hess
ec999dac94 close 2015-07-17 11:53:38 -04:00
Joey Hess
5d4764dda6 fixed via --all option 2015-07-17 11:51:08 -04:00
Joey Hess
1e44c2288f close 2015-07-17 11:49:32 -04:00
Joey Hess
5fca6f7c4b comment 2015-07-17 11:48:17 -04:00
Joey Hess
c70bfba5ff update arch page to mention haskell-core repo 2015-07-17 11:40:30 -04:00
Joey Hess
811b8d6f47 response 2015-07-17 11:37:08 -04:00
gideonite
f3c51aa91c 2015-07-17 15:23:38 +00:00
ollie@6d66b5a4b0992998efe3e4c244a66708bf5d96f3
f7641d87f9 Added a comment 2015-07-17 10:42:05 +00:00
ghen1
e7a7d48c76 2015-07-17 09:56:01 +00:00
ghen1
76e1827a48 Added a comment 2015-07-17 09:52:02 +00:00
Joey Hess
b3e86d4f7a devblogc 2015-07-16 15:19:09 -04:00
Joey Hess
22f3a5fdc2 move forum bug report to bugs, and close 2015-07-16 15:01:55 -04:00
Joey Hess
afe6a53bca Fix bug that prevented uploads to remotes using new-style chunking from resuming after the last successfully uploaded chunk.
"checkPresent baser" was wrong; the baser has a dummy checkPresent action
not the real one. So, to fix this, we need to call preparecheckpresent to
get a checkpresent action that can be used to check if chunks are present.

Note that, for remotes like S3, this means that the preparer is run,
which opens a S3 handle, that will be used for each checkpresent of a
chunk. That's a good thing; if we're resuming an upload that's already many
chunks in, it'll reuse that same http connection for each chunk it checks.
Still, it's not a perfectly ideal thing, since this is a different http
connection that the one that will be used to upload chunks. It would be
nice to improve the API so that both use the same http connection.
2015-07-16 15:01:27 -04:00
Joey Hess
5de3b4d07a update for completion changes 2015-07-16 14:57:23 -04:00
Joey Hess
13f1c20ea5 response 2015-07-16 13:44:51 -04:00
Joey Hess
386b8c394e got bash completion working for "git annex" not just "git-annex"
This needs a patch to git to cause the git-annex completion to be
auto-loaded when completing "git annex <tab>". Otherwise, it will only
load when "git-annex" is tab completed. Once loaded, it works for both
uses. I've submitted the git patch to the git mailing list.
2015-07-16 13:32:23 -04:00
Joey Hess
0de63300d6 response 2015-07-15 12:05:39 -04:00
Joey Hess
c88cc04ab4 response 2015-07-15 12:03:33 -04:00
Joey Hess
eec63060f0 response 2015-07-15 12:00:34 -04:00
Joey Hess
407c9435e4 response 2015-07-15 11:58:21 -04:00
Joey Hess
fbebc52f65 followup 2015-07-15 11:55:07 -04:00
Joey Hess
7d6e6f15c1 comment 2015-07-15 11:53:40 -04:00
Joey Hess
c82fe65346 response 2015-07-15 11:49:42 -04:00
Joey Hess
cd2adefa0b update re builtin support 2015-07-15 11:46:42 -04:00
Joey Hess
e83850344d Merge branch 'master' of ssh://git-annex.branchable.com 2015-07-15 10:57:11 -04:00
CandyAngel
3327e9ffae Added a comment 2015-07-15 10:20:55 +00:00
juh
d9f6edac00 2015-07-15 06:10:12 +00:00
04448cae@7f89c9ec07b399265c20ea79b979d2afa5f75fa8
8695533f33 removed 2015-07-14 21:16:59 +00:00