index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
last-modified.c
Age
Commit message (
Expand
)
Author
2026-02-13
Merge branch 'tc/last-modified-not-a-tree'
Junio C Hamano
2026-02-05
Merge branch 'tc/last-modified-options-cleanup'
Junio C Hamano
2026-01-30
last-modified: verify revision argument is a commit-ish
Toon Claes
2026-01-30
last-modified: remove double error message
Toon Claes
2026-01-30
last-modified: fix memory leak when more than one commit is given
Toon Claes
2026-01-30
last-modified: rewrite error message when more than one commit given
Toon Claes
2026-01-20
last-modified: change default max-depth to 0
Toon Claes
2026-01-20
last-modified: document option '--max-depth'
Toon Claes
2026-01-20
last-modified: document option '-z'
Toon Claes
2026-01-20
last-modified: clarify in the docs the command takes a pathspec
Toon Claes
2025-12-23
Merge branch 'tc/memzero-array'
Junio C Hamano
2025-12-14
Merge branch 'js/last-modified-with-sparse-checkouts'
Junio C Hamano
2025-12-11
git-compat-util: introduce MEMZERO_ARRAY() macro
Toon Claes
2025-12-03
last-modified: support sparse checkouts
Johannes Schindelin
2025-11-29
last-modified: fix use of uninitialized memory
Toon Claes
2025-11-03
last-modified: implement faster algorithm
Toon Claes
2025-09-18
last-modified: fix bug when some paths remain unhandled
Toon Claes
2025-09-08
Merge branch 'tc/last-modified'
Junio C Hamano
2025-08-28
last-modified: use Bloom filters when available
Toon Claes
2025-08-28
last-modified: new subcommand to show when files were last modified
Toon Claes