summaryrefslogtreecommitdiff
path: root/Git/CatFile.hs
Commit message (Expand)AuthorAge
* remove unused codeJoey Hess2020-07-15
* unused importJoey Hess2020-07-15
* avoid using cat-file --buffer if git is too oldJoey Hess2020-07-15
* importfeed: Made checking known urls step around 10% faster.Joey Hess2020-07-14
* add catObjectMetaDataStreamJoey Hess2020-07-10
* better catObjectStream' and use ChanJoey Hess2020-07-10
* work around catObjectStream polymorism perfJoey Hess2020-07-09
* avoid catObjectStream skipping over unavailable shasJoey Hess2020-07-08
* make catObjectStream support newline and carriage return in filenamesJoey Hess2020-07-08
* sped up the --all option by 2x to 16x by using git cat-file --bufferJoey Hess2020-07-07
* convert to withCreateProcess for async exception safetyJoey Hess2020-06-04
* optimise catfile interface with ByteString and AttoparsecJoey Hess2020-04-10
* ByteString Ref continuedJoey Hess2020-04-07
* support sha256 git reposJoey Hess2020-01-07
* fix a case where file tracked by git unexpectedly becomes annex pointer fileJoey Hess2019-12-27
* wip RawFilePathJoey Hess2019-11-25
* work around windows having infected git's plumbingJoey Hess2019-10-08
* Fix querying git for object type when operating on a file containing newlinesJoey Hess2019-08-07
* update licenses from GPL to AGPLJoey Hess2019-03-13
* import Utility.FileSystemEncoding in CommonJoey Hess2019-01-03
* strict bytestring encoders and decodersJoey Hess2019-01-01
* Support newlines in filenames.Joey Hess2018-09-20
* adeiu, MissingHJoey Hess2017-05-16
* Always use filesystem encoding for all file and handle reads and writes.Joey Hess2016-12-24
* restart coprocess in raw modeJoey Hess2016-11-01
* Fix reversion in 6.20161012 that prevented adding files with a space in their...Joey Hess2016-10-31
* Avoid using a lot of memory when large objects are present in the git repositoryJoey Hess2016-10-05
* fix parsing of commit with no parentsJoey Hess2016-03-31
* extract commit parent(s)Joey Hess2016-03-11
* add catCommit, with commit object parserJoey Hess2016-02-25
* remove old TODOJoey Hess2016-01-01
* removed all uses of undefined from code baseJoey Hess2015-04-19
* update my email address and homepage urlJoey Hess2015-01-21
* fix some mixed space+tab indentationJoey Hess2014-10-09
* Windows: Fix some filename encoding bugs.Joey Hess2014-03-19
* sync: Fix bug in direct mode that caused a file not checked into git to be de...Joey Hess2014-03-03
* remove Read instance for RefJoey Hess2014-02-19
* git-recover-repository 1/2 doneJoey Hess2013-10-20
* remove workaround for bug in git 1.8.4r0Joey Hess2013-10-20
* Use cryptohash rather than SHA for hashing.Joey Hess2013-09-22
* more completely solve catKey memory leakJoey Hess2013-09-19
* interface to parse git tree objectsJoey Hess2013-09-19
* avoid more build warnings on WindowsJoey Hess2013-08-04
* Slow and ugly work around for bug #718517 in git, which broke git-cat-file --...Joey Hess2013-08-01
* Can now restart certain long-running git processes if they crash, and continu...Joey Hess2013-05-31
* fix the day's windows permissions damageJoey Hess2013-05-12
* deal with git using / internally, even on DOSJoey Hess2013-05-12
* fix permission damage (thanks, Windows)Joey Hess2013-05-11
* refactoringJoey Hess2013-05-11
* git annex init works on Windows!Joey Hess2013-05-11