diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-11-03 07:27:57 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-11-03 07:27:57 -0800 |
| commit | 9ab444edfb825dfbc555b3d7916df03071db94c3 (patch) | |
| tree | dc0dcafcfda297f8a55a209ed4ec6c4c18b87cb8 /object.h | |
| parent | Merge branch 'ps/packed-git-in-object-store' into next (diff) | |
| parent | last-modified: implement faster algorithm (diff) | |
| download | git-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
