summaryrefslogtreecommitdiff
path: root/Documentation/ref-reachability-filters.txt
blob: 9bae46d84ca9ae37dc6f227da510a6dbbd34af79 (plain)
1
2
3
4
5
6
7
When combining multiple `--contains` and `--no-contains` filters, only
references that contain at least one of the `--contains` commits and
contain none of the `--no-contains` commits are shown.
 
When combining multiple `--merged` and `--no-merged` filters, only
references that are reachable from at least one of the `--merged`
commits and from none of the `--no-merged` commits are shown.