diff options
author | Andrew Wong <andrew.kw.w@gmail.com> | 2013-03-01 12:23:57 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-03-01 10:19:22 -0800 |
commit | 5e2485846dacb5acd3b6cd084e246c7c9a6d5a13 (patch) | |
tree | 964071334a01a00856590262bf10dd966e0b571d | |
parent | 8d44277d91989ad2b37d4908096bd5256d6390c4 (diff) | |
download | git-5e2485846dacb5acd3b6cd084e246c7c9a6d5a13.tar.gz |
Documentation/githooks: Fix linkgit
Signed-off-by: Andrew Wong <andrew.kw.w@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 b9003fed24..4e0d2a08a1 100644 --- a/Documentation/githooks.txt +++ b/Documentation/githooks.txt @@ -336,7 +336,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) has happened, and +"notes.rewrite.<command>" in linkgit:git-config.txt[1]) has happened, and thus has access to these notes. The following command-specific comments apply: |