Re: [PATCH v6 1/4] last-modified: new subcommand to show when files were last modified

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Jul 30, 2025 at 7:55 PM Toon Claes <toon@xxxxxxxxx> wrote:

> +[--] <path>...::
> +       For each _<path>_ given, the commit which last modified it is returned.
> +       Without an optional path parameter, all files and subdirectories
> +       in path traversal the are included in the output.

s/the are included/are included/

> +static void last_modified_release(struct last_modified *lm)

I think these days we tend to name those functions using "clear"
instead of "release"

> +{
> +       hashmap_clear_and_free(&lm->paths, struct last_modified_entry, hashent);
> +       release_revisions(&lm->rev);
> +}





[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux