diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-06 23:27:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-06 23:28:33 -0400 |
commit | c56812980c2676a9b78f57c3c5259985805df3cc (patch) | |
tree | aacdd6a98a461aa04b5fb10563c1ba6f16fb0b41 /debian | |
parent | b8ae9528ab6d18f8b16c71e455d9f9077fc6e97b (diff) |
document watch
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 9a010327d..05919cb81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ git-annex (3.20120606) UNRELEASED; urgency=low + * watch: New subcommand, which uses inotify to watch for changes to + files and automatically annexes new files, etc, so you don't need + to manually run git commands when manipulating files. * add: Prevent (most) modifications from being made to a file while it is being added to the annex. |