summaryrefslogtreecommitdiff
path: root/scripts/maint
AgeCommit message (Expand)Author
2019-03-10Mention what file has changedrl1987
2019-03-10Write a comment for post-merge.git-hookrl1987
2019-03-10Also print changes in git helper scripts, if anyrl1987
2019-03-10Add post-merge git hook to warn about git hooks being updated in the reporl1987
2019-03-08Merge remote-tracking branch 'tor-github/pr/743'Nick Mathewson
2019-03-05Merge branch 'tor-github/pr/717'David Goulet
2019-03-05Also disallow pushing to/from upstream branch when branch names do not matchrl1987
2019-03-05Improve pre-push.git-hook descriptionrl1987
2019-03-05In pre-push hook script, actually check local and remote refsrl1987
2019-03-05Update git pre-push hook so that only upstream branches can get pushed to originrl1987
2019-03-01maint: Make git scripts fetch origin onceDavid Goulet
2019-02-28maint: Remove 0.3.3 branch from git scriptsDavid Goulet
2019-02-28Merge branch 'tor-github/pr/720'George Kadianakis
2019-02-26maint: Helpful scripts for tor maintenanceDavid Goulet
2019-02-21Update pre-commit.git-hook for ticket 29553Nick Mathewson
2019-01-24Merge branch 'precommit_squashed'Nick Mathewson
2019-01-24Only run the checkIncludes.py script if it existsNick Mathewson
2019-01-24lintChanges.py didn't take a directory argument in 0.2.9Nick Mathewson
2019-01-24Also run checkInclude.py before every commitrl1987
2019-01-24Add a pre-commit hook that runs code and changelog entry formatting checksrl1987
2019-01-22Merge remote-tracking branch 'tor-github/pr/653'Nick Mathewson
2019-01-18format_changelog: treat "issue NNNN" as a track ticketNick Mathewson
2019-01-17lintChanges.py: Two python re usage fixesNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Update copyright script for 2019Nick Mathewson
2019-01-15Remove fallback scripts and whitelistNick Mathewson
2019-01-15Depending on script mode, either use 'whitelist' or 'fallback list'rl1987
2019-01-15In updateFallbackDirs.py, say 'fallback list' instead of 'whitelist'rl1987
2018-12-11Merge remote-tracking branch 'teor/ticket24838'Nick Mathewson
2018-12-11Merge remote-tracking branch 'github/prop297'Nick Mathewson
2018-12-11Merge remote-tracking branch 'teor/24805-phoul'Nick Mathewson
2018-12-07Fallbacks: accept relays that are a fuzzy match to the whitelistteor
2018-12-07Fallbacks: refactor is_in_whitelist() to take an exact match booleanteor
2018-12-07Fallbacks: Rename CONSENSUS_EXPIRY_TOLERANCE to REASONABLY_LIVE_TIMEteor
2018-12-07Fallbacks: use a 24 hour future consensus toleranceteor
2018-12-07Fallbacks: use a 24 hour consensus expiry toleranceteor
2018-12-07Fallbacks: minor script comment changesteor
2018-12-05Merge remote-tracking branch 'tor-github/pr/531'Nick Mathewson
2018-12-05Merge remote-tracking branch 'tor-github/pr/508'Nick Mathewson
2018-11-29Mention --no-verify in error messagerl1987
2018-11-29Improve comment at the toprl1987
2018-11-29Rename to pre-push.git-hookrl1987
2018-11-24Rewrite updateVersions script in Python, add datestamp functionality.Nick Mathewson
2018-11-21Add CrackerboxPalace fallbackColin Childs
2018-11-20Fix SC2230 warningrl1987
2018-11-20Fix SC2046 and SC2086 warningsrl1987
2018-11-20Also disallow fixup/squash commits in maint-* and release-*rl1987
2018-11-20Silence SC1117 warningsrl1987
2018-11-20Add pre-push git hook to prevent fixup and squash commits from ending up in m...rl1987
2018-11-14Make the topological-sort output off by defaultNick Mathewson