summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-04-07 15:55:34 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-04-07 15:55:45 -0400
commitad6f647124993f102b18f1390c89df3f0db5e3d5 (patch)
treefc6767048d4bfc4a39fcc8dc199162a4be75dc5f /CHANGELOG
parente1e52ab130e4a67d001e0577010f8cd142860914 (diff)
git annex add -u now supported, analagous to git add -u
Unlike git add -u, git annex add -u does not update the index for files removed from the working tree. But then, "git add ." stages removals, and "git annex add ." does not, so that's an existing divergence. Seems that --update --batch would need to run git ls-files once per line of batch input, which would surely be too slow, so just throw an error for that. This commit was supported by the NSF-funded DataLad project.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c53b01c52..d988a969e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -19,6 +19,7 @@ git-annex (6.20170322) UNRELEASED; urgency=medium
ignored, a reversion introduced in 6.20160527.
* gcrypt: Support re-enabling to change eg, encryption parameters.
This was never supported before.
+ * git annex add -u now supported, analagous to git add -u
-- Joey Hess <id@joeyh.name> Wed, 29 Mar 2017 12:41:46 -0400