Documentation ¶ Index ¶ type CommitAuthor type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CommitAuthor ¶ added in v0.33.0 type CommitAuthor struct { Name string Email string } CommitAuthor is the data (name and email) used when a commit is made type Config ¶ added in v0.33.0 type Config struct { // Absolute path to the directory Directory string // The fetch depth used when cloning, if set to 0, the entire history will be used FetchDepth int } Config is configuration for any git implementation Source Files ¶ View all Source files commit.gogit.go Directories ¶ Show internal Expand all Path Synopsis cmdgit gogit Click to show internal directories. Click to hide internal directories.