aboutsummaryrefslogtreecommitdiff
path: root/Git/Command.hs
Commit message (Expand)AuthorAge
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* Always use filesystem encoding for all file and handle reads and writes.Gravatar Joey Hess2016-12-24
* avoid withWorkTreeRelated affecting annex symlink calculationGravatar Joey Hess2016-04-08
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* Switch to using relative paths to the git repository.Gravatar Joey Hess2015-01-06
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* reorgGravatar Joey Hess2014-07-04
* export CreateProcess fields from Utility.ProcessGravatar Joey Hess2014-06-10
* fix all remaining -Wall warnings on WindowsGravatar Joey Hess2014-02-25
* unbreak the buildGravatar Joey Hess2014-02-12
* remove windows --git-dir unix style path hackGravatar Joey Hess2014-02-11
* Windows: Fix handling of absolute unix-style git repository paths.Gravatar Joey Hess2014-02-08
* assistant: Run the periodic git gc in batch mode.Gravatar Joey Hess2014-01-22
* Avoid looping if long-running git cat-file or git hash-object crashes and kee...Gravatar Joey Hess2014-01-01
* pass -c option on to all git commands runGravatar Joey Hess2013-11-05
* git-recover-repository 1/2 doneGravatar Joey Hess2013-10-20
* fixGravatar Joey Hess2013-10-17
* fixGravatar Joey Hess2013-10-17
* fixGravatar Joey Hess2013-10-17
* missing importGravatar Joey Hess2013-10-17
* Windows: Deal with strange msysgit 1.8.4 behavior of not understanding DOS fo...Gravatar Joey Hess2013-10-17
* avoid newline translation when writing to git hash-objectGravatar Joey Hess2013-06-18
* Can now restart certain long-running git processes if they crash, and continu...Gravatar Joey Hess2013-05-31
* assistant: The ConfigMonitor left one zombie behind each time it checked for ...Gravatar Joey Hess2013-03-18
* git subcommand cleanupGravatar Joey Hess2013-03-03
* assistant: Avoid noise in logs from git commit about typechanged files in dir...Gravatar Joey Hess2013-03-01
* finished where indentation changesGravatar Joey Hess2012-12-13
* better fix for zombie problem, which turns out to be a zombie ssh started by ...Gravatar Joey Hess2012-10-17
* Fix a crash when merging files in the git-annex branch that contain invalid u...Gravatar Joey Hess2012-10-12
* fix last zombies in the assistantGravatar Joey Hess2012-10-04
* bugfixGravatar Joey Hess2012-10-04
* remove now-unnecessary manual reapsGravatar Joey Hess2012-10-04
* more zombie fightingGravatar Joey Hess2012-10-04
* make a pipeReadStrict, that properly waits on the processGravatar Joey Hess2012-10-04
* flip catchDefaultIOGravatar Joey Hess2012-09-17
* run git coprocesses with gitEnvGravatar Joey Hess2012-09-15
* thread safe git-annex index file useGravatar Joey Hess2012-08-24
* better readProcessGravatar Joey Hess2012-07-19
* add back debug loggingGravatar Joey Hess2012-07-19
* switch from System.Cmd.Utils to System.ProcessGravatar Joey Hess2012-07-18
* add debuggingGravatar Joey Hess2012-07-17
* Clean up handling of git directory and git worktree.Gravatar Joey Hess2012-05-18
* noopGravatar Joey Hess2012-04-21
* another place hGetBoth was used without a writer threadGravatar Joey Hess2012-02-13
* support all filename encodings with ghc 7.4Gravatar Joey Hess2012-02-03
* attempt at a quick, utf-8 only fix to the ghc 7.4 problemGravatar Joey Hess2012-02-01
* fix error messageGravatar Joey Hess2012-01-25
* remove Utility.Conditional and use IfElseGravatar Joey Hess2012-01-24
* split out Git/Command.hsGravatar Joey Hess2011-12-14