Types in GitSharp.Commands
Public properties
string Abbrev get; set;
Not implemented
Instead of showing the full 40-byte hexadecimal object
lines, show only a partial prefix.
Non default number of digits can be specified with --abbrev=.
string ActualDirectory get;
List<string> Arguments get; set;
bool Cached get; set;
Not implemented
Show cached files in the output (default)
bool Deleted get; set;
Not implemented
Show deleted files in the output
bool Directory get; set;
Not implemented
If a whole directory is classified as "other", show just its
name (with a trailing slash) and not its whole contents.
string ErrorUnmatch get; set;
Not implemented
If any does not appear in the index, treat this as an
error (return 1).
string Exclude get; set;
Not implemented
Skips files matching pattern.
Note that pattern is a shell wildcard pattern.
string ExcludeFrom get; set;
Not implemented
exclude patterns are read from ; 1 per line.
string ExcludePerDirectory get; set;
Not implemented
read additional exclude patterns that apply only to the
directory and its subdirectories in .
bool ExcludeStandard get; set;
Not implemented
Add the standard git exclusions: .git/info/exclude, .gitignore
in each directory, and the user's global exclusion file.
bool FullName get; set;
Not implemented
When run from a subdirectory, the command usually
outputs paths relative to the current directory. This
option forces paths to be output relative to the project
top directory.
string GitDirectory get; set;
bool Ignored get; set;
Not implemented
Show only ignored files in the output. When showing files in the
index, print only those matched by an exclude pattern. When
showing "other" files, show only those matched by an exclude
pattern.
bool Killed get; set;
Not implemented
Show files on the filesystem that need to be removed due
to file/directory conflicts for checkout-index to
succeed.
bool Modified get; set;
Not implemented
Show modified files in the output
bool NoEmptyDirectory get; set;
Not implemented
Do not list empty directories. Has no effect without --directory.
bool Others get; set;
Not implemented
Show other (i.e. untracked) files in the output
StreamWriter OutputStream get; set;
bool Stage get; set;
Not implemented
Show staged contents' object name, mode bits and stage number in the output.
bool T get; set;
Not implemented
Identify the file status with the following tags (followed by
a space) at the start of each line:
H::cached
M::unmerged
R::removed/deleted
C::modified/changed
K::to be killed
?::other
bool Unmerged get; set;
Not implemented
Show unmerged files in the output (forces --stage)
bool V get; set;
Not implemented
Similar to `-t`, but use lowercase letters for files
that are marked as 'assume unchanged' (see
linkgit:git-update-index[1]).
string WithTree get; set;
Not implemented
When using --error-unmatch to expand the user supplied
(i.e. path pattern) arguments to paths, pretend
that paths which were removed in the index since the
named are still present. Using this option
with `-s` or `-u` options does not make any sense.
bool Z get; set;
Not implemented
\0 line termination on output.