]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Document TOR_UPSTREAM_REMOTE_NAME env variable
authorrl1987 <rl1987@sdf.lonestar.org>
Fri, 17 May 2019 16:24:26 +0000 (19:24 +0300)
committerNick Mathewson <nickm@torproject.org>
Wed, 5 Jun 2019 12:29:55 +0000 (08:29 -0400)
scripts/git/pre-push.git-hook

index 00e048029e1eb8c46bd7899a1c72c71fc1aae190..c9e72a4d43e3932c544135b3dc19200b700a2893 100755 (executable)
@@ -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