golang/go

x/review/git-codereview: package documentation for multi-commit branch workflow does not match behavior

Open

#37,038 建立於 2020年2月5日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Go (19,008 fork)batch import
DocumentationNeedsFixhelp wanted

倉庫指標

Star
 (133,883 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

The package documentation for git-codereview says:

The 'git codereview change' command amends the top commit in the stack (HEAD).

However, CL 20049 appears to have removed this behavior, instead stating that some combination git commit --amend and git rebase should be used instead.

I'd appreciate it if these docs were updated to better explain the current behavior (potentially with an example).

I'm working on a multi-change contribution, and am finding this a little bit confusing to figure out.

貢獻者指南