diff options
author | Aaron Lipman <alipman88@gmail.com> | 2020-09-18 21:58:42 (GMT) |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-09-18 22:41:56 (GMT) |
commit | b59cdffd7e3d791ee289ebb46d7109ad3d51d7ea (patch) | |
tree | a6f5f6a7737def768695e1dbcbb02a2454551ec2 | |
parent | a1b19aa5d43c46fc570f6946ab5ad001dccc8cdf (diff) | |
download | git-b59cdffd7e3d791ee289ebb46d7109ad3d51d7ea.zip git-b59cdffd7e3d791ee289ebb46d7109ad3d51d7ea.tar.gz git-b59cdffd7e3d791ee289ebb46d7109ad3d51d7ea.tar.bz2 |
Doc: prefer more specific file name
Change filters.txt to ref-reachability-filters.txt in order to avoid
squatting on a file name that might be useful for another purpose.
Signed-off-by: Aaron Lipman <alipman88@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-branch.txt | 2 | ||||
-rw-r--r-- | Documentation/git-for-each-ref.txt | 2 | ||||
-rw-r--r-- | Documentation/git-tag.txt | 2 | ||||
-rw-r--r-- | Documentation/ref-reachability-filters.txt (renamed from Documentation/filters.txt) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index 290b906..ace4ad3 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -368,7 +368,7 @@ serve four related but different purposes: - `--no-merged` is used to find branches which are candidates for merging into HEAD, since those branches are not fully contained by HEAD. -include::filters.txt[] +include::ref-reachability-filters.txt[] SEE ALSO -------- diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt index 7b9cf0e..2962f85 100644 --- a/Documentation/git-for-each-ref.txt +++ b/Documentation/git-for-each-ref.txt @@ -409,7 +409,7 @@ will be reported. NOTES ----- -include::filters.txt[] +include::ref-reachability-filters.txt[] SEE ALSO -------- diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index cc667d7..56656d1 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -380,7 +380,7 @@ include::date-formats.txt[] NOTES ----- -include::filters.txt[] +include::ref-reachability-filters.txt[] SEE ALSO -------- diff --git a/Documentation/filters.txt b/Documentation/ref-reachability-filters.txt index 9bae46d..9bae46d 100644 --- a/Documentation/filters.txt +++ b/Documentation/ref-reachability-filters.txt |