We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cadba8 commit bd0139dCopy full SHA for bd0139d
cmd/commands/todos.go
@@ -63,7 +63,7 @@ var todosCmd = &cobra.Command{
63
// timeout after 30 seconds
64
ctx, cancel := context.WithTimeout(ctx, 30*time.Second)
65
defer cancel()
66
- _, err = t.FindBlame(ctx, r, commit, func(commit *object.Commit, remaining int) {
+ err = t.FindBlame(ctx, r, commit, func(commit *object.Commit, remaining int) {
67
total := len(t)
68
s.Suffix = fmt.Sprintf(" (%d/%d) %s: %s", total-remaining, total, commit.Hash, commit.Author.When)
69
})
0 commit comments