aboutsummaryrefslogtreecommitdiff
path: root/git-codereview/util_test.go
AgeCommit message (Expand)Author
2024-01-25git-codereview: remove usage of io/ioutilv1.9.0Joshua Sing
2021-12-03git-codereview: log stderr and stdout from successful commandsBryan C. Mills
2021-01-27git-codereview: avoid race in loadGerritOriginIan Lance Taylor
2021-01-13git-codereview: add sync-branch -merge-back-to-parentRuss Cox
2021-01-13git-codereview: new sync-branch and related fixesRuss Cox
2021-01-07git-codereview: add a few more testsRuss Cox
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-11-09git-codereview: override existing locale with LC_ALL=CEric Lagergren
2018-08-23git-codereview: remove unused cruftJean de Klerk
2018-03-30git-codereview: forbid mailing editor temp filesYury Smolsky
2017-12-15git-codereview: fix vet warning to fix build on Go 1.10Brad Fitzpatrick
2017-11-10git-codereview: batch GerritChange info fetches during pendingRuss Cox
2017-07-17git-codereview: create hooks directory if it doesn't existMarko Mudrinic
2016-03-02git-codereview: print git version when test fails to execute commandHåvard Haugen
2016-02-18git-codereview: disable Gerrit-specific hook behavior if Gerrit is not in useRuss Cox
2015-11-11git-codereview: allow multiple commit hashes for submitAustin Clements
2015-08-18git-codereview: skip git tests when there's no gitRuss Cox
2015-05-13git-codereview: deflake TestSyncRebaseHåvard Haugen
2015-05-11Revert "git-codereview: deflake TestSyncRebase"Andrew Gerrand
2015-05-11git-codereview: deflake TestSyncRebaseHåvard Haugen
2015-04-09git-codereview: reject commits with multiple Change-Id linesJosh Bleecher Snyder
2015-02-05Revert "git-codereview: work around compiler bug"Minux Ma
2015-01-30git-codereview: fix bug in sync for multi-commit clientRuss Cox
2015-01-30git-codereview: revise pendingRuss Cox
2015-01-30git-codereview: work around compiler bugRuss Cox
2015-01-21git-codereview: use fromSlash in TestGofmtSubdir* to make them pass on windowsAlex Brainman
2015-01-19git-codereview: work around git checkout-index bug in gofmtRuss Cox
2015-01-16git-codereview: cleanup tmp directory if newGitTest fails.Hyang-Ah Hana Kim
2015-01-14git-codereview: do not gofmt committed files during mergeRuss Cox
2015-01-14git-codereview: add branchpoint command, for scriptsRuss Cox
2015-01-06git-codereview: begin to handle multiple-change branchesRuss Cox
2015-01-06git-codereview: allow short user names in git mailRuss Cox
2015-01-06git-codereview: make tests pass on windowsAlex Brainman
2014-12-24git-codereview: set user.name and user.email before testsShenghou Ma
2014-12-23git-codereview: fix a few corner case failuresRuss Cox
2014-12-18git-codereview: rename from 'git-review' to 'git-codereview'Andrew Gerrand