[tor-commits] [tor/master] Document TOR_UPSTREAM_REMOTE_NAME env variable

nickm at torproject.org nickm at torproject.org
Wed Jun 5 12:32:46 UTC 2019


commit e8aab46a3a95e6d424553625c2a671d79c583d22
Author: rl1987 <rl1987 at sdf.lonestar.org>
Date:   Fri May 17 19:24:26 2019 +0300

    Document TOR_UPSTREAM_REMOTE_NAME env variable
---
 scripts/git/pre-push.git-hook | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/git/pre-push.git-hook b/scripts/git/pre-push.git-hook
index 00e048029..c9e72a4d4 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





More information about the tor-commits mailing list