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
MailsplitCommand
Namespace
GitSharp.Commands
Parent
AbstractCommand
Properties
ActualDirectory
Arguments
B
D
F
GitDirectory
O
OutputStream
Repository
Public properties
string
ActualDirectory
get;
List<string>
Arguments
get; set;
bool
B
get; set;
Not implemented If any file doesn't begin with a From line, assume it is a single mail message instead of signaling error.
string
D
get; set;
Not implemented Instead of the default 4 digits with leading zeros, different precision can be specified for the generated filenames.
string
F
get; set;
Not implemented Skip the first
numbers, for example if -f3 is specified, start the numbering with 0004.
string
GitDirectory
get; set;
string
O
get; set;
Not implemented Directory in which to place the individual messages.
StreamWriter
OutputStream
get; set;
Repository
Repository
get; set;