This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Documentation/config/status.txt b/Documentation/config/status.txt | |
index 0fc704ab80..393670fac2 100644 | |
--- a/Documentation/config/status.txt | |
+++ b/Documentation/config/status.txt | |
@@ -60,6 +60,13 @@ If this variable is not specified, it defaults to 'normal'. | |
This variable can be overridden with the -u|--untracked-files option | |
of linkgit:git-status[1] and linkgit:git-commit[1]. | |
+status.enumerateUntrackedDelayMS:: | |
+ If the enumeration of untracked files takes longer than a certain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/t/t7508-status.sh b/t/t7508-status.sh | |
index 2b7ef6c41a..c980907dc7 100755 | |
--- a/t/t7508-status.sh | |
+++ b/t/t7508-status.sh | |
@@ -5,6 +5,9 @@ | |
test_description='git status' | |
+GIT_TEST_UF_DELAY_WARNING=1 | |
+export GIT_TEST_UF_DELAY_WARNING |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"About and footer" : { | |
"company_name" : { | |
"fieldset" : "Company's name", | |
"type" : "StructuredText", | |
"config" : { | |
"single" : "heading1" | |
} | |
}, | |
"about_nav_label" : { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Main" : { | |
"name" : { | |
"fieldset" : "Name", | |
"type" : "StructuredText", | |
"config" : { | |
"single" : "heading1" | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Main" : { | |
"title" : { | |
"fieldset" : "Title of the project", | |
"type" : "StructuredText", | |
"config" : { | |
"single" : "heading1" | |
} | |
}, | |
"image" : { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Main" : { | |
"icon_code" : { | |
"fieldset" : "Icon code (see FontAwesome's icons)", | |
"type" : "Text" | |
}, | |
"title" : { | |
"fieldset" : "Title", | |
"type" : "StructuredText", | |
"config" : { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Main" : { | |
"name" : { | |
"fieldset" : "Full name", | |
"type" : "StructuredText", | |
"config" : { | |
"single" : "heading1" | |
} | |
}, | |
"title" : { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Main" : { | |
"name" : { | |
"fieldset" : "Name of the service", | |
"type" : "StructuredText", | |
"config" : { | |
"single" : "heading1" | |
} | |
}, | |
"catcher" : { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Main" : { | |
"name" : { | |
"fieldset" : "Name", | |
"type" : "StructuredText", | |
"config" : { | |
"single" : "heading1" | |
} | |
}, | |
"logo" : { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Main" : { | |
"title" : { | |
"fieldset" : "Slide's title", | |
"type" : "StructuredText", | |
"config" : { | |
"single" : "heading1" | |
} | |
}, | |
"lede" : { |
NewerOlder