aboutsummaryrefslogtreecommitdiff
path: root/Command
Commit message (Expand)AuthorAge
* get --from is the same as copy --fromGravatar Joey Hess2011-06-09
* rename modules for data types into Types/ directoryGravatar Joey Hess2011-06-01
* better types allowed breaking module dep loopGravatar Joey Hess2011-06-01
* Add --trust, --untrust, and --semitrust options.Gravatar Joey Hess2011-06-01
* remove unnecessary importsGravatar Joey Hess2011-06-01
* Somewhat sped up `git commit` of modifications to unlocked files.Gravatar Joey Hess2011-05-31
* Fix locking of files with staged changes.Gravatar Joey Hess2011-05-31
* Massively sped up `git annex lock` by avoiding use of the uber-slow `git rese...Gravatar Joey Hess2011-05-31
* unused --from . checks local repo, for consistencyGravatar Joey Hess2011-05-28
* bugfix: fix unused list numberingGravatar Joey Hess2011-05-28
* tweakGravatar Joey Hess2011-05-28
* improve unused command's outputGravatar Joey Hess2011-05-28
* improve error message when no remote name is specifiedGravatar Joey Hess2011-05-28
* Data.Tuple.swap not available with ghc 6.12.3Gravatar Joey Hess2011-05-28
* show a warning message when failing to find requested keyGravatar Joey Hess2011-05-22
* add whenM and unlessMGravatar Joey Hess2011-05-17
* tweakGravatar Joey Hess2011-05-17
* tweakGravatar Joey Hess2011-05-16
* am I silly to worry about length overflowing int max?Gravatar Joey Hess2011-05-16
* rejigger what's --fastGravatar Joey Hess2011-05-16
* add info about any temp files and bad content filesGravatar Joey Hess2011-05-16
* status: New subcommand to show info about an annex, including its size.Gravatar Joey Hess2011-05-16
* add a message in potenatially confusing copy --fast failure situationGravatar Joey Hess2011-05-16
* support remote config values with spaces and other charactersGravatar Joey Hess2011-05-16
* better multiword parameter handlingGravatar Joey Hess2011-05-16
* migrate: Use current filename when generating new key, for backends where the...Gravatar Joey Hess2011-05-16
* simplified a bunch of Maybe handlingGravatar Joey Hess2011-05-15
* refactor some boilerplateGravatar Joey Hess2011-05-15
* unused: Now also lists files fsck places in .git/annex/bad/Gravatar Joey Hess2011-04-29
* Avoid using absolute paths when staging location log, as that can confuse git...Gravatar Joey Hess2011-04-25
* RemoteConfig typeGravatar Joey Hess2011-04-15
* refactorGravatar Joey Hess2011-04-09
* Periodically flush git command queue, to avoid boating memory usage too much.Gravatar Joey Hess2011-04-07
* unused/dropunused: support --fromGravatar Joey Hess2011-04-02
* Bugfix: copy --to --fast never really copied, fixed.Gravatar Joey Hess2011-04-01
* initremote worksGravatar Joey Hess2011-03-29
* clean up remote.log handlingGravatar Joey Hess2011-03-29
* started on initremoteGravatar Joey Hess2011-03-28
* Merge branch 'master' into s3Gravatar Joey Hess2011-03-28
|\
| * fsck: Ensure that files and directories in .git/annex/objects have proper per...Gravatar Joey Hess2011-03-28
* | renameGravatar Joey Hess2011-03-27
|/
* Provide a less expensive version of `git annex copy --to`, enabled via --fast...Gravatar Joey Hess2011-03-27
* converted move to use RemoteGravatar Joey Hess2011-03-27
* convert map to use new codeGravatar Joey Hess2011-03-27
* converted several commands to use RemoteGravatar Joey Hess2011-03-27
* dropunused: Significantly sped up; only read unused log file once.Gravatar Joey Hess2011-03-23
* migrate: Support migrating v1 SHA keys to v2 SHA keys with size information t...Gravatar Joey Hess2011-03-23
* refactorGravatar Joey Hess2011-03-23
* migrate: Bugfix for case when migrating a file results in a key that is alrea...Gravatar Joey Hess2011-03-23
* clarify wordingGravatar Joey Hess2011-03-22