Flags for the diff2 command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)
Syntax
| C# |
|---|
[FlagsAttribute] public enum GetDepotFileDiffsCmdFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration GetDepotFileDiffsCmdFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class GetDepotFileDiffsCmdFlags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No flags. | |
| RCS | 1 | -dn RCS output | |
| Context | 2 | -dc[n] context | |
| Summary | 4 | -ds summary | |
| Unified | 8 | -du[n] unified | |
| IgnoreWhitespaceChanges | 16 | -db ignore whitespace changes | |
| IgnoreWhitespace | 32 | -dw ignore whitespace | |
| IgnoreLineEndings | 64 | -dl ignore line endings | |
| Limit | 128 | The -Od flag limits output to files that differ. | |
| Supress | 256 | The -q omits files that have identical content and types and suppresses the actual diff for all files. | |
| DiffBinary | 512 | The -t flag forces 'p4 diff2' to diff binary files. | |
| GNU | 1024 | The -u flag uses the GNU diff -u format and displays only files that differ. The file names and dates are in Perforce syntax, but but the output can be used by the patch program. |