Re: [PATCH] diff-tree doc: correct & remove wrong documentation

2019-02-04 Thread Ævar Arnfjörð Bjarmason
On Mon, Feb 04 2019, Junio C Hamano wrote: > Ævar Arnfjörð Bjarmason writes: > >> ...:: >> If provided, the results are limited to a subset of files >> -matching one of these prefix strings. >> -i.e., file matches `/^||.../` >> -Note that this parameter does not provide any w

Re: [PATCH] diff-tree doc: correct & remove wrong documentation

2019-02-04 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: > ...:: > If provided, the results are limited to a subset of files > - matching one of these prefix strings. > - i.e., file matches `/^||.../` > - Note that this parameter does not provide any wildcard or regexp > - features. > + matchi

Re: [PATCH] diff-tree doc: correct & remove wrong documentation

2019-02-04 Thread Duy Nguyen
On Mon, Feb 4, 2019 at 5:36 PM Ævar Arnfjörð Bjarmason wrote: > > The documentation saying that diff-tree didn't support anything except > literal prefixes hasn't been true since > d38f28093e ("tree_entry_interesting(): support wildcard matching", > 2010-12-15), but this documentation was not upda

[PATCH] diff-tree doc: correct & remove wrong documentation

2019-02-04 Thread Ævar Arnfjörð Bjarmason
The documentation saying that diff-tree didn't support anything except literal prefixes hasn't been true since d38f28093e ("tree_entry_interesting(): support wildcard matching", 2010-12-15), but this documentation was not updated at the time. Since this command uses pathspecs like most other comma