From 049edda429458d2b148cda8f209521c98b283a92 Mon Sep 17 00:00:00 2001 From: Stephen Haberman Date: Tue, 24 Jun 2008 12:22:29 -0500 Subject: [PATCH] update-no-rewind -> update-allow-tags-branches. --- cbas/update | 2 +- server/{update-no-rewind => update-allow-tags-branches} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename server/{update-no-rewind => update-allow-tags-branches} (100%) diff --git a/cbas/update b/cbas/update index c12e8ef..d03ca30 100755 --- a/cbas/update +++ b/cbas/update @@ -4,6 +4,6 @@ refname="$1" oldrev="$2" newrev="$3" -/srv/git/hooks/server/update-no-rewind "$refname" "$oldrev" "$newrev" && +/srv/git/hooks/server/update-allow-tags-branches "$refname" "$oldrev" "$newrev" && /srv/git/hooks/server/update-prefer-rebase "$refname" "$oldrev" "$newrev" diff --git a/server/update-no-rewind b/server/update-allow-tags-branches similarity index 100% rename from server/update-no-rewind rename to server/update-allow-tags-branches -- 2.39.5