summaryrefslogtreecommitdiff
path: root/builtin/last-modified.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-12last-modified: handle repo_parse_commit() failuresJohannes Schindelin1-3/+6
2026-06-09prio-queue: rename .nr to .nr_ and add accessor helpersKristofer Karlsson1-4/+3
2026-02-13Merge branch 'tc/last-modified-not-a-tree'Junio C Hamano1-5/+14
2026-02-05Merge branch 'tc/last-modified-options-cleanup'Junio C Hamano1-9/+16
2026-01-30last-modified: verify revision argument is a commit-ishToon Claes1-0/+5
2026-01-30last-modified: remove double error messageToon Claes1-1/+1
2026-01-30last-modified: fix memory leak when more than one commit is givenToon Claes1-4/+8
2026-01-30last-modified: rewrite error message when more than one commit givenToon Claes1-1/+1
2026-01-20last-modified: change default max-depth to 0Toon Claes1-16/+5
2026-01-20last-modified: document option '--max-depth'Toon Claes1-1/+16
2026-01-20last-modified: document option '-z'Toon Claes1-4/+7
2026-01-20last-modified: clarify in the docs the command takes a pathspecToon Claes1-2/+2
2025-12-23Merge branch 'tc/memzero-array'Junio C Hamano1-1/+1
2025-12-14Merge branch 'js/last-modified-with-sparse-checkouts'Junio C Hamano1-1/+2
2025-12-11git-compat-util: introduce MEMZERO_ARRAY() macroToon Claes1-1/+1
2025-12-03last-modified: support sparse checkoutsJohannes Schindelin1-1/+2
2025-11-29last-modified: fix use of uninitialized memoryToon Claes1-1/+1
2025-11-03last-modified: implement faster algorithmToon Claes1-15/+235
2025-09-18last-modified: fix bug when some paths remain unhandledToon Claes1-0/+1
2025-09-08Merge branch 'tc/last-modified'Junio C Hamano1-0/+326
2025-08-28last-modified: use Bloom filters when availableToon Claes1-2/+46
2025-08-28last-modified: new subcommand to show when files were last modifiedToon Claes1-0/+281