Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'du/rev-parse-is-plumbing' into maint
[gitweb.git]
/
remote.h
diff --git
a/remote.h
b/remote.h
index 45ecc6cefafdea435d0fee39691f7458b940b877..88f8480c71a2e5ac494ef65532619a4322c1d32a 100644
(file)
--- a/
remote.h
+++ b/
remote.h
@@
-1,6
+1,7
@@
#ifndef REMOTE_H
#define REMOTE_H
+#include "cache.h"
#include "parse-options.h"
#include "hashmap.h"
#include "refspec.h"
@@
-73,6
+74,7
@@
struct ref {
force:1,
forced_update:1,
expect_old_sha1:1,
+ exact_oid:1,
deletion:1;
enum {