summaryrefslogtreecommitdiff
path: root/Command
Commit message (Expand)AuthorAge
* move commentGravatar Joey Hess2015-06-16
* avoid building unused bloomfilter when run without --allGravatar Joey Hess2015-06-16
* on second thought, sync --content --unused is probably not useful, removeGravatar Joey Hess2015-06-16
* use bloom filter in second pass of sync --all --contentGravatar Joey Hess2015-06-16
* instance Hashable Key for bloomfilterGravatar Joey Hess2015-06-16
* Increased the default annex.bloomaccuracy from 1000 to 10000000Gravatar Joey Hess2015-06-16
* sync: Add support for --all and --unused.Gravatar Joey Hess2015-06-16
* switch code to using associated filesGravatar Joey Hess2015-06-16
* info: Added json output for "backend usage", "numcopies stats", "repositories...Gravatar Joey Hess2015-06-16
* Improve url parsing to handle some urls containing illegal [] characters in t...Gravatar Joey Hess2015-06-14
* add a hint about marking a key deadGravatar Joey Hess2015-06-09
* dead --key: Can be used to mark a key as dead.Gravatar Joey Hess2015-06-09
* fsck: Ignore keys that are known to be dead when running in --all mode or a i...Gravatar Joey Hess2015-06-09
* import --clean-duplicates: Fix bug that didn't count local or trusted repo's ...Gravatar Joey Hess2015-06-03
* get --incomplete: New option to resume any interrupted downloads.Gravatar Joey Hess2015-06-02
* remove Params constructor from Utility.SafeCommandGravatar Joey Hess2015-06-01
* fromkey, registerurl: Improve handling of urls that happen to also be parsabl...Gravatar Joey Hess2015-05-30
* fromkey, registerurl: Allow urls to be specified instead of keys, and generat...Gravatar Joey Hess2015-05-22
* add annex.used-refspecGravatar Joey Hess2015-05-14
* unused: Add --used option, which can specify a set of refs to consider used, ...Gravatar Joey Hess2015-05-14
* Avoid accumulating transfer failure log files unless the assistant is being u...Gravatar Joey Hess2015-05-12
* Take space that will be used by running downloads into account when checking ...Gravatar Joey Hess2015-05-12
* Merge branch 'master' into concurrentprogressGravatar Joey Hess2015-05-12
|\
| * drop: Now supports --all, --unused, and --key.Gravatar Joey Hess2015-05-12
| * import: Refuse to import files that are within the work tree, as that does no...Gravatar Joey Hess2015-05-11
| * more FlexibleContextsGravatar Joey Hess2015-05-10
| * more time-1.5 fixesGravatar Joey Hess2015-05-10
| * support time-1.5.0Gravatar Joey Hess2015-05-10
| * Improve quvi 0.4 output parsing to handle cases wher there is no known filena...Gravatar Joey Hess2015-05-08
| * fsck: Ignore error recording the fsck in the activity log, which can happen w...Gravatar Joey Hess2015-05-06
| * contentlocation, examinekey, lookupkey: Added --batch mode option.Gravatar Joey Hess2015-05-06
| * assistant: Added --autostop to complement --autostart.Gravatar Joey Hess2015-05-01
| * Improve behavior when a git-annex command is told to operate on a file that d...Gravatar Joey Hess2015-04-30
| * move nubbing into function whose algo needs a nubbed listGravatar Joey Hess2015-04-30
| * improve messagesGravatar Joey Hess2015-04-30
| * import: Before removing a duplicate file in --deduplicate or --clean-duplicat...Gravatar Joey Hess2015-04-30
| * refactorGravatar Joey Hess2015-04-30
| * nub list after adding ocal uuid to itGravatar Joey Hess2015-04-30
| * import: Don't stop entire import when one file fails due to being gitignored ...Gravatar Joey Hess2015-04-29
| * import: Check for gitignored files before moving them into the tree. (Needs g...Gravatar Joey Hess2015-04-29
| * Fix bogus failure of fsck --fast.Gravatar Joey Hess2015-04-27
| * clean up importsGravatar Joey Hess2015-04-19
| * removed all uses of undefined from code baseGravatar Joey Hess2015-04-19
| * forgot to add theseGravatar Joey Hess2015-04-18
| * required: New command, like wanted, but for required content.Gravatar Joey Hess2015-04-18
| * fsck --from remote: Avoid downloading a key if it would go over the annex.dis...Gravatar Joey Hess2015-04-18
| * fsck --from remote: When bad content is found in the remote, and the local re...Gravatar Joey Hess2015-04-18
* | add filename to progress bar, and display ok/failed at endGravatar Joey Hess2015-04-14
* | Merge branch 'master' into concurrentprogressGravatar Joey Hess2015-04-14
|\|
| * info: Added --bytes option.Gravatar Joey Hess2015-04-12