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
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
Joey Hess
1afd31ae1b
fix description of option
2015-07-13 18:15:24 -04:00
Joey Hess
ab932c069c
devblog
2015-07-13 16:51:59 -04:00
Joey Hess
e677ab3c49
Merge branch 'master' of ssh://git-annex.branchable.com
2015-07-13 16:02:00 -04:00
Joey Hess
36b37311e4
Merge branch 'optparse-applicative'
2015-07-13 13:25:57 -04:00
Joey Hess
42948e960f
typo
2015-07-13 13:25:49 -04:00
Joey Hess
730cc3feb5
wire tasty's option parser into the main program option parser
...
This makes bash completion work for git-annex test, and is
generally cleaner.
2015-07-13 13:20:10 -04:00
Joey Hess
02d522a12e
Debian package (and any other packages built using make install) now includes bash completion.
2015-07-13 12:26:06 -04:00
Joey Hess
fd086c5752
convert WebApp; avoid duplicate arg parsing for no repo mode
2015-07-13 11:53:42 -04:00
Joey Hess
b95a48fe45
converted Assistant and Watch; avoid duplicate arg parsing for no repo mode
2015-07-13 11:42:42 -04:00
Joey Hess
084f8d9ac7
convert Import
2015-07-13 11:15:21 -04:00
Joey Hess
9c1a42873c
converted ImportFeed
2015-07-13 11:06:41 -04:00
Joey Hess
aff4b9a3dc
converted addurl
2015-07-13 10:57:49 -04:00
Joey Hess
3639b4f8ea
converted Log
2015-07-13 10:44:51 -04:00
Joey Hess
3d8a8e9792
convert Dead, and allow multiple --key options
2015-07-13 10:26:54 -04:00
7797121@3e82a86e48dce7dd6a7b6985b84cac91ffd61d4d
649b27aab0
2015-07-13 14:12:42 +00:00
7797121@3e82a86e48dce7dd6a7b6985b84cac91ffd61d4d
c72618aeb4
2015-07-13 14:11:41 +00:00
Joey Hess
adec382bc2
converted MetaData, eliminating a global value from Annex state .. beautiful
2015-07-12 09:25:43 -04:00
04448cae@7f89c9ec07b399265c20ea79b979d2afa5f75fa8
7399d79b67
Added a comment: GPG Key
2015-07-12 03:23:08 +00:00
Joey Hess
fdcb54d4f2
converted ContentLocation, ExampleKey, LookupKey
2015-07-11 20:43:45 -04:00
cbaines
bfd652ced8
Add some information about Ubuntu Phone's
2015-07-11 17:25:51 +00:00
Joey Hess
c6375a9158
converted Status
2015-07-11 10:42:46 -04:00
Joey Hess
215f636bb3
converted Info
2015-07-11 10:41:52 -04:00