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 | |
| parent | Merge branch 'nd/sparse-doc' into maint-1.7.6 (diff) | |
| parent | Documentation: basic configuration of notes.rewriteRef (diff) | |
| download | git-588150b0231ee342ed528292a2205f4049b3dcb1.tar.gz git-588150b0231ee342ed528292a2205f4049b3dcb1.zip | |
Merge branch 'tr/doc-note-rewrite' into maint-1.7.6
* tr/doc-note-rewrite:
Documentation: basic configuration of notes.rewriteRef
| -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 |
