From: Stefan Sperling Subject: Re: allow merging tags To: Omar Polo Cc: gameoftrees@openbsd.org Date: Fri, 19 Jun 2026 10:38:19 +0200 On Fri, Jun 19, 2026 at 12:33:57AM +0200, Omar Polo wrote: > Stefan Sperling wrote: > > Make 'got merge' accept tags as merge source argument. > > > > Reuse a tag-resolution function from tog.c, moving it to the lib directory > > such that the got command can make use of it as well. > > > > Add test coverage. > > > > ok? > > nice, looks good to me! ok op@ Thanks for reviewing! > p.s. should we tweak the wording in got.1? or shall we consider > "branch" to match tags as well in there? Yes, I have improved the docs as well. Thanks for pointing that out.