Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdArg ¶
type CmdArg string
CmdArg represents a command argument for git command, and it will be used for the git command directly without any further processing. In most cases, you should use the "AddXxx" functions to add arguments, but not use this type directly. Casting a risky (user-provided) string to CmdArg would cause security issues if it's injected with a "--xxx" argument.
Click to show internal directories.
Click to hide internal directories.