aboutsummaryrefslogtreecommitdiffstats
path: root/object.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-11-03 07:27:57 -0800
committerJunio C Hamano <gitster@pobox.com>2025-11-03 07:27:57 -0800
commit9ab444edfb825dfbc555b3d7916df03071db94c3 (patch)
treedc0dcafcfda297f8a55a209ed4ec6c4c18b87cb8 /object.h
parentMerge branch 'ps/packed-git-in-object-store' into next (diff)
parentlast-modified: implement faster algorithm (diff)
downloadgit-9ab444edfb825dfbc555b3d7916df03071db94c3.tar.gz
git-9ab444edfb825dfbc555b3d7916df03071db94c3.zip
Merge branch 'tc/last-modified-active-paths-optimization' into next
"git last-modified" was optimized by narrowing the set of paths to follow as it dug deeper in the history. * tc/last-modified-active-paths-optimization: last-modified: implement faster algorithm
Diffstat (limited to 'object.h')
-rw-r--r--object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/object.h b/object.h
index 8c3c1c46e1..fa504a09c0 100644
--- a/object.h
+++ b/object.h
@@ -75,6 +75,7 @@ void object_array_init(struct object_array *array);
* http-push.c: 11-----14
* commit-graph.c: 15
* commit-reach.c: 16-----19
+ * builtin/last-modified.c: 1617
* sha1-name.c: 20
* list-objects-filter.c: 21
* bloom.c: 2122