Skip to content

Commit

Permalink
Documentation/config.txt: GIT_NOTES_REWRITE_REF overrides notes.rewri…
Browse files Browse the repository at this point in the history
…teRef

The documentation erroneously mentions the GIT_NOTES_REWRITE_REF
override in the description of notes.rewrite.<command>.  Move it
under notes.rewriteRef where it belongs.

Signed-off-by: Leif Arne Storset <lstorset@opera.com>
Acked-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Leif Arne Storset authored and Junio C Hamano committed May 8, 2010
1 parent b6b0afd commit cfb88e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1359,10 +1359,6 @@ notes.rewrite.<command>::
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
Expand All @@ -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
Expand Down

0 comments on commit cfb88e9

Please sign in to comment.