summaryrefslogtreecommitdiff
path: root/scripts/git/git-pull-all.sh
AgeCommit message (Collapse)Author
2020-03-05Update git scripts to use git-list-tor-branches.shNick Mathewson
2020-02-11Update scripts/git/*.sh to know about 043 and not about 040.Nick Mathewson
2020-01-15scripts/git: Improve branch list commentsteor
Hopefully, these explanations make it easier to get the next branch transition right. Part of 32772.
2019-12-30Remove 0.2.9 from git scriptsrl1987
2019-11-06Merge branch 'bug32402_042' into bug32402_masterteor
Merge changes from master with shellcheck fixes.
2019-11-06shellcheck: Fix issues in the git-*.sh scriptsteor
Fixes bug 32402; bugfix on 0.4.2.1-alpha. Obviously correct changes to already reviewed code.
2019-10-11git scripts: add maint/release-0.4.2.Nick Mathewson
2019-09-10scripts: Make the git scripts show usage messagesteor
All of the git scripts now have usage messages on: * a new -h option, and * usage errors. Closes 31677.
2019-09-10scripts: reformat the comments in git-pull-all.sh for consistencyteor
Preparation for 31677.
2019-06-11Stop hard-coding env vars in the git scriptsteor
Set the env vars: * TOR_MASTER_NAME to override the tor master branch name, and * TOR_WKT_NAME to override the worktree path Fixes bug 30841; bugfix on 0.4.0.1-alpha.
2019-06-11scripts/git: Stop hard-coding the bash path in the git scriptsteor
Some OSes don't have bash in /usr/bin, others have an ancient bash at this path. Fixes bug 30840; bugfix on 0.4.0.1-alpha.
2019-06-10Add an environment variable to set GIT_PATH in git scriptsNick Mathewson
2019-06-10Update git scripts for new versionsNick Mathewson
{maint,release}-0.4.1 are now real {maint,release}-0.3.4 are now EOL Closes ticket 30822
2019-04-10scripts: In git-pull-all.sh, also fetch the latest tor-github pull requeststeor
Implements ticket 30114.
2019-03-13Merge branch 'tor-github/pr/780'George Kadianakis
2019-03-10Move all git maintenance scripts to separate directoryrl1987