aboutsummaryrefslogtreecommitdiff
path: root/git-codereview/branch.go
AgeCommit message (Expand)Author
5 daysgit-codereview: support remote other than "origin"HEADmainShulhan
2024-01-25git-codereview: remove usage of io/ioutilv1.9.0Joshua Sing
2023-08-16git-codereview: fix commentcui fliter
2022-04-06git-codereview: handle branches checked out in a worktreeFilippo Valsorda
2021-02-23git-codereview: pending: show unresolved comment countRuss Cox
2021-01-13git-codereview: clean up detached HEAD modeRuss Cox
2021-01-13git-codereview: add reword commandRuss Cox
2021-01-13git-codereview: new sync-branch and related fixesRuss Cox
2021-01-07git-codereview: allow work on main branchesRuss Cox
2020-09-11git-codereview: change upstream fallback to try main before masterRuss Cox
2019-11-09git-codereview: override existing locale with LC_ALL=CEric Lagergren
2017-11-10git-codereview: overlap 'git fetch -q' with Gerrit queries in pendingRuss Cox
2017-11-10git-codereview: batch GerritChange info fetches during pendingRuss Cox
2017-10-02git-codereview: avoid Gerrit timeout for missing Change-Id during pendingRuss Cox
2016-10-06review: Fix error of git change on windowsYasuhiro Matsumoto
2016-05-28git-codereview: make change fail with multiple pending changesCaio Marcelo de Oliveira Filho
2016-02-26git-codereview: reject empty commits in mailCaio Marcelo de Oliveira Filho
2016-02-05git-codereview: accept any commit spelling for mail and submitAustin Clements
2015-12-14git-codereview: fix branch "behind" countAustin Clements
2015-11-11git-codereview: add interactive mode to submitAustin Clements
2015-08-25Revert "review: git change doesn't pass @{u} correctly on windows."Andrew Gerrand
2015-08-20review: git change doesn't pass @{u} correctly on windows.Yasuhiro Matsumoto
2015-06-17git-codereview: fix missing upstream detectionRuss Cox
2015-01-30git-codereview: use cmd prefix on command implementation funcsRuss Cox
2015-01-30git-codereview: add rebase-work commandRuss Cox
2015-01-30git-codereview: revise pendingRuss Cox
2015-01-19git-codereview: refactor getOutput/getLines into cmdOutput, trim, lines, nonB...Russ Cox
2015-01-14git-codereview: parse branch commits correctly during b.PendingRuss Cox
2015-01-14git-codereview: add branchpoint command, for scriptsRuss Cox
2015-01-06git-codereview: begin to handle multiple-change branchesRuss Cox
2014-12-30git-codereview: guard against ambiguous revision parametersAnthony Martin
2014-12-30git-codereview: make Branch.Submitted pickierJosh Bleecher Snyder
2014-12-23git-codereview: fix a few corner case failuresRuss Cox
2014-12-22git-codereview: add test for pendingRuss Cox
2014-12-18git-codereview: rename from 'git-review' to 'git-codereview'Andrew Gerrand