diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-13 23:36:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-13 23:36:58 -0400 |
commit | 23686cc63d38faf7fb4d66ece8cbeb5214b07e5f (patch) | |
tree | 0b93b42d76c0d004c7722a525bcaf2cb6ae8529a /doc/git-annex.mdwn | |
parent | 2a67721d51918339570f9db2b41d413205307e97 (diff) |
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.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 6d106fea4..51a31ae15 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -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. |