From 597b831afb25303218ac60115ac86dd8879e3ce3 Mon Sep 17 00:00:00 2001 From: Matthieu Moy Date: Tue, 3 Sep 2013 17:45:14 +0200 Subject: transport-helper: add no-private-update capability Since 664059fb (transport-helper: update remote helper namespace, 2013-04-17), a 'push' operation on a remote helper updates the private ref by default. This is often a good thing, but it can also be desirable to disable this update to force the next 'pull' to re-import the pushed revisions. Allow remote-helpers to disable the automatic update by introducing a new capability. Signed-off-by: Matthieu Moy Signed-off-by: Junio C Hamano --- git-remote-testgit.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'git-remote-testgit.sh') diff --git a/git-remote-testgit.sh b/git-remote-testgit.sh index 2109070d00..6d2f282d32 100755 --- a/git-remote-testgit.sh +++ b/git-remote-testgit.sh @@ -38,6 +38,7 @@ do echo "*export-marks $gitmarks" fi test -n "$GIT_REMOTE_TESTGIT_SIGNED_TAGS" && echo "signed-tags" + test -n "$GIT_REMOTE_TESTGIT_NO_PRIVATE_UPDATE" && echo "no-private-update" echo ;; list) -- cgit v1.2.1