Re: [PATCH] improve documentation for some commands that use pathspecs

2015-04-03 Thread Duy Nguyen
On Tue, Mar 31, 2015 at 10:22 PM, Joey Hess jo...@joeyh.name 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 ls-tree only supports

Re: [PATCH] improve documentation for some commands that use pathspecs

2015-04-03 Thread Duy Nguyen
On Tue, Mar 31, 2015 at 10:22 PM, Joey Hess jo...@joeyh.name 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

[PATCH] improve documentation for some commands that use pathspecs

2015-03-31 Thread Joey Hess
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

Re: [PATCH] improve documentation for some commands that use pathspecs

2015-03-31 Thread Junio C Hamano
Joey Hess jo...@joeyh.name writes: After being surprised that git-ls-files expands pathspecs, here's a patch that would have saved me. --- I have a vague recollection that we originally wanted to consistently say pathspec but some user friendliness folks wanted to avoid the term as much as