Searched defs:CommitFlags (Results 1 – 1 of 1) sorted by relevance
68 type CommitFlags struct { struct69 Name string // Used for author and committer70 Email string // Used for author and committer74 func Commit(wd, msg string, flags CommitFlags) error {