Skip to content

Instantly share code, notes, and snippets.

View rudyrigot's full-sized avatar

Rudy Rigot rudyrigot

View GitHub Profile
@rudyrigot
rudyrigot / git-diff.txt
Created November 30, 2022 00:19
Diff of my attempt to introduce a status.enumerateUntrackedDelayMS config to Git
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
@rudyrigot
rudyrigot / git diff
Created November 22, 2022 16:44
Attempt to move the new test to an existing test script
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
@rudyrigot
rudyrigot / copy.json
Created March 28, 2014 22:21
JSON mask for the "copy" content type in the front-end-only example
{
"About and footer" : {
"company_name" : {
"fieldset" : "Company's name",
"type" : "StructuredText",
"config" : {
"single" : "heading1"
}
},
"about_nav_label" : {
@rudyrigot
rudyrigot / portfolio-section.json
Created March 28, 2014 22:18
JSON mask for the "portfolio-section" content type in the front-end-only example
{
"Main" : {
"name" : {
"fieldset" : "Name",
"type" : "StructuredText",
"config" : {
"single" : "heading1"
}
}
}
@rudyrigot
rudyrigot / portfolio.json
Created March 28, 2014 22:17
JSON mask for the "about" content type in the front-end-only example
{
"Main" : {
"title" : {
"fieldset" : "Title of the project",
"type" : "StructuredText",
"config" : {
"single" : "heading1"
}
},
"image" : {
@rudyrigot
rudyrigot / contact.json
Created March 28, 2014 22:17
JSON mask for the "content" content type in the front-end-only example
{
"Main" : {
"icon_code" : {
"fieldset" : "Icon code (see FontAwesome's icons)",
"type" : "Text"
},
"title" : {
"fieldset" : "Title",
"type" : "StructuredText",
"config" : {
@rudyrigot
rudyrigot / staff.json
Created March 28, 2014 22:16
JSON mask for the "staff" content type in the front-end-only example
{
"Main" : {
"name" : {
"fieldset" : "Full name",
"type" : "StructuredText",
"config" : {
"single" : "heading1"
}
},
"title" : {
@rudyrigot
rudyrigot / service.json
Created March 28, 2014 22:16
JSON mask for the "service" content type in the front-end-only example
{
"Main" : {
"name" : {
"fieldset" : "Name of the service",
"type" : "StructuredText",
"config" : {
"single" : "heading1"
}
},
"catcher" : {
@rudyrigot
rudyrigot / client.json
Created March 28, 2014 22:15
JSON mask for the "client" content type in the front-end-only example
{
"Main" : {
"name" : {
"fieldset" : "Name",
"type" : "StructuredText",
"config" : {
"single" : "heading1"
}
},
"logo" : {
@rudyrigot
rudyrigot / about.json
Created March 28, 2014 22:14
JSON mask for the "about" content type in the front-end-only example
{
"Main" : {
"title" : {
"fieldset" : "Slide's title",
"type" : "StructuredText",
"config" : {
"single" : "heading1"
}
},
"lede" : {