Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fetch: Speed up fetch of large numbers of refs
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index f0b8ea7bfa205dc776a6f8e20a2032142db35f9f..9d0dddbcbc981c60fd1348cdf257c67fb9ee5f84 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-15,6
+15,9
@@
#define SYMMETRIC_LEFT (1u<<8)
#define ALL_REV_FLAGS ((1u<<9)-1)
+#define DECORATE_SHORT_REFS 1
+#define DECORATE_FULL_REFS 2
+
struct rev_info;
struct log_info;