summaryrefslogtreecommitdiff
path: root/Command/PreCommit.hs
Commit message (Expand)AuthorAge
* added ifM and nuked 11 lines of codeGravatar Joey Hess2012-03-14
* rework git check-attr interfaceGravatar Joey Hess2012-02-13
* better limiting of start actions to only run whenAnnexedGravatar Joey Hess2011-11-10
* clean up check selection codeGravatar Joey Hess2011-10-29
* Fail if --from or --to is passed to commands that do not support them.Gravatar Joey Hess2011-10-27
* refactored and generalized pre-command sanity checkingGravatar Joey Hess2011-10-27
* tweakGravatar Joey Hess2011-09-15
* remove command type definitionsGravatar Joey Hess2011-09-15
* clean up params in usage displayGravatar Joey Hess2011-09-15
* remove unnecessary importsGravatar Joey Hess2011-06-01
* Somewhat sped up `git commit` of modifications to unlocked files.Gravatar Joey Hess2011-05-31
* refactor some boilerplateGravatar Joey Hess2011-05-15
* Periodically flush git command queue, to avoid boating memory usage too much.Gravatar Joey Hess2011-04-07
* avoid version check before running version and upgrade commandsGravatar Joey Hess2011-03-19
* symlink touching funGravatar Joey Hess2011-03-14
* Rethink filename encoding handling for display. Since filename encoding may o...0.23Gravatar Joey Hess2011-03-12
* use ShellParam typeGravatar Joey Hess2011-02-28
* update unicode FilePath handlingGravatar Joey Hess2011-02-11
* Fixed missing import of Messages moduleGravatar Michael Kenney2011-02-10
* Fix display of unicode filenames.Gravatar Joey Hess2011-02-10
* refactor in preparation for adding a git-annex-shell commandGravatar Joey Hess2010-12-30
* rename some stuff and prepare to break out more into Command/*Gravatar Joey Hess2010-12-30
* precommit: Optimise to avoid calling git-check-attr more than once.Gravatar Joey Hess2010-11-28
* finished hlintingGravatar Joey Hess2010-11-22
* refactor param seekingGravatar Joey Hess2010-11-11
* rework command dispatching for add and pre-commitGravatar Joey Hess2010-11-11
* Optimize both pre-commit and lock subcommands.Gravatar Joey Hess2010-11-11
* explicity run queue to git add filesGravatar Joey Hess2010-11-10
* Unlocked files will now automatically be added back into the annex when commi...Gravatar Joey Hess2010-11-10
* addGravatar Joey Hess2010-11-10