index
:
go-x-review
main
Fork of golang.org/x/review with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git-codereview
/
hook.go
Age
Commit message (
Expand
)
Author
2025-04-11
git-codereview: do not write hooks if -n is given
v1.15.0
Anatoli Babenia
2024-01-25
git-codereview: remove usage of io/ioutil
v1.9.0
Joshua Sing
2023-10-18
git-codereview: make hooks command report conflicting hooks
v1.8.0
siddharth ravikumar
2021-09-21
git-codereview: reword: apply commit message hook to edits
Russ Cox
2021-01-15
git-codereview: fix buglet in 'reword' related to work trees
Than McIntosh
2021-01-07
git-codereview: allow work on main branches
Russ Cox
2019-03-25
git-codereview: make commit-msg hook play nicely with other systems
Andrew Gerrand
2017-07-17
git-codereview: create hooks directory if it doesn't exist
Marko Mudrinic
2017-03-09
git-codereview: fix hook installation in git 2.13.0
Austin Clements
2016-08-01
git-codereview: fix commitmsg hook when verbose
Daniel MartÃ
2016-07-11
git-codereview: add [branchname] when on release branch
Andrew Gerrand
2016-06-14
git-codereview: pass args to installHook
Josh Bleecher Snyder
2016-03-02
git-codereview: fix hooks install when using 'git worktree'
Caio Marcelo de Oliveira Filho
2016-02-18
git-codereview: disable Gerrit-specific hook behavior if Gerrit is not in use
Russ Cox
2015-10-19
git-codereview: Properly detect Rietveld-style fix messages
Michael Darakananda
2015-04-09
git-codereview: reject commits with multiple Change-Id lines
Josh Bleecher Snyder
2015-03-18
git-codereview: rewrite issue references
Josh Bleecher Snyder
2015-02-23
git-codereview: do not insert branch prefix in fixup! and squash! commits
Russ Cox
2015-02-07
git-codereview: ensure blank line after subject
Josh Bleecher Snyder
2015-01-30
git-codereview: use cmd prefix on command implementation funcs
Russ Cox
2015-01-14
git-codereview: disable gofmt hook when $GIT_GOFMT_HOOK=off
Russ Cox
2015-01-14
git-codereview: add [serverbranch] prefix for work on non-master server branches
Russ Cox
2014-12-23
git-codereview: fix a few corner case failures
Russ Cox
2014-12-18
git-codereview: rename from 'git-review' to 'git-codereview'
Andrew Gerrand