aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-branch.txt
diff options
context:
space:
mode:
authorAaron Lipman <alipman88@gmail.com>2020-09-18 17:58:42 -0400
committerJunio C Hamano <gitster@pobox.com>2020-09-18 15:41:56 -0700
commitb59cdffd7e3d791ee289ebb46d7109ad3d51d7ea (patch)
treea6f5f6a7737def768695e1dbcbb02a2454551ec2 /Documentation/git-branch.txt
parenta1b19aa5d43c46fc570f6946ab5ad001dccc8cdf (diff)
downloadgit-b59cdffd7e3d791ee289ebb46d7109ad3d51d7ea.tar.gz
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-branch.txt')
-rw-r--r--Documentation/git-branch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt
index 290b90639c..ace4ad3da8 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
--------