Преглед на файлове

Document TOR_UPSTREAM_REMOTE_NAME env variable

rl1987 преди 5 години
родител
ревизия
e8aab46a3a
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      scripts/git/pre-push.git-hook

+ 3 - 0
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