We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f7f211 + d9635e9 commit 975bf9cCopy full SHA for 975bf9c
pack-objects.c
@@ -10,6 +10,7 @@
10
#include "tree-walk.h"
11
#include <sys/time.h>
12
#include <signal.h>
13
+#include <stdint.h>
14
15
static const char pack_usage[] = "git-pack-objects [-q] [--no-reuse-delta] [--non-empty] [--local] [--incremental] [--window=N] [--depth=N] {--stdout | base-name} < object-list";
16
sha1_file.c
@@ -13,6 +13,7 @@
#include "commit.h"
#include "tag.h"
#include "tree.h"
17
18
#ifndef O_NOATIME
19
#if defined(__linux__) && (defined(__i386__) || defined(__PPC__))
0 commit comments