aboutsummaryrefslogtreecommitdiff
path: root/git-codereview/hook_test.go
AgeCommit message (Expand)Author
2025-06-17git-codereview: explicitly include the codereview subcommand in suggested com...Adam Bender
2024-01-25git-codereview: remove usage of io/ioutilv1.9.0Joshua Sing
2023-10-18git-codereview: make hooks command report conflicting hooksv1.8.0siddharth ravikumar
2021-01-07git-codereview: update tests for "main" branch defaultRuss Cox
2019-12-16git-codereview: write hooks with execute permission in testsBryan C. Mills
2019-03-25git-codereview: make commit-msg hook play nicely with other systemsAndrew Gerrand
2017-03-09git-codereview: fix hook installation in git 2.13.0Austin Clements
2016-08-01git-codereview: fix commitmsg hook when verboseDaniel Martí
2016-06-14git-codereview: use codereview.cfg from working treeJosh Bleecher Snyder
2016-03-02git-codereview: fix hooks install when using 'git worktree'Caio Marcelo de Oliveira Filho
2016-02-18git-codereview: disable Gerrit-specific hook behavior if Gerrit is not in useRuss Cox
2015-10-19git-codereview: Properly detect Rietveld-style fix messagesMichael Darakananda
2015-04-09git-codereview: reject commits with multiple Change-Id linesJosh Bleecher Snyder
2015-03-18git-codereview: rewrite issue referencesJosh Bleecher Snyder
2015-03-02git-codereview: call testMain instead of executing "git codereview ..."Alex Brainman
2015-02-23git-codereview: do not insert branch prefix in fixup! and squash! commitsRuss Cox
2015-02-07git-codereview: ensure blank line after subjectJosh Bleecher Snyder
2015-01-19git-codereview: use might not use the aliases of codereviewMarkus Zimmermann
2015-01-14git-codereview: disable gofmt hook when $GIT_GOFMT_HOOK=offRuss Cox
2015-01-14git-codereview: add [serverbranch] prefix for work on non-master server branchesRuss Cox
2015-01-06git-codereview: make tests pass on windowsAlex Brainman
2014-12-23git-codereview: fix a few corner case failuresRuss Cox
2014-12-18git-codereview: rename from 'git-review' to 'git-codereview'Andrew Gerrand