git-annex/Git
Joey Hess 46588674b0 avoid closing pipe before all the shas are read from it
Could have just used hGetContentsStrict here, but that would require
storing all the shas in memory. Since this is called at the end of a
git-annex run, it may have created a *lot* of shas, so I avoid that memory
use and stream them out like before.
2011-12-12 21:41:37 -04:00
..
Branch.hs broke out Git/Branch.hs and reorganized 2011-12-12 21:12:51 -04:00
CatFile.hs improve type signatures with a Ref newtype 2011-11-16 02:41:46 -04:00
HashObject.hs avoid closing pipe before all the shas are read from it 2011-12-12 21:41:37 -04:00
LsFiles.hs lint 2011-11-11 01:52:58 -04:00
LsTree.hs improve type signatures with a Ref newtype 2011-11-16 02:41:46 -04:00
Queue.hs reorder repo parameters last 2011-11-08 16:27:20 -04:00
Ref.hs split out Git/Ref.hs 2011-12-12 18:30:33 -04:00
UnionMerge.hs always find optimal merge 2011-12-12 01:59:29 -04:00