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