From: Leif Arne Storset Date: Wed, 5 May 2010 14:16:25 +0000 (+0200) Subject: Documentation/config.txt: GIT_NOTES_REWRITE_REF overrides notes.rewriteRef X-Git-Tag: v1.7.2-rc0~163 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cfb88e9a8d4926b0011ae2dd67e1f57a98f4b768;p=git.git Documentation/config.txt: GIT_NOTES_REWRITE_REF overrides notes.rewriteRef The documentation erroneously mentions the GIT_NOTES_REWRITE_REF override in the description of notes.rewrite.. Move it under notes.rewriteRef where it belongs. Signed-off-by: Leif Arne Storset Acked-by: Thomas Rast Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 92f851e79..8f86050b0 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1359,10 +1359,6 @@ notes.rewrite.:: automatically copies your notes from the original to the rewritten commit. Defaults to `true`, but see "notes.rewriteRef" below. -+ -This setting can be overridden with the `GIT_NOTES_REWRITE_REF` -environment variable, which must be a colon separated list of refs or -globs. notes.rewriteMode:: When copying notes during a rewrite (see the @@ -1382,6 +1378,10 @@ notes.rewriteRef:: + Does not have a default value; you must configure this variable to enable note rewriting. ++ +This setting can be overridden with the `GIT_NOTES_REWRITE_REF` +environment variable, which must be a colon separated list of refs or +globs. pack.window:: The size of the window used by linkgit:git-pack-objects[1] when no