-
-
Notifications
You must be signed in to change notification settings - Fork 401
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary 💡
As documented in https://github.blog/open-source/git/highlights-from-git-2-52/ , the new git last-modified command efficiently walks commits to determine the last modification to each file in a tree.
Motivation 🔦
This would help for operations like displaying a directory with the most recent commit that modifies it (as various Git UIs and forges do). It's also useful for importing/exporting a git tree into some other context that wants an mtime for every file.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request