From: rl1987 Date: Fri, 17 May 2019 16:24:26 +0000 (+0300) Subject: Document TOR_UPSTREAM_REMOTE_NAME env variable X-Git-Tag: tor-0.4.1.2-alpha~15^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8aab46a3a95e6d424553625c2a671d79c583d22;p=thirdparty%2Ftor.git Document TOR_UPSTREAM_REMOTE_NAME env variable --- diff --git a/scripts/git/pre-push.git-hook b/scripts/git/pre-push.git-hook index 00e048029e..c9e72a4d43 100755 --- a/scripts/git/pre-push.git-hook +++ b/scripts/git/pre-push.git-hook @@ -8,6 +8,9 @@ # # To install this script, copy it into .git/hooks/pre-push path in your # local copy of git repository. Make sure it has permission to execute. +# Furthermore, make sure that TOR_UPSTREAM_REMOTE_NAME environment +# variable is set to local name of git remote that corresponds to upstream +# repository on e.g. git.torproject.org. # # The following sample script was used as starting point: # https://github.com/git/git/blob/master/templates/hooks--pre-push.sample