Merge branch 'js/commit-slab-decl-fix'
* js/commit-slab-decl-fix: commit-slab.h: avoid duplicated global static variables config.c: avoid duplicated global static variables
This commit is contained in:
@ -25,7 +25,6 @@ static char term = '\n';
|
||||
static int use_global_config, use_system_config, use_local_config;
|
||||
static struct git_config_source given_config_source;
|
||||
static int actions, types;
|
||||
static const char *get_color_slot, *get_colorbool_slot;
|
||||
static int end_null;
|
||||
static int respect_includes = -1;
|
||||
static int show_origin;
|
||||
|
Reference in New Issue
Block a user