diff options
Diffstat (limited to 'common-main.c')
| -rw-r--r-- | common-main.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/common-main.c b/common-main.c index 0a22861f1c..b86f40600f 100644 --- a/common-main.c +++ b/common-main.c @@ -1,6 +1,11 @@ -#include "cache.h" +#include "git-compat-util.h" #include "exec-cmd.h" +#include "gettext.h" #include "attr.h" +#include "repository.h" +#include "setup.h" +#include "strbuf.h" +#include "trace2.h" /* * Many parts of Git have subprograms communicate via pipe, expect the @@ -43,7 +48,7 @@ int main(int argc, const char **argv) setlocale(LC_CTYPE, ""); git_setup_gettext(); - initialize_the_repository(); + initialize_repository(the_repository); attr_start(); |
