On Sun, 30 Mar 2025 at 19:16, Jean-Noël Avila via GitGitGadget <gitgitgadget@xxxxxxxxx> wrote: > [verse] > -'git mv' [<options>] <source>... <destination> > +'git mv' [-v] [-f] [-n] [-k] <source> <destination> > +'git mv' [-v] [-f] [-n] [-k] <source> ... <destination-directory> Shouldn't "..." be tucked with the preceding "<source>", i.e., "<source>..." as it was in the original? > DESCRIPTION > ----------- > Move or rename a file, directory, or symlink. > > - git mv [-v] [-f] [-n] [-k] <source> <destination> > - git mv [-v] [-f] [-n] [-k] <source> ... <destination-directory> > - This is where "<source> ..." comes from. You moved these lines up. Good. But I do think we want "<source>..."? Martin