git-lfs/filepathfilter
brian m. carlson 3de52d4037
filepathfilter: don't say file is both accepted and rejected
The file path filter can mark a file as either accepted or rejected.
However, one of the messages that says that a file was rejected is in
the main code path, and is therefore always executed, even if the file
is actually accepted.  This leads to contradictory messages and noisier
output.

Ensure that we indicate that a file is rejected by the filter only if it
is indeed rejected; otherwise, say only that it is accepted.
2018-11-02 18:40:15 +00:00
..
filepathfilter_test.go filepathfilter: test correct set of global wildcards 2018-02-27 16:38:08 -08:00
filepathfilter.go filepathfilter: don't say file is both accepted and rejected 2018-11-02 18:40:15 +00:00