Merge branch 'tr/doc-note-rewrite' into maint-1.7.6
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Oct 2011 23:09:04 +0000 (16:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Oct 2011 23:09:04 +0000 (16:09 -0700)
* tr/doc-note-rewrite:
Documentation: basic configuration of notes.rewriteRef

1  2 
Documentation/config.txt
diff --combined Documentation/config.txt
index ae9913b03464b2ebde13002e1071a6c3471ee9cf,cc39f8639ad530a7c7664cf6e7b670f73c1dddf7..87643882fcb26415ad805dd1c8ab72c1fd3e4604
@@@ -678,7 -678,7 +678,7 @@@ branch.<name>.rebase:
  browser.<tool>.cmd::
        Specify the command to invoke the specified browser. The
        specified command is evaluated in shell with the URLs passed
 -      as arguments. (See linkgit:git-web--browse[1].)
 +      as arguments. (See linkgit:git-web{litdd}browse[1].)
  
  browser.<tool>.path::
        Override the path for the given tool that may be used to
@@@ -1445,7 -1445,8 +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