aboutsummaryrefslogtreecommitdiff
path: root/Git/CatFile.hs
Commit message (Expand)AuthorAge
* adeiu, MissingHGravatar Joey Hess2017-05-16
* Always use filesystem encoding for all file and handle reads and writes.Gravatar Joey Hess2016-12-24
* restart coprocess in raw modeGravatar Joey Hess2016-11-01
* Fix reversion in 6.20161012 that prevented adding files with a space in their...Gravatar Joey Hess2016-10-31
* Avoid using a lot of memory when large objects are present in the git repositoryGravatar Joey Hess2016-10-05
* fix parsing of commit with no parentsGravatar Joey Hess2016-03-31
* extract commit parent(s)Gravatar Joey Hess2016-03-11
* add catCommit, with commit object parserGravatar Joey Hess2016-02-25
* remove old TODOGravatar Joey Hess2016-01-01
* removed all uses of undefined from code baseGravatar Joey Hess2015-04-19
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* Windows: Fix some filename encoding bugs.Gravatar Joey Hess2014-03-19
* sync: Fix bug in direct mode that caused a file not checked into git to be de...Gravatar Joey Hess2014-03-03
* remove Read instance for RefGravatar Joey Hess2014-02-19
* git-recover-repository 1/2 doneGravatar Joey Hess2013-10-20
* remove workaround for bug in git 1.8.4r0Gravatar Joey Hess2013-10-20
* Use cryptohash rather than SHA for hashing.Gravatar Joey Hess2013-09-22
* more completely solve catKey memory leakGravatar Joey Hess2013-09-19
* interface to parse git tree objectsGravatar Joey Hess2013-09-19
* avoid more build warnings on WindowsGravatar Joey Hess2013-08-04
* Slow and ugly work around for bug #718517 in git, which broke git-cat-file --...Gravatar Joey Hess2013-08-01
* 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
* deal with git using / internally, even on DOSGravatar Joey Hess2013-05-12
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* refactoringGravatar Joey Hess2013-05-11
* git annex init works on Windows!Gravatar Joey Hess2013-05-11
* catFile expects no \r, even on WindowsGravatar Joey Hess2013-05-11
* finished where indentation changesGravatar Joey Hess2012-12-13
* Revert "add catFileIndex"Gravatar Joey Hess2012-09-15
* run git coprocesses with gitEnvGravatar Joey Hess2012-09-15
* add catFileIndexGravatar Joey Hess2012-09-15
* avoid ByteString.Char8 where not neededGravatar Joey Hess2012-06-20
* crazy optimisationGravatar Joey Hess2012-06-10
* move hashObject to HashObject library and generalize it to support all git ob...Gravatar Joey Hess2012-06-06
* fix filename encoding for git cat-fileGravatar Joey Hess2012-02-26
* cleanupGravatar Joey Hess2012-02-21
* refactorGravatar Joey Hess2012-02-20
* switch to the strict state monadGravatar Joey Hess2012-01-29
* use Common in a few more modulesGravatar Joey Hess2011-12-20
* split out Git/Command.hsGravatar Joey Hess2011-12-14
* split more stuff out of Git.hsGravatar Joey Hess2011-12-14
* improve type signatures with a Ref newtypeGravatar Joey Hess2011-11-16
* Optimised union merging; now only runs git cat-file once.Gravatar Joey Hess2011-11-12
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* refactor catfile codeGravatar Joey Hess2011-09-28