diff options
author | 2016-05-17 14:38:31 -0700 | |
---|---|---|
committer | 2016-05-17 14:38:31 -0700 | |
commit | 5f232ecfdf2982adf67af5f9b7aaf05da13a155c (patch) | |
tree | 5bb068e85b86af7b955944fc3be14c956000569b /Documentation/git-filter-branch.txt | |
parent | Merge branch 'va/i18n-remote-comment-to-align' (diff) | |
parent | Documentation: fix linkgit references (diff) | |
download | tgif-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.txt | 2 |
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 |