Skip to content

Commit 692b9e6

Browse files
committed
but: oplog uid
1 parent f690472 commit 692b9e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/actions/tools/but/oplog.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
"time"
77

88
"github.com/carapace-sh/carapace"
9+
"github.com/carapace-sh/carapace-bin/pkg/actions/tools/git"
910
"github.com/carapace-sh/carapace/pkg/style"
1011
)
1112

@@ -86,5 +87,5 @@ func ActionOplogEntries() carapace.Action {
8687
vals = append(vals, e.ID[:12], fmt.Sprintf("%v %v", t.Format(time.DateTime), e.Details.Title), e.style())
8788
}
8889
return carapace.ActionStyledValuesDescribed(vals...)
89-
})
90+
}).Tag("oplog entries").UidF(git.Uid("ref")) // TODO temporary using ref uid (needs own)
9091
}

0 commit comments

Comments
 (0)