Skip to content
Snippets Groups Projects
Commit 84370c64 authored by Nick Thomas's avatar Nick Thomas
Browse files

Tag errors coming out of WalkCommitHistory to aid debugging

parent b4706f27
No related branches found
No related tags found
1 merge request!1Initial implementation of an elasticsearch indexer in Go
Loading
Loading
@@ -138,7 +138,7 @@ func (r *Repo) EachCommit(f func(*object.Commit) error) error {
})
 
if err != nil && err != endError {
return err
return fmt.Errorf("WalkCommitHistory: %s", err)
}
 
return nil
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment