summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-15 18:46:38 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-15 18:46:38 -0400
commitbc0583fc9a7addefba04d7068fa1799dd5906383 (patch)
tree99fd36541310a32b54e1fa912d1ae99aced1df26 /debian
parent4d5098adf0c019ef6295819b55b67852aac494e6 (diff)
start one git-cat-file per index file
This reverts a5031031f0d596b2381a785925beb574d90a862e and properly fixes the issue discussed there. This makes git-annex behave much nicer in direct mode.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index dc51d9967..43c7de59e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.