Searched defs:CommitFlags (Results 1 – 1 of 1) sorted by relevance
67 type CommitFlags struct { struct68 Name string // Used for author and committer69 Email string // Used for author and committer73 func Commit(wd, msg string, flags CommitFlags) error {