/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
object.h: centralize object flag allocation
[git/git.git]
/
http-push.c
diff --git
a/http-push.c
b/http-push.c
index
d4b40c9
..
f2c56c8
100644
(file)
--- a/
http-push.c
+++ b/
http-push.c
@@
-64,8
+64,7
@@
enum XML_Status {
#define LOCK_TIME 600
#define LOCK_REFRESH 30
-/* bits #0-15 in revision.h */
-
+/* Remember to update object flag allocation in object.h */
#define LOCAL (1u<<16)
#define REMOTE (1u<<17)
#define FETCHING (1u<<18)