summaryrefslogtreecommitdiff
path: root/Command/PreCommit.hs
Commit message (Expand)AuthorAge
* 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