aboutsummaryrefslogtreecommitdiff
path: root/Git/Queue.hs
Commit message (Expand)AuthorAge
* Eliminate Data.Map.insertWith'Gravatar Benjamin Barenblat2022-01-19
* Always use filesystem encoding for all file and handle reads and writes.Gravatar Joey Hess2016-12-24
* minor typo fixes throughoutGravatar Yaroslav Halchenko2016-06-02
* immediate queue flushing when annex.queuesize=1Gravatar Joey Hess2016-01-13
* merge git command queue when joining with concurrent threadGravatar Joey Hess2015-11-05
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* Fix bug in annex.queuesize calculation that caused much more queue flushing t...Gravatar Joey Hess2014-06-18
* fix a test suite reversion on WindowsGravatar Joey Hess2014-06-12
* export CreateProcess fields from Utility.ProcessGravatar Joey Hess2014-06-10
* couple more warning fixesGravatar Joey Hess2014-02-25
* fix all remaining -Wall warnings on WindowsGravatar Joey Hess2014-02-25
* try working around windows xargs problemGravatar Joey Hess2013-10-17
* Escape ':' in file/directory names to avoid it being treated as a pathspec by...Gravatar Joey Hess2013-08-01
* expose Control.Monad.joinGravatar Joey Hess2013-04-22
* finished where indentation changesGravatar Joey Hess2012-12-13
* thread safe git-annex index file useGravatar Joey Hess2012-08-24
* add back debug loggingGravatar Joey Hess2012-07-19
* switch from System.Cmd.Utils to System.ProcessGravatar Joey Hess2012-07-18
* optimisation and memory leak fixGravatar Joey Hess2012-06-12
* queue size fixGravatar Joey Hess2012-06-10
* refactor and function name cleanupGravatar Joey Hess2012-06-08
* make watch use the queueGravatar Joey Hess2012-06-07
* extend Git.Queue to be able to queue more than simple git commandsGravatar Joey Hess2012-06-07
* flush the git queue when a new type of action is being added to itGravatar Joey Hess2012-06-04
* Added a annex.queuesize settingGravatar Joey Hess2012-02-15
* 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
* use Common in a few more modulesGravatar Joey Hess2011-12-20
* split out Git/Command.hsGravatar Joey Hess2011-12-14
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* split groups of related functions out of UtilityGravatar Joey Hess2011-08-22
* hlint tweaksGravatar Joey Hess2011-07-15
* unannex: Clean up use of git commit -a.Gravatar Joey Hess2011-07-14
* rename GitQueue to Git.QueueGravatar Joey Hess2011-06-30