aboutsummaryrefslogtreecommitdiff
path: root/Git/CheckAttr.hs
Commit message (Expand)AuthorAge
* restart coprocess in raw modeGravatar Joey Hess2016-11-01
* fix handling of unspecified attributes (particularly for annex.largefiles)Gravatar Joey Hess2016-02-05
* annex.largefiles can be configured in .gitattributes tooGravatar Joey Hess2016-02-02
* remove Params constructor from Utility.SafeCommandGravatar Joey Hess2015-06-01
* 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
* Check git version at runtime, rather than assuming it will be the same as the...Gravatar Joey Hess2015-01-05
* export CreateProcess fields from Utility.ProcessGravatar Joey Hess2014-06-10
* fix off-by-oneGravatar Joey Hess2013-10-16
* Deal with git check-attr -z output format change in git 1.8.5.Gravatar Joey Hess2013-10-15
* better git version checkingGravatar Joey Hess2013-08-02
* Can now restart certain long-running git processes if they crash, and continu...Gravatar Joey Hess2013-05-31
* fix the day's windows permissions damageGravatar Joey Hess2013-05-12
* set raw mode for git check-attrGravatar Joey Hess2013-05-12
* finished where indentation changesGravatar Joey Hess2012-12-13
* run git coprocesses with gitEnvGravatar Joey Hess2012-09-15
* cleanupGravatar Joey Hess2012-02-21
* refactorGravatar Joey Hess2012-02-20
* reorder prams and put -- after atrributes, for compatability with old gitGravatar Joey Hess2012-02-15
* set fileEncoding on CheckAttr handlesGravatar Joey Hess2012-02-14
* rework git check-attr interfaceGravatar Joey Hess2012-02-13
* thinkoGravatar Joey Hess2012-02-13
* support all filename encodings with ghc 7.4Gravatar Joey Hess2012-02-03
* Can now be built with older git versions (before 1.7.7); the resulting binary...Gravatar Joey Hess2011-12-22
* more partial function removalGravatar Joey Hess2011-12-15
* split out Git/Command.hsGravatar Joey Hess2011-12-14
* split out two more Git modulesGravatar Joey Hess2011-12-13