about summary refs log tree commit diff
path: root/third_party/git/Documentation/ref-reachability-filters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/Documentation/ref-reachability-filters.txt')
-rw-r--r--third_party/git/Documentation/ref-reachability-filters.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/git/Documentation/ref-reachability-filters.txt b/third_party/git/Documentation/ref-reachability-filters.txt
new file mode 100644
index 0000000000..9bae46d84c
--- /dev/null
+++ b/third_party/git/Documentation/ref-reachability-filters.txt
@@ -0,0 +1,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.