diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-10-26 16:09:04 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-26 16:09:04 -0700 |
commit | 588150b0231ee342ed528292a2205f4049b3dcb1 (patch) | |
tree | 470c36950fd2f1f52e36ecb48b183d55cfce545e /Documentation/config.txt | |
parent | 139088b78b2b501d77a48d1d00b3b53ca16821e0 (diff) | |
parent | 2b4aa89c27a5b7db37bfa992ec8500cc9f4b31a5 (diff) | |
download | git-588150b0231ee342ed528292a2205f4049b3dcb1.tar.gz |
Merge branch 'tr/doc-note-rewrite' into maint-1.7.6
* tr/doc-note-rewrite:
Documentation: basic configuration of notes.rewriteRef
Diffstat (limited to 'Documentation/config.txt')
-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 ae9913b034..87643882fc 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1445,7 +1445,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 |