git-annex/Types
Joey Hess 5f494154a3 add journaling to speed up changes to the git-annex branch
git is slow when the index file is large and has to be rewritten each time
a file is changed. To speed this up, added a journal where changes are
recorded before being fed into the index file and committed to the
git-annex branch. The entire journal can be fed into git with just 2
commands, and only one write of the index file.
2011-06-23 11:37:26 -04:00
..
Backend.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00
BranchState.hs add journaling to speed up changes to the git-annex branch 2011-06-23 11:37:26 -04:00
Crypto.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00
Key.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00
Remote.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00
UUID.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00