summaryrefslogtreecommitdiff
path: root/Documentation/git-filter-branch.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2016-05-17 14:38:31 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2016-05-17 14:38:31 -0700
commit5f232ecfdf2982adf67af5f9b7aaf05da13a155c (patch)
tree5bb068e85b86af7b955944fc3be14c956000569b /Documentation/git-filter-branch.txt
parentMerge branch 'va/i18n-remote-comment-to-align' (diff)
parentDocumentation: fix linkgit references (diff)
downloadtgif-5f232ecfdf2982adf67af5f9b7aaf05da13a155c.tar.xz
Merge branch 'jc/linkgit-fix'
Many 'linkgit:<git documentation page>' references were broken, which are all fixed with this. * jc/linkgit-fix: Documentation: fix linkgit references
Diffstat (limited to 'Documentation/git-filter-branch.txt')
-rw-r--r--Documentation/git-filter-branch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-filter-branch.txt b/Documentation/git-filter-branch.txt
index 73fd9e8230..003731f6a9 100644
--- a/Documentation/git-filter-branch.txt
+++ b/Documentation/git-filter-branch.txt
@@ -205,7 +205,7 @@ to other tags will be rewritten to point to the underlying commit.
Remap to ancestor
~~~~~~~~~~~~~~~~~
-By using linkgit:rev-list[1] arguments, e.g., path limiters, you can limit the
+By using linkgit:git-rev-list[1] arguments, e.g., path limiters, you can limit the
set of revisions which get rewritten. However, positive refs on the command
line are distinguished: we don't let them be excluded by such limiters. For
this purpose, they are instead rewritten to point at the nearest ancestor that