clarify default values when no path is specified

Much of the code to handle this was unnecessary, as git ls-files is used,
and defaults to returning all files of the desired type.
This commit is contained in:
Joey Hess 2011-01-13 23:36:58 -04:00
parent 2a67721d51
commit 23686cc63d
5 changed files with 6 additions and 17 deletions

View file

@ -59,7 +59,9 @@ content from the key-value store.
Like many git commands, git-annex can be passed a path that
is either a file or a directory. In the latter case it acts on all relevant
files in the directory.
files in the directory. If no path is specified, most git-annex commands
default to acting on all relevant files in the current directory (and
subdirectories).
Many git-annex commands will stage changes for later `git commit` by you.