#include "cache.h"
-#include "exec_cmd.h"
+#include "exec-cmd.h"
+#include "attr.h"
/*
* Many parts of Git have subprograms communicate via pipe, expect the
*/
sanitize_stdfds();
+ git_resolve_executable_dir(argv[0]);
+
git_setup_gettext();
- git_extract_argv0_path(argv[0]);
+ initialize_the_repository();
+
+ attr_start();
restore_sigpipe_to_default();