summaryrefslogtreecommitdiff
path: root/Command
Commit message (Expand)AuthorAge
* remove dead codeGravatar Joey Hess2014-02-08
* add test case & fix conflict resolution bug on Windows & FATGravatar Joey Hess2014-02-04
* avoid using openFile when withFile can be usedGravatar Joey Hess2014-02-03
* sync --content: Drop files from remotes that don't have them after getting them.Gravatar Joey Hess2014-02-02
* update function name in commentGravatar Joey Hess2014-02-02
* sync --content: Reuse smart copy code from copy command, including handling a...Gravatar Joey Hess2014-02-02
* remove some monkey facesGravatar Joey Hess2014-02-01
* sync --content: Re-pull from remotes after downloading content, since that ca...Gravatar Joey Hess2014-02-01
* improve sync with xmpp and annex-ignoreGravatar Joey Hess2014-02-01
* Windows: Avoid using unix-compat's rename, which refuses to rename directories.Gravatar Joey Hess2014-01-29
* avoid using function named that conflicts with name used in newer version of ...Gravatar Joey Hess2014-01-29
* reorgGravatar Joey Hess2014-01-26
* reorgGravatar Joey Hess2014-01-26
* reorganize some files and importsGravatar Joey Hess2014-01-26
* refactorGravatar Joey Hess2014-01-26
* whereis: Support --all.Gravatar Joey Hess2014-01-26
* fix transfers of key with no associated fileGravatar Joey Hess2014-01-23
* add timestamps to unused log filesGravatar Joey Hess2014-01-22
* reorgGravatar Joey Hess2014-01-21
* numcopies cleanup, part 2Gravatar Joey Hess2014-01-21
* reorganize numcopies code (no behavior changes)Gravatar Joey Hess2014-01-21
* expose tasty test suite's option parserGravatar Joey Hess2014-01-21
* global numcopies settingGravatar Joey Hess2014-01-20
* much better command action handling for sync --contentGravatar Joey Hess2014-01-20
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* include information about remotes just uloaded to when calling handleDropsFromGravatar Joey Hess2014-01-19
* sync --content: New option that makes the content of annexed files be transfe...Gravatar Joey Hess2014-01-19
* improve matcher data type to allow matching Keys, instead of just files (no b...Gravatar Joey Hess2014-01-18
* list: Fix specifying of files to list.Gravatar Joey Hess2014-01-18
* improve output when there are no known special remotesGravatar Joey Hess2014-01-18
* whereis supports --json, add optionGravatar Joey Hess2014-01-18
* status: Support --json.Gravatar Joey Hess2014-01-18
* Remove --json option from commands not supporting it.Gravatar Joey Hess2014-01-18
* avoid trying to find minimum element of empty mapGravatar Joey Hess2014-01-18
* Really fix FTBFS on mipsel and sparc due to test suite not being available on...Gravatar Joey Hess2014-01-17
* Fix FTBFS on mipsel and sparc due to test suite not being available on those ...Gravatar Joey Hess2014-01-15
* repair: better messages when nuking .git/annex/indexGravatar Joey Hess2014-01-13
* map: Fix display of v5 direct mode repos.Gravatar Joey Hess2014-01-13
* add: Fix rollback when disk is completely full.Gravatar Joey Hess2014-01-05
* fix form of quvi urlGravatar Joey Hess2014-01-05
* check if quvi page url has already been downloaded beforeGravatar Joey Hess2014-01-05
* also check diskreserve for quvi downloadsGravatar Joey Hess2014-01-04
* addurl, importfeed: Honor annex.diskreserve as long as the size of the url ca...Gravatar Joey Hess2014-01-04
* wanted, schedule: Avoid printing "ok" after requested value.Gravatar Joey Hess2014-01-03
* Remotes can now be made read-only, by setting remote.<name>.annex-readonlyGravatar Joey Hess2014-01-02
* mirror: Support --all (and --unused).Gravatar Joey Hess2014-01-01
* importfeed: Support youtube playlists.Gravatar Joey Hess2013-12-29
* Auto-upgrade v3 indirect repos to v5 with no changes. This also fixes a probl...Gravatar Joey Hess2013-12-29
* update commentGravatar Joey Hess2013-12-19
* Add plumbing-level lookupkey examinekey command.Gravatar Joey Hess2013-12-15