From e231b6e83956635e5e4923c064cab19e6730150a Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sat, 15 Feb 2020 15:39:49 +0100 Subject: bridges: pass the context to Init for when a client build process needs it --- identity/bare.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'identity/bare.go') diff --git a/identity/bare.go b/identity/bare.go index a02ec790..58c278be 100644 --- a/identity/bare.go +++ b/identity/bare.go @@ -21,6 +21,8 @@ var _ entity.Interface = &Bare{} // // in particular, this identity is designed to be compatible with the handling of // identities in the early version of git-bug. +// Deprecated: legacy identity for compat, might make sense to ditch entirely for +// simplicity but that would be a breaking change. type Bare struct { id entity.Id name string -- cgit