Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t5520: check reflog action in fast-forward merge
[gitweb.git]
/
remote.h
diff --git
a/remote.h
b/remote.h
index 917d383a80ddbfa377f10c3d1a4e132336065c2c..8b62efd2adcb74c7e46d3f918a25658d6f6ce16f 100644
(file)
--- a/
remote.h
+++ b/
remote.h
@@
-2,6
+2,7
@@
#define REMOTE_H
#include "parse-options.h"
+#include "hashmap.h"
enum {
REMOTE_CONFIG,
@@
-10,6
+11,8
@@
enum {
};
struct remote {
+ struct hashmap_entry ent; /* must be first */
+
const char *name;
int origin;