diff options
author | Aaron Lipman <alipman88@gmail.com> | 2020-09-18 23:58:42 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-09-19 00:41:56 +0200 |
commit | b59cdffd7e3d791ee289ebb46d7109ad3d51d7ea (patch) | |
tree | a6f5f6a7737def768695e1dbcbb02a2454551ec2 /Documentation/git-for-each-ref.txt | |
parent | ref-filter: make internal reachable-filter API more precise (diff) | |
download | git-b59cdffd7e3d791ee289ebb46d7109ad3d51d7ea.tar.xz git-b59cdffd7e3d791ee289ebb46d7109ad3d51d7ea.zip |
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>
Diffstat (limited to 'Documentation/git-for-each-ref.txt')
-rw-r--r-- | Documentation/git-for-each-ref.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt index 7b9cf0ef1f..2962f85a50 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 -------- |