aboutsummaryrefslogtreecommitdiff
path: root/builtin/last-modified.c
AgeCommit message (Expand)Author
2026-02-13Merge branch 'tc/last-modified-not-a-tree'Junio C Hamano
2026-02-05Merge branch 'tc/last-modified-options-cleanup'Junio C Hamano
2026-01-30last-modified: verify revision argument is a commit-ishToon Claes
2026-01-30last-modified: remove double error messageToon Claes
2026-01-30last-modified: fix memory leak when more than one commit is givenToon Claes
2026-01-30last-modified: rewrite error message when more than one commit givenToon Claes
2026-01-20last-modified: change default max-depth to 0Toon Claes
2026-01-20last-modified: document option '--max-depth'Toon Claes
2026-01-20last-modified: document option '-z'Toon Claes
2026-01-20last-modified: clarify in the docs the command takes a pathspecToon Claes
2025-12-23Merge branch 'tc/memzero-array'Junio C Hamano
2025-12-14Merge branch 'js/last-modified-with-sparse-checkouts'Junio C Hamano
2025-12-11git-compat-util: introduce MEMZERO_ARRAY() macroToon Claes
2025-12-03last-modified: support sparse checkoutsJohannes Schindelin
2025-11-29last-modified: fix use of uninitialized memoryToon Claes
2025-11-03last-modified: implement faster algorithmToon Claes
2025-09-18last-modified: fix bug when some paths remain unhandledToon Claes
2025-09-08Merge branch 'tc/last-modified'Junio C Hamano
2025-08-28last-modified: use Bloom filters when availableToon Claes
2025-08-28last-modified: new subcommand to show when files were last modifiedToon Claes