search for: denycreatebranch

Displaying 1 result from an estimated 1 matches for "denycreatebranch".

2009 Jun 04
1
FYI, new git "update" script pushed, not yet installed
...Jim Meyering <meyering at redhat.com> Date: Thu, 4 Jun 2009 08:41:01 +0200 Subject: [PATCH release] git-hooks/update: merge two new options from git.git's next branch: * update: add the two following options: hooks.allowmodifytag: default: false, i.e., no modifying an existing tag hooks.denycreatebranch: default: false, i.e., *allow* creating branches --- git-hook/update | 26 +++++++++++++++++++++++--- 1 files changed, 23 insertions(+), 3 deletions(-) diff --git a/git-hook/update b/git-hook/update index c82015e..ed76bd2 100755 --- a/git-hook/update +++ b/git-hook/update @@ -1,6 +1,6 @@ #!/bi...