search for: oldrev

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

Did you mean: olddev
2009 Jun 04
1
FYI, new git "update" script pushed, not yet installed
...;& git rev-parse $refname > /dev/null 2>&1 + then + echo "*** Tag '$refname' already exists." >&2 + echo "*** Modifying a tag is not allowed in this repository." >&2 + exit 1 + fi ;; refs/heads/*,commit) # branch + if [ "$oldrev" = "$zero" -a "$denycreatebranch" = "true" ]; then + echo "*** Creating a branch is not allowed in this repository" >&2 + exit 1 + fi + check_diff=yes branch=${1##refs/heads/} deny_push_email=$(git config "hooks.denypush.branch....