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
/
util_test.go
Age
Commit message (
Expand
)
Author
2024-01-25
git-codereview: remove usage of io/ioutil
v1.9.0
Joshua Sing
2021-12-03
git-codereview: log stderr and stdout from successful commands
Bryan C. Mills
2021-01-27
git-codereview: avoid race in loadGerritOrigin
Ian Lance Taylor
2021-01-13
git-codereview: add sync-branch -merge-back-to-parent
Russ Cox
2021-01-13
git-codereview: new sync-branch and related fixes
Russ Cox
2021-01-07
git-codereview: add a few more tests
Russ Cox
2021-01-07
git-codereview: update tests for "main" branch default
Russ Cox
2019-12-16
git-codereview: write hooks with execute permission in tests
Bryan C. Mills
2019-11-09
git-codereview: override existing locale with LC_ALL=C
Eric Lagergren
2018-08-23
git-codereview: remove unused cruft
Jean de Klerk
2018-03-30
git-codereview: forbid mailing editor temp files
Yury Smolsky
2017-12-15
git-codereview: fix vet warning to fix build on Go 1.10
Brad Fitzpatrick
2017-11-10
git-codereview: batch GerritChange info fetches during pending
Russ Cox
2017-07-17
git-codereview: create hooks directory if it doesn't exist
Marko Mudrinic
2016-03-02
git-codereview: print git version when test fails to execute command
Håvard Haugen
2016-02-18
git-codereview: disable Gerrit-specific hook behavior if Gerrit is not in use
Russ Cox
2015-11-11
git-codereview: allow multiple commit hashes for submit
Austin Clements
2015-08-18
git-codereview: skip git tests when there's no git
Russ Cox
2015-05-13
git-codereview: deflake TestSyncRebase
Håvard Haugen
2015-05-11
Revert "git-codereview: deflake TestSyncRebase"
Andrew Gerrand
2015-05-11
git-codereview: deflake TestSyncRebase
Håvard Haugen
2015-04-09
git-codereview: reject commits with multiple Change-Id lines
Josh Bleecher Snyder
2015-02-05
Revert "git-codereview: work around compiler bug"
Minux Ma
2015-01-30
git-codereview: fix bug in sync for multi-commit client
Russ Cox
2015-01-30
git-codereview: revise pending
Russ Cox
2015-01-30
git-codereview: work around compiler bug
Russ Cox
2015-01-21
git-codereview: use fromSlash in TestGofmtSubdir* to make them pass on windows
Alex Brainman
2015-01-19
git-codereview: work around git checkout-index bug in gofmt
Russ Cox
2015-01-16
git-codereview: cleanup tmp directory if newGitTest fails.
Hyang-Ah Hana Kim
2015-01-14
git-codereview: do not gofmt committed files during merge
Russ Cox
2015-01-14
git-codereview: add branchpoint command, for scripts
Russ Cox
2015-01-06
git-codereview: begin to handle multiple-change branches
Russ Cox
2015-01-06
git-codereview: allow short user names in git mail
Russ Cox
2015-01-06
git-codereview: make tests pass on windows
Alex Brainman
2014-12-24
git-codereview: set user.name and user.email before tests
Shenghou Ma
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