diff options
| author | Aaron Lipman <alipman88@gmail.com> | 2020-09-18 17:58:42 -0400 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-09-18 15:41:56 -0700 |
| commit | b59cdffd7e3d791ee289ebb46d7109ad3d51d7ea (patch) | |
| tree | a6f5f6a7737def768695e1dbcbb02a2454551ec2 /Documentation/git-tag.txt | |
| parent | ref-filter: make internal reachable-filter API more precise (diff) | |
| download | git-b59cdffd7e3d791ee289ebb46d7109ad3d51d7ea.tar.gz 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-tag.txt')
| -rw-r--r-- | Documentation/git-tag.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index cc667d7d01..56656d1be6 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 -------- |
