summaryrefslogtreecommitdiff
path: root/CmdLine.hs
Commit message (Expand)AuthorAge
* only run sshCleanup when the command actually used ssh connection cachingGravatar Joey Hess2014-03-13
* avoid using function named that conflicts with name used in newer version of ...Gravatar Joey Hess2014-01-29
* fix inversion of control in CommandSeek (no behavior changes)Gravatar Joey Hess2014-01-20
* make "git annex help options" work outside a git repoGravatar Joey Hess2013-11-30
* missed some __WINDOWS__ definesGravatar Joey Hess2013-08-04
* find: Avoid polluting stdout with progress messages. Closes: #718186Gravatar Joey Hess2013-07-30
* annex.debug can now be set to enable debug logging by default. The webapp's d...Gravatar Joey Hess2013-06-17
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* fixup #if 0 stubs to use #ifndef mingw32_HOST_OSGravatar Joey Hess2013-05-10
* stub out POSIX stuffGravatar Joey Hess2013-05-10
* Detect systems that have no user name set in GECOS, and also don't have user....Gravatar Joey Hess2013-04-22
* syntax tweakGravatar Joey Hess2013-03-28
* Per-command usage messages.Gravatar Joey Hess2013-03-27
* make usage less terrifyingGravatar Joey Hess2013-03-25
* where indentingGravatar Joey Hess2012-11-11
* better fix for zombie problem, which turns out to be a zombie ssh started by ...Gravatar Joey Hess2012-10-17
* Fix zombie cleanup reversion introduced in 3.20121009.Gravatar Joey Hess2012-10-16
* bring back default SIGINT handlerGravatar Joey Hess2012-10-01
* more descriptive name for oneshotGravatar Joey Hess2012-09-15
* add fields to git-annex-shellGravatar Joey Hess2012-07-02
* noopGravatar Joey Hess2012-04-21
* always run autocorrect code on fuzzy matches, even if there is just 1Gravatar Joey Hess2012-04-14
* autocorrectionGravatar Joey Hess2012-04-12
* do a cleanup commit after moving data from or to a git remoteGravatar Joey Hess2012-02-25
* fix failure count memory leakGravatar Joey Hess2012-02-15
* set oneshot mode on a per-command basisGravatar Joey Hess2012-02-14
* force state strictlyGravatar Joey Hess2012-02-13
* IO exception reworkGravatar Joey Hess2012-02-03
* Avoid repeated location log commits when a remote is receiving files.Gravatar Joey Hess2012-01-28
* ssh connection cachingGravatar Joey Hess2012-01-20
* tweaksGravatar Joey Hess2012-01-11
* per-command optionsGravatar Joey Hess2012-01-05
* Command data structure tweakingGravatar Joey Hess2012-01-05
* more partial function removalGravatar Joey Hess2011-12-15
* split out Git/Command.hsGravatar Joey Hess2011-12-14
* hslintGravatar Joey Hess2011-12-09
* When not run in a git repository, git-annex can still display a usage message...Gravatar Joey Hess2011-11-16
* cleanupGravatar Joey Hess2011-10-31
* add command name to some outputGravatar Joey Hess2011-10-30
* refactoring and cleanupGravatar Joey Hess2011-10-30
* clean up check selection codeGravatar Joey Hess2011-10-29
* refactored and generalized pre-command sanity checkingGravatar Joey Hess2011-10-27
* renameGravatar Joey Hess2011-10-05
* renameGravatar Joey Hess2011-10-04
* factor out common importsGravatar Joey Hess2011-10-03
* when all you have is a zombie, everything looks like a shotgunGravatar Joey Hess2011-10-02
* Contain the zombie hordes.aGravatar Joey Hess2011-10-02
* Improve display of newlines around error and warning messages.Gravatar Joey Hess2011-09-06
* optimise initialized checkGravatar Joey Hess2011-08-17