document watch
This commit is contained in:
parent
b8ae9528ab
commit
c56812980c
2 changed files with 10 additions and 0 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,5 +1,8 @@
|
||||||
git-annex (3.20120606) UNRELEASED; urgency=low
|
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
|
* add: Prevent (most) modifications from being made to a file while it
|
||||||
is being added to the annex.
|
is being added to the annex.
|
||||||
|
|
||||||
|
|
|
@ -169,6 +169,13 @@ subdirectories).
|
||||||
|
|
||||||
git annex import /media/camera/DCIM/
|
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
|
# REPOSITORY SETUP COMMANDS
|
||||||
|
|
||||||
* init [description]
|
* init [description]
|
||||||
|
|
Loading…
Reference in a new issue