summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-08-12 11:10:12 +1000
committerteor <teor@torproject.org>2019-08-29 22:50:37 +1000
commit70387054b9011b8d430a53db5406954f157afa06 (patch)
tree3af335b616835188441e19c047ef117357fa19ad /changes
parent15782758c7c9e170fccc138a0c4897a602217641 (diff)
downloadtor-70387054b9011b8d430a53db5406954f157afa06.tar.gz
tor-70387054b9011b8d430a53db5406954f157afa06.zip
scripts/git: Make the git push command and args configurable
TOR_GIT_PUSH provides the git push command and default arguments. Also fix handling of git-push-all.sh script arguments and arguments that are passed through to $TOR_GIT_PUSH, using a "--" argument as a separator. Fix on 29879.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket313145
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket31314 b/changes/ticket31314
index 2932231171..8b5f5da8f9 100644
--- a/changes/ticket31314
+++ b/changes/ticket31314
@@ -7,3 +7,8 @@
- Add a -u argument to git-merge-forward.sh, so that the script can re-use
existing test branches after a merge failure and fix.
Closes ticket 31314.
+ - Add a TOR_GIT_PUSH env var, which sets the default git push command and
+ arguments for git-push-all.sh. Closes ticket 31314.
+ - Add a "--" command-line argument, to
+ separate git-push-all.sh script arguments from arguments that are passed
+ through to git push. Closes ticket 31314.