# Functions
AssumeNo gets --asume-no option.
AssumeYes gets --asume-yes option.
CheckGitAlias checks if any alias command has been overridden.
GetConfigDir returns ~/.git-repo dir.
GetLogFile gets --logfile option.
GetLogLevel gets --loglevel option.
GetLogRotateSize gets logrotate size from config.
GetMockSSHInfoResponse gets --mock-ssh-info-response option.
GetMockSSHInfoStatus gets --mock-ssh-info-status option.
GetQuiet gets --quiet option.
GetRepoHooksDir returns the hooks template dir for git-repo.
GetVerbose gets --verbose option.
InstallExtraGitConfig installs extra git config file if necessary.
InstallRepoConfig installs default git-repo config example file.
InstallRepoHooks installs hooks into ~/.git-repo/hooks.
IsDryRun gets --dryrun option.
IsSingleMode gets --single option.
MockNoSymlink checks --mock-no-symlink option.
MockNoTTY checks --mock-no-tty option.
MockUploadOptionsEditScript gets --mock-upload-options-edit-script option.
NoCertChecks indicates whether ignore ssl cert.
ParseGitURL parses address and returns GitURL.
# Constants
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
DefaultGitRepoConfigFile is default git-repo config file.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
Exported macros.
# Variables
CommitIDPattern indicates raw commit ID.
DotRepo is '.repo', admin directory for git-repo.
GerritHooks defines map of Gerrit hooks.
GitDaemonProtocolPattern indicates git over git-daemon protocol.
GitDefaultConfig is git global and system config.
GitFileProtocolPattern indicates git over file protocol.
GitHTTPProtocolPattern indicates git over HTTP protocol.
GitSCPProtocolPattern indicates scp-style git over SSH protocol.
GitSSHProtocolPattern indicates git over SSH protocol.
PGPKeyRing for verify git-repo package.
# Structs
CodeReview to be updated.
GitURL holds Git URL.
UploadOptions is options for upload related methods.