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
/
gofmt.go
Age
Commit message (
Expand
)
Author
5 days
git-codereview: support remote other than "origin"
HEAD
main
Shulhan
2023-10-02
git-codereview: use strings.Cut
v1.7.0
Dmitri Shuralyov
2021-01-13
git-codereview: clean up detached HEAD mode
Russ Cox
2021-01-07
git-codereview: add a few more tests
Russ Cox
2020-12-22
git-codereview: clean up usage message, docs
Russ Cox
2019-04-22
git-codereview: do not require gofmt for testdata files
Rebecca Stambler
2019-01-22
git-codereview: do not check vendor folder with gofmt
Daniel Theophanes
2015-04-29
git-codereview: require test/run.go to be gofmt'd
Josh Bleecher Snyder
2015-01-30
git-codereview: use cmd prefix on command implementation funcs
Russ Cox
2015-01-30
git-codereview: revise pending
Russ Cox
2015-01-19
git-codereview: work around git checkout-index bug in gofmt
Russ Cox
2015-01-19
git-codereview: refactor getOutput/getLines into cmdOutput, trim, lines, nonB...
Russ Cox
2015-01-14
git-codereview: do not gofmt committed files during merge
Russ Cox
2015-01-14
git-codereview: document short names in mail command
Russ Cox
2015-01-06
git-codereview: make tests pass on windows
Alex Brainman
2015-01-05
git-codereview: print gofmt commands in verbose mode
Josh Bleecher Snyder
2014-12-30
git-codereview: guard against ambiguous revision parameters
Anthony Martin
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