start one git-cat-file per index file

This reverts 1c83b6c439 and properly fixes
the issue discussed there.

This makes git-annex behave much nicer in direct mode.
This commit is contained in:
Joey Hess 2013-05-15 18:46:38 -04:00
parent bc628adca0
commit c62b54d80d
3 changed files with 21 additions and 11 deletions

2
debian/changelog vendored
View file

@ -6,6 +6,8 @@ git-annex (4.20130502) UNRELEASED; urgency=low
* git-annex-shell: Ensure that received files can be read. Files
transferred from some Android devices may have very broken permissions
as received.
* direct mode: Direct mode commands now work on files staged in the index,
they do not need to be committed to git.
* Temporarily add an upper bound to the version of yesod that can be built
with, since yesod 1.2 has a great many changes that will require extensive
work on the webapp.