aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-03-20 16:00:06 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-03-20 16:00:48 -0400
commit11025aaa449495db399cd02cafc15cec5923281c (patch)
tree6af74adabd1e5fa7cab47df300d87f2b5612c023 /CHANGELOG
parentfbf69ca7b3eee84c2284d260aa70f106ff9d6d57 (diff)
sync --content-of=path
For when you want to sync only some files' contents, not the whole working tree. This commit was sponsored by Anthony DeRobertis on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ceaa043ca..7c81241bd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -24,6 +24,8 @@ git-annex (6.20170301.2) UNRELEASED; urgency=medium
* Support GIT_SSH and GIT_SSH_COMMAND, which are handled close the same
as they are by git. However, unlike git, git-annex sometimes needs to
pass the -n parameter when using these.
+ * sync --content-of=path (-C path) added for when you want to sync
+ only some files' contents, not the whole working tree.
-- Joey Hess <id@joeyh.name> Thu, 02 Mar 2017 12:51:40 -0400