diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-10-05 12:36:24 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-05 12:36:24 -0700 |
commit | b5b6521645ed41353e88c443ebaf124b214f25b1 (patch) | |
tree | ebeb7226e9826c0604b18ccd163dec9206e9f39b /Documentation | |
parent | 1077bf1ff676cd172a09b88204422228f21d7cbf (diff) | |
parent | 2b4aa89c27a5b7db37bfa992ec8500cc9f4b31a5 (diff) | |
download | git-b5b6521645ed41353e88c443ebaf124b214f25b1.tar.gz git-b5b6521645ed41353e88c443ebaf124b214f25b1.tar.xz |
Merge branch 'tr/doc-note-rewrite'
* tr/doc-note-rewrite:
Documentation: basic configuration of notes.rewriteRef
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 98bac5507..9ec2ae2de 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1460,7 +1460,8 @@ notes.rewriteRef:: You may also specify this configuration several times. + Does not have a default value; you must configure this variable to -enable note rewriting. +enable note rewriting. Set it to `refs/notes/commits` to enable +rewriting for the default commit notes. + This setting can be overridden with the `GIT_NOTES_REWRITE_REF` environment variable, which must be a colon separated list of refs or |