Hello, I'm only focusing on the documentation part. Le 27/06/2025 à 09:49, Meet Soni a écrit : > > --- > Documentation/git-refs.adoc | 95 +++++++++++++++++++++++++++++++ > builtin/refs.c | 110 ++++++++++++++++++++++++++++++++++++ > 2 files changed, 205 insertions(+) > > diff --git a/Documentation/git-refs.adoc b/Documentation/git-refs.adoc > index 4d6dc994f9..d8f81eaabd 100644 > --- a/Documentation/git-refs.adoc > +++ b/Documentation/git-refs.adoc > @@ -11,6 +11,13 @@ SYNOPSIS > [synopsis] > git refs migrate --ref-format=<format> [--no-reflog] [--dry-run] > git refs verify [--strict] [--verbose] > +git refs list [--count=<count>] [--shell|--perl|--python|--tcl] please use spaces around '|' in alternative options: [--shell | --perl | --python | --tcl] > + [(--sort=<key>)...] [--format=<format>] This "[(--sort=<key>)...]" form is new to me. It abides by the synopsis syntax. As I understand it, the user can specify a number of --sort=<key> on the command line.