add tags panel

This commit is contained in:
Jesse Duffield 2019-11-18 09:38:36 +11:00
parent cea24c2cf9
commit 3c13229145
14 changed files with 390 additions and 6 deletions

View file

@ -78,6 +78,7 @@ func (c *CommitListBuilder) GetCommits() ([]*Commit, error) {
Name: strings.Join(splitLine[1:], " "),
Status: status,
DisplayString: strings.Join(splitLine, " "),
// TODO: add tags here
})
}
if rebaseMode != "" {