Hi Dscho, On Wed, Jun 24, 2020 at 02:48:38PM +0000, Johannes Schindelin via GitGitGadget wrote: > diff --git a/Documentation/gitworkflows.txt b/Documentation/gitworkflows.txt > index abc0dc6bc7..0965b60884 100644 > --- a/Documentation/gitworkflows.txt > +++ b/Documentation/gitworkflows.txt > @@ -85,15 +85,15 @@ As a given feature goes from experimental to stable, it also > > There is a fourth official branch that is used slightly differently: > > -* 'pu' (proposed updates) is an integration branch for things that are > - not quite ready for inclusion yet (see "Integration Branches" > - below). > +* `seen` (patches seen by the maintainer) is an integration branch for > + things that are not quite ready for inclusion yet (see "Integration > + Branches" below). Tiny nit: we should use sq instead of backticks to match the style of the rest of the document. -Denton