8 ms·
Pretty recent Git versions have git-last-modified(1) which can list all files along with the last modified commit.
by chrishill89 4mo ago
Pretty recent Git versions have git-last-modified(1) which can list all files along with the last modified commit.
- burntsushi 4mo agoOh neat! TIL about `git last-modified`. That looks like a fun one to explore. Thank you.