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