Skip to content

Commit cfb88e9

Browse files
Leif Arne Storsetgitster
authored andcommitted
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.<command>. Move it under notes.rewriteRef where it belongs. Signed-off-by: Leif Arne Storset <[email protected]> Acked-by: Thomas Rast <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b6b0afd commit cfb88e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/config.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,10 +1359,6 @@ notes.rewrite.<command>::
13591359
automatically copies your notes from the original to the
13601360
rewritten commit. Defaults to `true`, but see
13611361
"notes.rewriteRef" below.
1362-
+
1363-
This setting can be overridden with the `GIT_NOTES_REWRITE_REF`
1364-
environment variable, which must be a colon separated list of refs or
1365-
globs.
13661362

13671363
notes.rewriteMode::
13681364
When copying notes during a rewrite (see the
@@ -1382,6 +1378,10 @@ notes.rewriteRef::
13821378
+
13831379
Does not have a default value; you must configure this variable to
13841380
enable note rewriting.
1381+
+
1382+
This setting can be overridden with the `GIT_NOTES_REWRITE_REF`
1383+
environment variable, which must be a colon separated list of refs or
1384+
globs.
13851385

13861386
pack.window::
13871387
The size of the window used by linkgit:git-pack-objects[1] when no

0 commit comments

Comments
 (0)