]> git.ipfire.org Git - thirdparty/git.git/blobdiff - http-push.c
Merge tag 'l10n-2.28.0-rnd1' of https://www.github.com/git-l10n/git-po into master
[thirdparty/git.git] / http-push.c
index ac7868ffeef5151a9dcc9fa2382d882f88e71aa6..1ff1883cdd9fdb537d52b1c2c25f780378de5e7c 100644 (file)
@@ -70,10 +70,10 @@ enum XML_Status {
 #define LOCK_REFRESH 30
 
 /* Remember to update object flag allocation in object.h */
-#define LOCAL    (1u<<16)
-#define REMOTE   (1u<<17)
-#define FETCHING (1u<<18)
-#define PUSHING  (1u<<19)
+#define LOCAL    (1u<<11)
+#define REMOTE   (1u<<12)
+#define FETCHING (1u<<13)
+#define PUSHING  (1u<<14)
 
 /* We allow "recursive" symbolic refs. Only within reason, though */
 #define MAXDEPTH 5