aboutsummaryrefslogtreecommitdiffstats
path: root/bug/clocks.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/clocks.go')
-rw-r--r--bug/clocks.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/bug/clocks.go b/bug/clocks.go
index 7b254746..5ffa094a 100644
--- a/bug/clocks.go
+++ b/bug/clocks.go
@@ -4,6 +4,8 @@ import (
"github.com/MichaelMure/git-bug/repository"
)
+// Witnesser will read all the available Bug to recreate the different logical
+// clocks
func Witnesser(repo *repository.GitRepo) error {
for b := range ReadAllLocalBugs(repo) {
if b.Err != nil {