git-annex/Annex
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 avoid closing pipe before all the shas are read from it 2011-12-12 21:41:37 -04:00
BranchState.hs split out Annex/BranchState.hs 2011-12-12 17:38:46 -04:00
CatFile.hs detect and recover from branch push/commit race 2011-12-11 20:41:35 -04:00
Content.hs hslint 2011-12-09 01:57:13 -04:00
Exception.hs rename 2011-10-05 16:02:51 -04:00
Journal.hs split out Annex/Journal.hs 2011-12-12 18:03:28 -04:00
Queue.hs reorder repo parameters last 2011-11-08 16:27:20 -04:00
Ssh.hs hslint 2011-12-09 01:57:13 -04:00
UUID.hs tweaks 2011-11-19 15:57:08 -04:00
Version.hs reorder repo parameters last 2011-11-08 16:27:20 -04:00