Namespaces
GitSharp
GitSharp.Commands
Types in GitSharp.Commands
AbstractCommand
AbstractFetchCommand
AddCommand
AmCommand
AnnotateCommand
ApplyCommand
ArchiveCommand
BlameCommand
BranchCommand
CatFileCommand
CheckoutCommand
CheckoutIndexCommand
CherryCommand
CherryPickCommand
CleanCommand
CloneCommand
CommitCommand
CommitTreeCommand
ConfigCommand
CountObjectsCommand
DescribeCommand
DiffCommand
DiffFilesCommand
DiffIndexCommand
DifftoolCommand
DiffTreeCommand
FastExportCommand
FastimportCommand
FetchCommand
FetchPackCommand
FilterBranchCommand
FmtMergeMsgCommand
ForEachRefCommand
FormatPatchCommand
FsckCommand
GcCommand
GrepCommand
HashObjectCommand
IGitCommand
IndexpackCommand
InitCommand
LogCommand
LsFilesCommand
LsRemoteCommand
LsTreeCommand
MailinfoCommand
MailsplitCommand
MergeBaseCommand
MergeFileCommand
MergeIndexCommand
MergetoolCommand
MktreeCommand
MvCommand
NameRevCommand
NotesCommand
PackObjectsCommand
PackRedundantCommand
PackRefsCommand
PatchIdCommand
PeekRemoteCommand
PruneCommand
PrunePackedCommand
PushCommand
QuiltimportCommand
ReadTreeCommand
RebaseCommand
ReceivePackCommand
ReflogCommand
RelinkCommand
RemoteCommand
RepackCommand
ReplaceCommand
RequestPullCommand
ResetCommand
RevertCommand
RevParseCommand
RmCommand
SendPackCommand
ShortlogCommand
ShowBranchCommand
ShowCommand
ShowRefCommand
StatusCommand
StatusResults
StatusState
StatusType
StripspaceCommand
SubmoduleCommand
SvnCommand
SymbolicRefCommand
TagCommand
TarTreeCommand
UnpackFileCommand
UnpackObjectsCommand
UpdateIndexCommand
UpdateServerInfoCommand
UploadArchiveCommand
UploadPackCommand
VarCommand
VerifyPackCommand
VerifyTagCommand
WhatchangedCommand
Type
StatusResults
Namespace
GitSharp.Commands
Methods
Clear
Contains
Search
Fields
UntrackedList
StagedList
ModifiedList
Public instance methods
void
Clear
()
bool
Contains
(
string
filepattern,
int
state)
Dictionary<string, int>
Search
(
string
filepattern)
Public fields
List<string>
UntrackedList
return
List<string>
Dictionary<string, int>
StagedList
return
Dictionary<string, int>
Dictionary<string, int>
ModifiedList
return
Dictionary<string, int>