Re: [PATCH v6 1/4] last-modified: new subcommand to show when files were last modified
From: Jean-Noël AVILA <hidden>
Date: 2025-08-01 20:34:20
Hello, On Friday, 1 August 2025 18:22:50 CEST Toon Claes wrote:
Patrick Steinhardt [off-list ref] writes:quoted
On Wed, Jul 30, 2025 at 07:55:07PM +0200, Toon Claes wrote:quoted
diff --git a/Documentation/git-last-modified.adocb/Documentation/git-last-modified.adoc new file mode 100644 index 0000000000..89138ebeb7--- /dev/null +++ b/Documentation/git-last-modified.adoc@@ -0,0 +1,49 @@ +git-last-modified(1) +==================== + +NAME +---- +git-last-modified - EXPERIMENTAL: Show when files were last modified + + +SYNOPSIS +-------- +[synopsis] +git last-modified [-r] [-t] [<revision-range>] [[--] <path>...]I think we typically list long options here, not the short single-letter ones.Okay, makes sense.quoted
quoted
+ +DESCRIPTION +----------- + +Shows which commit last modified each of the relevant files and
subdirectories.
quoted
quoted
+ +THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE. + +OPTIONS +------- +quoted
+-r::-r, --recursive::
As a newly introduced man page, please switch to full synopsis style and cite only one form per line: `-r`:: `--recurse`::
quoted
quoted
+ Recurse into subtrees. +quoted
+-t::-t, --tree-in-recursive::Sure!
Idem here.