]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
push: add advice for rejected tag reference
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index dbd8018b5827ce40fd72ac0ba84934551a11f225..d72b64d8b0958216e1f7266b11816c210be0efb9 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1002,6 +1002,7 @@ struct ref {
        unsigned int force:1,
                merge:1,
                nonfastforward:1,
+               not_forwardable:1,
                deletion:1;
        enum {
                REF_STATUS_NONE = 0,