document watch

This commit is contained in:
Joey Hess 2012-06-06 23:27:20 -04:00
parent b8ae9528ab
commit c56812980c
2 changed files with 10 additions and 0 deletions

3
debian/changelog vendored
View file

@ -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.

View file

@ -169,6 +169,13 @@ subdirectories).
git annex import /media/camera/DCIM/
* watch
Watches for changes to files in the current directory and its subdirectories,
and takes care of automatically adding new files, as well as dealing with
deleted, copied, and moved files. Run this in the background, and you
no longer need to manually run git commands when manipulating your files.
# REPOSITORY SETUP COMMANDS
* init [description]