diff options
Diffstat (limited to 'common-main.c')
-rw-r--r-- | common-main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common-main.c b/common-main.c index 033778b3c5..8e68ac9e42 100644 --- a/common-main.c +++ b/common-main.c @@ -1,3 +1,5 @@ +#define USE_THE_REPOSITORY_VARIABLE + #include "git-compat-util.h" #include "exec-cmd.h" #include "gettext.h" @@ -48,7 +50,7 @@ int main(int argc, const char **argv) setlocale(LC_CTYPE, ""); git_setup_gettext(); - initialize_the_repository(); + initialize_repository(the_repository); attr_start(); |