Skip to content

Commit bac1475

Browse files
committed
add TODO to handle todos added in the initial commit
1 parent a4715a8 commit bac1475

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/todos/todos.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ func (t *ToDos) FindBlame(ctx context.Context, repo *git.Repository, from *objec
163163
errs := make(chan error)
164164
var wg sync.WaitGroup
165165
var mux sync.Mutex
166+
// TODO, if the todo item was added in the initial commit, we don't handle that correct
166167
for _, todo := range remainingTodos {
167168
wg.Add(1)
168169
go func(todo *ToDo, commit *object.Commit, errs chan error) {

0 commit comments

Comments
 (0)