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
/
pending.go
Age
Commit message (
Expand
)
Author
5 days
git-codereview: support remote other than "origin"
HEAD
main
Shulhan
2025-02-06
git-codereview: pending: add -g option
Ian Lance Taylor
2021-02-23
git-codereview: pending: show unresolved comment count
Russ Cox
2021-01-13
git-codereview: clean up detached HEAD mode
Russ Cox
2021-01-13
git-codereview: add reword command
Russ Cox
2021-01-13
git-codereview: new sync-branch and related fixes
Russ Cox
2021-01-07
git-codereview: allow work on main branches
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
2020-12-22
git-codereview: clean up usage message, docs
Russ Cox
2017-11-10
git-codereview: overlap 'git fetch -q' with Gerrit queries in pending
Russ Cox
2017-11-10
git-codereview: batch GerritChange info fetches during pending
Russ Cox
2016-11-05
x/review/git-codereview: pending should mention abandoned CLs
Jaana Burcu Dogan
2016-02-26
git-codereview: reject empty commits in mail
Caio Marcelo de Oliveira Filho
2016-02-18
git-codereview: disable Gerrit-specific hook behavior if Gerrit is not in use
Russ Cox
2015-11-11
git-codereview: factor pending commit formatting
Austin Clements
2015-06-17
git-codereview: wait longer for Gerrit
Russ Cox
2015-02-12
git-codereview: hide +0 scores and +0 labels except Code-Review
Russ Cox
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: refactor getOutput/getLines into cmdOutput, trim, lines, nonB...
Russ Cox
2015-01-06
git-codereview: begin to handle multiple-change branches
Russ Cox
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-22
git-codereview: add test for pending
Russ Cox
2014-12-21
git-codereview: fix print directives
Emil Hessman
2014-12-18
git-codereview: rename from 'git-review' to 'git-codereview'
Andrew Gerrand