| GIT-LAST-MODIFIED(1) | Git Manual | GIT-LAST-MODIFIED(1) |
git-last-modified - EXPERIMENTAL: Show when files were last modified
git last-modified [--recursive] [--show-trees] [<revision-range>] [[--] <path>...]
Shows which commit last modified each of the relevant files and subdirectories. A commit renaming a path, or changing it’s mode is also taken into account.
THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE.
-r, --recursive
-t, --show-trees
<revision-range>
[--] <path>...
git-blame(1), git-log(1).
Part of the git(1) suite
| 2026-02-01 | Git 2.53.0 |