aboutsummaryrefslogtreecommitdiff
path: root/git-codereview/hook.go
AgeCommit message (Expand)Author
2023-10-18git-codereview: make hooks command report conflicting hooksv1.8.0siddharth ravikumar
2021-09-21git-codereview: reword: apply commit message hook to editsRuss Cox
2021-01-15git-codereview: fix buglet in 'reword' related to work treesThan McIntosh
2021-01-07git-codereview: allow work on main branchesRuss Cox
2019-03-25git-codereview: make commit-msg hook play nicely with other systemsAndrew Gerrand
2017-07-17git-codereview: create hooks directory if it doesn't existMarko Mudrinic
2017-03-09git-codereview: fix hook installation in git 2.13.0Austin Clements
2016-08-01git-codereview: fix commitmsg hook when verboseDaniel Martí
2016-07-11git-codereview: add [branchname] when on release branchAndrew Gerrand
2016-06-14git-codereview: pass args to installHookJosh 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-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-30git-codereview: use cmd prefix on command implementation funcsRuss Cox
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
2014-12-23git-codereview: fix a few corner case failuresRuss Cox
2014-12-18git-codereview: rename from 'git-review' to 'git-codereview'Andrew Gerrand