Namespaces

Types in GitSharp.Commands

Type NotesCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string ActualDirectory get;

List<string> Arguments get; set;

string F get; set;

Not implemented Take the note message from the given file. Use '-' to read the note message from the standard input. If multiple `-F` (or `-m`) options are given, their values are concatenated as separate paragraphs.

string GitDirectory get; set;

string M get; set;

Not implemented Use the given note message (instead of prompting). If multiple `-m` (or `-F`) options are given, their values are concatenated as separate paragraphs.

StreamWriter OutputStream get; set;

Repository Repository get; set;