如何在没有差异的情况下在 perforce 更改列表中列出文件?
How to list files in perforce changelist without diffs?
p4 describe <changelist>
显示更改列表中有差异的文件。是否可以使用 p4
命令仅列出已更改文件的名称?
p4 describe -s changelist
p4 describe 文档:
-s
Display a shortened output that excludes the diffs of the files that were updated.
p4 describe <changelist>
显示更改列表中有差异的文件。是否可以使用 p4
命令仅列出已更改文件的名称?
p4 describe -s changelist
p4 describe 文档:
-s
Display a shortened output that excludes the diffs of the files that were updated.