GetDepotFileDiffsCmdFlags Enumeration
|
Flags for the diff2 command.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntax [FlagsAttribute]
public enum GetDepotFileDiffsCmdFlags
<FlagsAttribute>
Public Enumeration GetDepotFileDiffsCmdFlags
[FlagsAttribute]
public enum class GetDepotFileDiffsCmdFlags
[<FlagsAttribute>]
type 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.
|
See Also