aboutsummaryrefslogtreecommitdiff
path: root/Command
Commit message (Expand)AuthorAge
* commentGravatar Joey Hess2014-11-03
* info: avoid strange display of here repo when it has NoUUIDGravatar Joey Hess2014-10-28
* add per-remote-type infoGravatar Joey Hess2014-10-21
* info: When passed the name or uuid of a remote, displays info about that remote.Gravatar Joey Hess2014-10-21
* info: When run on a single annexed file, displays some info about the file, ...Gravatar Joey Hess2014-10-21
* simplify usage displayGravatar Joey Hess2014-10-21
* initremote: Don't allow creating a special remote that has the same name as a...Gravatar Joey Hess2014-10-15
* warningsGravatar Joey Hess2014-10-15
* revert reversionGravatar Joey Hess2014-10-15
* unbreak android buildGravatar Joey Hess2014-10-14
* warningGravatar Joey Hess2014-10-14
* doh't use "def" for command definitions, it conflicts with Data.Default.defGravatar Joey Hess2014-10-14
* vicfg: Deleting configurations now resets to the default, where before it has...Gravatar Joey Hess2014-10-14
* fix warningGravatar Joey Hess2014-10-13
* map: Handle .git prefixed remote repos. Closes: #614759Gravatar Joey Hess2014-10-12
* hlintGravatar Joey Hess2014-10-09
* indent with tabs not spacesGravatar Joey Hess2014-10-09
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* add: In direct mode, adding an annex symlink will check it into git, as was a...Gravatar Joey Hess2014-09-18
* Rather than crashing when there's a problem with the requested bloomfilter ca...Gravatar Joey Hess2014-09-12
* sync: Ensure that pending changes to git-annex branch are committed when in d...Gravatar Joey Hess2014-09-11
* Do not preserve permissions and acls when copying files from one local git re...Gravatar Joey Hess2014-08-26
* use types to enforce that removeAnnex can only be called inside lockContentGravatar Joey Hess2014-08-20
* avoid trying to create a content file in order to lock itGravatar Joey Hess2014-08-20
* reorganize and refactor lock codeGravatar Joey Hess2014-08-20
* Ensure that all lock fds are close-on-exec, fixing various problems with them...Gravatar Joey Hess2014-08-20
* missing peiceGravatar Joey Hess2014-08-16
* git-annex-shell sendkey: Don't fail if a remote asks for a key to be sent tha...Gravatar Joey Hess2014-08-15
* unlock of not present file should still be a failure, just not a crashGravatar Joey Hess2014-08-10
* testremote: Add testing of behavior when remote is not availableGravatar Joey Hess2014-08-10
* unlock: Better error handling; continue past files that are not available or ...Gravatar Joey Hess2014-08-09
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* fix "storeKey when already present" test for git-annex-shell transfersGravatar Joey Hess2014-08-04
* fix warningGravatar Joey Hess2014-08-04
* Merge branch 'master' into newchunksGravatar Joey Hess2014-08-03
|\
| * testremote --fastGravatar Joey Hess2014-08-03
* | roll ChunkedEncryptable into Special and improve interfaceGravatar Joey Hess2014-08-03
|/
* testremote now tests with and without encryptionGravatar Joey Hess2014-08-01
* testremote: Test retrieveKeyFile resumeGravatar Joey Hess2014-08-01
* improve testremote command, adding chunk size testingGravatar Joey Hess2014-08-01
* testremote: New command to test uploads/downloads to a remote.Gravatar Joey Hess2014-08-01
* add new section for testing commandsGravatar Joey Hess2014-08-01
* fix build with old feedGravatar Joey Hess2014-07-19
* include feed url in repeated problems messageGravatar Joey Hess2014-07-14
* resolvemerge: finish up by committingGravatar Joey Hess2014-07-11
* resolvemerge: New plumbing command that runs the automatic merge conflict res...Gravatar Joey Hess2014-07-11
* uninit: Avoid failing final removal in some direct mode repositories due to f...Gravatar Joey Hess2014-07-11
* make commented out lines always give the default, not a suggested settingGravatar Joey Hess2014-07-11
* migrate: Avoid re-checksumming when migrating from hashE to hash backend.Gravatar Joey Hess2014-07-10
* Support building with bloomfilter 2.0.0.Gravatar Joey Hess2014-07-07