diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-27 20:30:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-27 20:31:56 -0400 |
commit | 39966ba4eeb6046c511d3f3b630a3ee2ced5019a (patch) | |
tree | 736288a558d829ba0c801c1082382b69507f8b17 /debian | |
parent | e68f128a9bf46c8f4ebe51fcb3b6f63955cadd2e (diff) |
filter out --delete rsync option
rsync does not have a --no-delete, so do it this way instead
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 78f65e8b9..991c9e0bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,7 @@ git-annex (0.20110426) UNRELEASED; urgency=low * Switch back to haskell SHA library, so git-annex remains buildable on Debian stable. * Added rsync special remotes. This could be used, for example, to - store annexed content on rsync.net, encrypted naturally. Or anywhere else. + store annexed content on rsync.net (encrypted naturally). Or anywhere else. -- Joey Hess <joeyh@debian.org> Tue, 26 Apr 2011 11:23:54 -0400 |