summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix bug that prevented uploads to remotes using new-style chunking from ↵Gravatar Joey Hess2015-07-16
| | | | | | | | | | | | | | | | 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.
* update for completion changesGravatar Joey Hess2015-07-16
|
* responseGravatar Joey Hess2015-07-16
|
* got bash completion working for "git annex" not just "git-annex"Gravatar Joey Hess2015-07-16
| | | | | | | 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.
* responseGravatar Joey Hess2015-07-15
|
* responseGravatar Joey Hess2015-07-15
|
* responseGravatar Joey Hess2015-07-15
|
* responseGravatar Joey Hess2015-07-15
|
* followupGravatar Joey Hess2015-07-15
|
* commentGravatar Joey Hess2015-07-15
|
* responseGravatar Joey Hess2015-07-15
|
* update re builtin supportGravatar Joey Hess2015-07-15
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-07-15
|\
| * Added a commentGravatar CandyAngel2015-07-15
| |
| * (no commit message)Gravatar juh2015-07-15
| |
| * removedGravatar 04448cae@7f89c9ec07b399265c20ea79b979d2afa5f75fa82015-07-14
| |
* | fix description of optionGravatar Joey Hess2015-07-13
|/
* devblogGravatar Joey Hess2015-07-13
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-07-13
|\
* \ Merge branch 'optparse-applicative'Gravatar Joey Hess2015-07-13
|\ \
| * | typoGravatar Joey Hess2015-07-13
| | |
| * | wire tasty's option parser into the main program option parserGravatar Joey Hess2015-07-13
| | | | | | | | | | | | | | | This makes bash completion work for git-annex test, and is generally cleaner.
| * | Debian package (and any other packages built using make install) now ↵Gravatar Joey Hess2015-07-13
| | | | | | | | | | | | includes bash completion.
| * | convert WebApp; avoid duplicate arg parsing for no repo modeGravatar Joey Hess2015-07-13
| | |
| * | converted Assistant and Watch; avoid duplicate arg parsing for no repo modeGravatar Joey Hess2015-07-13
| | |
| * | convert ImportGravatar Joey Hess2015-07-13
| | |
| * | converted ImportFeedGravatar Joey Hess2015-07-13
| | |
| * | converted addurlGravatar Joey Hess2015-07-13
| | |
| * | converted LogGravatar Joey Hess2015-07-13
| | |
| * | convert Dead, and allow multiple --key optionsGravatar Joey Hess2015-07-13
| | |
| | * (no commit message)Gravatar 7797121@3e82a86e48dce7dd6a7b6985b84cac91ffd61d4d2015-07-13
| | |
| | * (no commit message)Gravatar 7797121@3e82a86e48dce7dd6a7b6985b84cac91ffd61d4d2015-07-13
| | |
| * | converted MetaData, eliminating a global value from Annex state .. beautifulGravatar Joey Hess2015-07-12
| | |
| | * Added a comment: GPG KeyGravatar 04448cae@7f89c9ec07b399265c20ea79b979d2afa5f75fa82015-07-12
| | |
| * | converted ContentLocation, ExampleKey, LookupKeyGravatar Joey Hess2015-07-11
| | |
| | * Add some information about Ubuntu Phone'sGravatar cbaines2015-07-11
| |/ |/|
| * converted StatusGravatar Joey Hess2015-07-11
| |
| * converted InfoGravatar Joey Hess2015-07-11
| |
| * converted Forget and TestRemoteGravatar Joey Hess2015-07-11
| |
| * converted MirrorGravatar Joey Hess2015-07-10
| |
| * convert ListGravatar Joey Hess2015-07-10
| |
| * converted ViCfg (trivially)Gravatar Joey Hess2015-07-10
| |
| * convert FindRefGravatar Joey Hess2015-07-10
| |
* | devblogGravatar Joey Hess2015-07-10
| |
| * devblogGravatar Joey Hess2015-07-10
| |
| * Merge branch 'master' into optparse-applicativeGravatar Joey Hess2015-07-10
| |\ | |/ |/| | | | | Conflicts: debian/changelog
* | add news item for git-annex 5.20150710Gravatar Joey Hess2015-07-10
| |
* | typo5.20150710Gravatar Joey Hess2015-07-10
| |
* | fix man formatGravatar Joey Hess2015-07-10
| |
* | prep releaseGravatar Joey Hess2015-07-10
| |