Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'advice.c')
-rw-r--r--advice.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/advice.c b/advice.c
index b18833bc80..41cfea82d0 100644
--- a/advice.c
+++ b/advice.c
@@ -4,7 +4,6 @@
#include "help.h"
#include "string-list.h"
-int advice_add_embedded_repo = 1;
int advice_graft_file_deprecated = 1;
static int advice_use_color = -1;
@@ -38,7 +37,6 @@ static struct {
const char *name;
int *preference;
} advice_config[] = {
- { "addEmbeddedRepo", &advice_add_embedded_repo },
{ "graftFileDeprecated", &advice_graft_file_deprecated },
};