diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-13 13:15:35 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-13 13:15:35 -0400 |
commit | 53c30126a0e87cef22c14ea537ea1c84d4993104 (patch) | |
tree | bc523c34a3e5c0972a96decd540724ba7badbc52 /debian | |
parent | 14cca145c4277154a5165bfe82441135309ea0e4 (diff) |
sync: Add --no-commit, --no-pull, --no-push options to turn off parts of the sync process, as well as supporting --commit, --pull, --push, and --no-content options to specify the (current) default behavior.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index fcd6ca9d7..eb2fed8ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,9 @@ git-annex (5.20150825) UNRELEASED; urgency=medium * Windows: Even when the user neglects to tell the git installer to add git to PATH, git-annex will still work from within the git bash shell, and the webapp can be used too. + * sync: Add --no-commit, --no-pull, --no-push options to turn off parts of + the sync process, as well as supporting --commit, --pull, --push, and + --no-content options to specify the (current) default behavior. -- Joey Hess <id@joeyh.name> Tue, 01 Sep 2015 14:46:18 -0700 |