diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-05-17 14:38:31 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-05-17 14:38:31 -0700 |
commit | 5f232ecfdf2982adf67af5f9b7aaf05da13a155c (patch) | |
tree | 5bb068e85b86af7b955944fc3be14c956000569b /Documentation/git-notes.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-notes.txt')
-rw-r--r-- | Documentation/git-notes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-notes.txt b/Documentation/git-notes.txt index 8de349968a..9c4fd6812c 100644 --- a/Documentation/git-notes.txt +++ b/Documentation/git-notes.txt @@ -402,4 +402,4 @@ on the `notes.rewrite.<command>` and `notes.rewriteRef` settings. GIT --- -Part of the linkgit:git[7] suite +Part of the linkgit:git[1] suite |