aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-18doc: add CONTRIBUTING.mdAndrew Gerrand
2015-02-12git-codereview: hide +0 scores and +0 labels except Code-ReviewRuss Cox
2015-02-07git-codereview: ensure blank line after subjectJosh Bleecher Snyder
2015-02-05Revert "git-codereview: work around compiler bug"Minux Ma
2015-01-31git-codereview: fix references to 'git review' in doc.Rahul Chaudhry
2015-01-30git-codereview: fix bug in sync for multi-commit clientRuss 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-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: Github URL can be ssh basedMarkus Zimmermann
2015-01-19git-codereview: work around git checkout-index bug in gofmtRuss Cox
2015-01-19git-codereview: refactor getOutput/getLines into cmdOutput, trim, lines, nonB...Russ Cox
2015-01-19git-codereview: use might not use the aliases of codereviewMarkus Zimmermann
2015-01-16git-codereview: cleanup tmp directory if newGitTest fails.Hyang-Ah Hana Kim
2015-01-14git-codereview: parse branch commits correctly during b.PendingRuss Cox
2015-01-14git-codereview: diagnose local tracking branch ahead of remoteRuss Cox
2015-01-14git-codereview: do not gofmt committed files during mergeRuss Cox
2015-01-14git-codereview: disable gofmt hook when $GIT_GOFMT_HOOK=offRuss Cox
2015-01-14git-codereview: add branchpoint command, for scriptsRuss Cox
2015-01-14git-codereview: add [serverbranch] prefix for work on non-master server branchesRuss Cox
2015-01-14git-codereview: document short names in mail commandRuss Cox
2015-01-06git-codereview: add test for loadAuthRuss 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
2015-01-05git-codereview: print gofmt commands in verbose modeJosh Bleecher Snyder
2015-01-05git-codereview: update outdated error messageDave Cheney
2014-12-30git-codereview: guard against ambiguous revision parametersAnthony Martin
2014-12-30git-codereview: make Branch.Submitted pickierJosh Bleecher Snyder
2014-12-24git-codereview: set user.name and user.email before testsShenghou Ma
2014-12-23git-codereview: fix loadAuth bug from CL 1771Russ Cox
2014-12-23git-codereview: accept more forms of hosts in cookies fileOling Cat
2014-12-23git-codereview: document <branch>.mailed tagRuss Cox
2014-12-23git-codereview: fix a few corner case failuresRuss Cox
2014-12-23review: copying .gitattributes to all subrepositoriesAlex Brainman
2014-12-22git-codereview: permit dot before colon in change descriptionAndrew Gerrand
2014-12-22git-codereview: add TODO about go1.5.txt not needing reviewRuss Cox
2014-12-22git-codereview: add test for pendingRuss Cox
2014-12-22git-codereview: fix .netrc authenticationYann Kerhervé
2014-12-21git-codereview: fix print directivesEmil Hessman
2014-12-18Revert "git-codereview: fix TestCurrentBranch"Josh Bleecher Snyder
2014-12-18git-codereview: fix TestCurrentBranchJosh Bleecher Snyder
2014-12-18git-codereview: rename from 'git-review' to 'git-codereview'Andrew Gerrand
2014-12-18git-review: update documentationAndrew Gerrand
2014-12-17git-review: add gofmt commandRuss Cox
2014-12-17git-review: add documentationAndrew Gerrand
2014-12-17review: remove redundant todosAndrew Gerrand
2014-12-16git-review: expand pending outputRuss Cox