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
/
branch.go
Age
Commit message (
Expand
)
Author
5 days
git-codereview: support remote other than "origin"
HEAD
main
Shulhan
2024-01-25
git-codereview: remove usage of io/ioutil
v1.9.0
Joshua Sing
2023-08-16
git-codereview: fix comment
cui fliter
2022-04-06
git-codereview: handle branches checked out in a worktree
Filippo Valsorda
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
2020-09-11
git-codereview: change upstream fallback to try main before master
Russ Cox
2019-11-09
git-codereview: override existing locale with LC_ALL=C
Eric Lagergren
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
2017-10-02
git-codereview: avoid Gerrit timeout for missing Change-Id during pending
Russ Cox
2016-10-06
review: Fix error of git change on windows
Yasuhiro Matsumoto
2016-05-28
git-codereview: make change fail with multiple pending changes
Caio Marcelo de Oliveira Filho
2016-02-26
git-codereview: reject empty commits in mail
Caio Marcelo de Oliveira Filho
2016-02-05
git-codereview: accept any commit spelling for mail and submit
Austin Clements
2015-12-14
git-codereview: fix branch "behind" count
Austin Clements
2015-11-11
git-codereview: add interactive mode to submit
Austin Clements
2015-08-25
Revert "review: git change doesn't pass @{u} correctly on windows."
Andrew Gerrand
2015-08-20
review: git change doesn't pass @{u} correctly on windows.
Yasuhiro Matsumoto
2015-06-17
git-codereview: fix missing upstream detection
Russ Cox
2015-01-30
git-codereview: use cmd prefix on command implementation funcs
Russ Cox
2015-01-30
git-codereview: add rebase-work command
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-14
git-codereview: parse branch commits correctly during b.Pending
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
2014-12-30
git-codereview: guard against ambiguous revision parameters
Anthony Martin
2014-12-30
git-codereview: make Branch.Submitted pickier
Josh Bleecher Snyder
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-18
git-codereview: rename from 'git-review' to 'git-codereview'
Andrew Gerrand