On Wed, Jul 23, 2025 at 02:00:10PM -0500, Justin Tobler wrote: > On 25/07/22 01:20PM, Patrick Steinhardt wrote: > > diff --git a/Documentation/git-reflog.adoc b/Documentation/git-reflog.adoc > > index 6ae13e772b8..798dbc0a00a 100644 > > --- a/Documentation/git-reflog.adoc > > +++ b/Documentation/git-reflog.adoc > > @@ -12,6 +12,7 @@ SYNOPSIS > > git reflog [show] [<log-options>] [<ref>] > > git reflog list > > git reflog exists <ref> > > +git reflog write <ref> <old-oid> <new-oid> <message> > > The other subcommands each have an entry in the description. Do we want > to also add something for the "write" subcommand? Yeah, let's. > Also, if we want to be consistent, I noticed the order of the > subcommands listed in the description was not changed either. True, I'll fix that. Patrick