Displaying 1 result from an estimated 1 matches for "allowdeletebranch".
2009 Jun 04
1
FYI, new git "update" script pushed, not yet installed
...uot;.
@@ -13,9 +13,15 @@
# hooks.allowdeletetag
# This boolean sets whether deleting tags will be allowed in the
# repository. By default they won't be.
+# hooks.allowmodifytag
+# This boolean sets whether a tag may be modified after creation. By default
+# it won't be.
# hooks.allowdeletebranch
# This boolean sets whether deleting branches will be allowed in the
# repository. By default they won't be.
+# hooks.denycreatebranch
+# This boolean sets whether remotely creating branches will be denied
+# in the repository. By default this is allowed.
#
# hooks.allowbadwhitesp...