summaryrefslogtreecommitdiff
path: root/Command
Commit message (Expand)AuthorAge
* improve layout and commentGravatar Joey Hess2015-10-15
* use action, not sideActionGravatar Joey Hess2015-10-11
* implement lockContent for ssh remotesGravatar Joey Hess2015-10-09
* also generate a drop safety proof for move --from remoteGravatar Joey Hess2015-10-09
* tests and verified that the bug is fixed, in all the cases I identifiedGravatar Joey Hess2015-10-09
* fix local dropping to not require extra locking of copies, but only that the ...Gravatar Joey Hess2015-10-09
* rename constructorGravatar Joey Hess2015-10-09
* verify local copy of content with lockingGravatar Joey Hess2015-10-09
* display drop safety proofs in debug modeGravatar Joey Hess2015-10-09
* improve drop proof codeGravatar Joey Hess2015-10-09
* support invalidating existing VerifiedCopysGravatar Joey Hess2015-10-08
* add VerifiedCopy data typeGravatar Joey Hess2015-10-08
* add removeKey action to RemoteGravatar Joey Hess2015-10-08
* git-annex-shell: Added lockcontent command, to prevent dropping of key's cont...Gravatar Joey Hess2015-10-08
* add lockContentSharedGravatar Joey Hess2015-10-08
* copy --auto was checking the wrong repo's preferred content. (--from was chec...Gravatar Joey Hess2015-10-06
* avoid using print action, which is reserved for debuggingGravatar Joey Hess2015-10-06
* other 80% of avoding verification when hard linking to objects in shared repoGravatar Joey Hess2015-10-02
* Do verification of checksums of annex objects downloaded from remotes.Gravatar Joey Hess2015-10-01
* rename functionGravatar Joey Hess2015-10-01
* rename fsckKey to verifyKeyContentGravatar Joey Hess2015-10-01
* status: Show added but not yet committed files.Gravatar Joey Hess2015-09-22
* cleanupGravatar Joey Hess2015-09-22
* info: Don't allow use in a non-git-annex repository, since it uses the git-an...Gravatar Joey Hess2015-09-16
* Special remotes configured with autoenable=true will be automatically enabled...Gravatar Joey Hess2015-09-14
* Improve bash completion, so it completes names of remotes and backends in app...Gravatar Joey Hess2015-09-14
* sync: Add --no-commit, --no-pull, --no-push options to turn off parts of the ...Gravatar Joey Hess2015-09-13
* Command/Unused.hs: Change --unused-refspec back to --used-refspecGravatar Øyvind A. Holm2015-09-09
* info: Support querying info of individual files in direct mode.Gravatar Joey Hess2015-09-09
* Fix building without database.Gravatar Joey Hess2015-08-23
* ImportFeed: fix signature of mkquvi without libquviGravatar Ben Boeckel2015-08-23
* make sync --no-content be acceptedGravatar Joey Hess2015-08-20
* importfeed --relaxed: Avoid hitting the urls of items in the feed.Gravatar Joey Hess2015-08-19
* make whereis show urls when web remote does not have contentGravatar Joey Hess2015-08-17
* sync: Support --jobsGravatar Joey Hess2015-08-14
* add some debugs to get timingsGravatar Joey Hess2015-08-13
* metadata: Fix reversion introduced in 5.20150727 that caused display of metad...Gravatar Joey Hess2015-08-11
* git-annex-shell: Don't let configlist auto-init repository when in readonly m...Gravatar Joey Hess2015-08-05
* Simplify setup process for a ssh remote.Gravatar Joey Hess2015-08-05
* unused importGravatar Joey Hess2015-08-05
* reorgGravatar Joey Hess2015-08-04
* proxy: Fix removal of files deleted by the proxied command.Gravatar Joey Hess2015-08-04
* proxy: Fix proxy git commit of non-annexed files in direct mode.Gravatar Joey Hess2015-08-04
* Improve shutdown due to --time-limit, especially for fsckGravatar Joey Hess2015-07-31
* The last release accidentially removed a number of options from the copy comm...Gravatar Joey Hess2015-07-30
* Support building without persistent database on for systems that lack TH. Thi...Gravatar Joey Hess2015-07-25
* addurl now accepts --prefix and --suffix options to adjust the filenames usedGravatar Joey Hess2015-07-21
* importfeed: Look at not only permalinks, but now also guids to identify previ...Gravatar Joey Hess2015-07-20
* sync --content: Fix bug that caused files to be uploaded to eg, more archive ...Gravatar Joey Hess2015-07-20
* wire tasty's option parser into the main program option parserGravatar Joey Hess2015-07-13