finish merging

This commit is contained in:
2023-01-30 23:03:08 -08:00
parent 38bc9bcf94
commit aa28e5b264
10 changed files with 49 additions and 197 deletions

View File

@@ -16,6 +16,7 @@ type (
Commits []types.Commit
Year int
}
RepoSet []string
)
func OpenRepo(directory string) (Repo, error) {