美文网首页
gerrit file status

gerrit file status

作者: 顽强的猫尾草 | 来源:发表于2019-05-06 17:03 被阅读0次

Each file in a patch set has a letter next to it, indicating the type of modification for that file. The following table lists the types of modifications.

Letter Modification Type Definition
M Modification The file existed before this change and is modified.
A Added The file is newly added.
D Deleted The file is deleted.
R Renamed The file is renamed.
C Copied The file is new and is copied from an existing file.

If the status is R (Renamed) or C (Copied), the file list also displays the original name of the file below the patch set file.

Reference
Gerrit Documentation 2.15(ish)

相关文章

网友评论

      本文标题:gerrit file status

      本文链接:https://www.haomeiwen.com/subject/rwjdoqtx.html