On Tue, Mar 31, 2015 at 10:22 PM, Joey Hess <joeyh@xxxxxxxxxx> wrote: > After being surprised that git-ls-files expands pathspecs, here's a patch > that would have saved me. > --- > Documentation/git-ls-files.txt | 9 +++++---- > Documentation/git-ls-tree.txt | 8 ++++---- > 2 files changed, 9 insertions(+), 8 deletions(-) > > diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt > index e26f01f..f7a3039 100644 > --- a/Documentation/git-ls-files.txt > +++ b/Documentation/git-ls-files.txt > @@ -17,7 +17,7 @@ SYNOPSIS > [--exclude-per-directory=<file>] > [--exclude-standard] > [--error-unmatch] [--with-tree=<tree-ish>] > - [--full-name] [--abbrev] [--] [<file>...] > + [--full-name] [--abbrev] [--] [<pathspec>...] Just a note that "git ls-files -h" still says "<file>", from ls_files_usage in builtin/ls-files.c -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html