diff options
| author | Junio C Hamano <gitster@pobox.com> | 2016-03-21 13:32:18 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2016-03-21 13:32:18 -0700 |
| commit | a0feb1b1870fbb74f65d6a8951e4b2e2a2347ecf (patch) | |
| tree | f91d383d4f11bd7f4b39f03b090d8d85976dc5f7 | |
| parent | 2ab5c88642e96b6cba17079d008531f5647d33cf (diff) | |
| parent | ad52148a7d09152e8aa888f783e4878f6548b3a0 (diff) | |
| download | git-a0feb1b1870fbb74f65d6a8951e4b2e2a2347ecf.tar.gz | |
Merge branch 'mm/doc-hooks-linkgit-fix' into maint
* mm/doc-hooks-linkgit-fix:
Documentation: fix broken linkgit to git-config
| -rw-r--r-- | Documentation/githooks.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/githooks.txt b/Documentation/githooks.txt index 7ba0ac965d..a2f59b194c 100644 --- a/Documentation/githooks.txt +++ b/Documentation/githooks.txt @@ -397,7 +397,7 @@ preceding SP is also omitted. Currently, no commands pass any 'extra-info'. The hook always runs after the automatic note copying (see -"notes.rewrite.<command>" in linkgit:git-config.txt[1]) has happened, and +"notes.rewrite.<command>" in linkgit:git-config[1]) has happened, and thus has access to these notes. The following command-specific comments apply: |
