summaryrefslogtreecommitdiff
path: root/Command
Commit message (Expand)AuthorAge
...
* Implement branch-syncing in Command.SyncGravatar Joachim Breitner2011-12-29
* reorder less expensive terminal firstGravatar Joey Hess2011-12-23
* find --jsonGravatar Joey Hess2011-12-23
* Format strings can be specified using the new --find option, to control what ...Gravatar Joey Hess2011-12-22
* improve outputGravatar Joey Hess2011-12-22
* map: --fast disables use of dot to display mapGravatar Joey Hess2011-12-20
* add back messageGravatar Joey Hess2011-12-16
* more partial function removalGravatar Joey Hess2011-12-15
* remove leftover debug printGravatar Joey Hess2011-12-15
* Properly handle multiline git config values.Gravatar Joey Hess2011-12-15
* split out Git/Command.hsGravatar Joey Hess2011-12-14
* split more stuff out of Git.hsGravatar Joey Hess2011-12-14
* split out three modules from GitGravatar Joey Hess2011-12-13
* split out Git/Ref.hsGravatar Joey Hess2011-12-12
* reinject: Add a sanity check for using an annexed file as the source file.Gravatar Joey Hess2011-12-12
* separate operationsGravatar Joey Hess2011-12-10
* sync: New command that synchronises the local repository and default remote, ...Gravatar Joey Hess2011-12-09
* some work on avoiding partial functionsGravatar Joey Hess2011-12-09
* inverted logicGravatar Joey Hess2011-12-09
* cleanupGravatar Joey Hess2011-12-09
* unannex improvementsGravatar Joey Hess2011-12-09
* factor out a stopUnlessGravatar Joey Hess2011-12-09
* hslintGravatar Joey Hess2011-12-09
* add: If interrupted, add can leave files converted to symlinks but not yet ad...Gravatar Joey Hess2011-12-07
* map: Fix a failure to detect a loop when both repositories are local and refe...Gravatar Joey Hess2011-12-04
* addGravatar Joey Hess2011-12-02
* fix display of dead repositories in statusGravatar Joey Hess2011-12-02
* add support for using hashDirLower in addition to hashDirMixedGravatar Joey Hess2011-11-28
* support .git/annex on a different disk than the rest of the repoGravatar Joey Hess2011-11-28
* Bugfix: dropunused did not drop keys with two spaces in their name.Gravatar Joey Hess2011-11-27
* find: Support --print0Gravatar Joey Hess2011-11-22
* comment updateGravatar Joey Hess2011-11-20
* status --json now shows most thingsGravatar Joey Hess2011-11-20
* update comment to explain non-obvious temp fileGravatar Joey Hess2011-11-19
* avoid error message when doing get --from on file not present on remoteGravatar Joey Hess2011-11-18
* status: Include all special remotes in the list of repositories.Gravatar Joey Hess2011-11-18
* migrate: Don't fall over a stale temp file.Gravatar Joey Hess2011-11-17
* fix typo introduced with the Ref typeGravatar Joey Hess2011-11-17
* improve type signatures with a Ref newtypeGravatar Joey Hess2011-11-16
* When not run in a git repository, git-annex can still display a usage message...Gravatar Joey Hess2011-11-16
* fix display of semitrusted repos in statusGravatar Joey Hess2011-11-16
* show number of reposGravatar Joey Hess2011-11-15
* better status outputGravatar Joey Hess2011-11-15
* fix exit status so json gets terminated properlyGravatar Joey Hess2011-11-14
* status --json --fast for escGravatar Joey Hess2011-11-14
* probably makes sense to list semitrusted before untrustedGravatar Joey Hess2011-11-14
* status: Now displays trusted, untrusted, and semitrusted repositories separat...Gravatar Joey Hess2011-11-14
* Optimised union merging; now only runs git cat-file once.Gravatar Joey Hess2011-11-12
* init: When run in an already initalized repository, and without a description...Gravatar Joey Hess2011-11-12
* map: Support remotes with /~/ and /~user/Gravatar Joey Hess2011-11-11