git/builtin
Junio C Hamano 6aec57e0ae Merge branch 'tc/last-modified-bloom' into seen
The 'git last-modified' command has been optimized by using Bloom
filters.  It now reuses revision walk filtering logic from 'git log'
to pre-filter commits, and maintains per-path Bloom filters even when
wildcard pathspecs are used.

* tc/last-modified-bloom:
  last-modified: keep per-path Bloom filters for wildcard pathspecs
  last-modified: check pathspec against Bloom filter first
  revision: add Bloom check that includes parent directories
  bloom: add helper to check if any key in a vector is present
  revision: expose check for paths maybe changed in Bloom filter
  revision: move bloom keyvec precondition into function
2026-09-17 12:54:42 -07:00
..
add.c Merge branch 'gr/add-e-use-apply-api' 2026-09-07 09:32:06 -07:00
am.c
annotate.c
apply.c
archive.c
backfill.c
bisect.c Merge branch 'js/coverity-unchecked-returns-fix' 2026-08-24 13:17:50 -07:00
blame.c Merge branch 'bc/parse-options-exit-0-on-help' 2026-07-19 10:42:16 -07:00
branch.c Merge branch 'hn/branch-delete-merged' 2026-08-20 07:30:51 -07:00
bugreport.c
bundle.c bundle: generate packfiles via the object database 2026-08-21 09:01:55 -07:00
cat-file.c Merge branch 'ps/cat-file-remote-object-info-type' 2026-08-23 18:01:42 -07:00
check-attr.c
check-ignore.c
check-mailmap.c
check-ref-format.c refs: remove remaining uses of `the_repository` 2026-07-16 07:40:22 -07:00
checkout--worker.c
checkout-index.c
checkout.c Merge branch 'jc/checkout-refactor' into seen 2026-09-17 12:54:41 -07:00
clean.c
clone.c Merge branch 'ps/ref-storage-format' into jch 2026-09-17 12:54:15 -07:00
column.c
commit-graph.c
commit-tree.c
commit.c Merge branch 'ec/commit-fixup-options' into seen 2026-09-17 12:54:35 -07:00
config.c Merge branch 'dw/config-read-both-global' into jch 2026-09-17 12:54:18 -07:00
count-objects.c
credential-cache--daemon.c
credential-cache.c
credential-store.c
credential.c
describe.c Merge branch 'kk/prio-queue-get-put-fusion' 2026-07-13 08:27:27 -07:00
diagnose.c
diff-files.c
diff-index.c
diff-pairs.c
diff-tree.c
diff.c diff: handle NULL return from repo_get_commit_tree() 2026-07-10 08:13:54 -07:00
difftool.c Merge branch 'rs/tempfile-wo-the-repository' 2026-07-30 10:32:02 -07:00
fast-export.c Merge branch 'ps/refspec-wo-the-repository' 2026-07-27 09:09:00 -07:00
fast-import.c Merge branch 'js/pack-objects-delta-size-t' 2026-08-24 13:17:51 -07:00
fetch-pack.c repository: move fetch_if_missing into struct repository 2026-08-15 08:37:54 -07:00
fetch.c Merge branch 'pz/fetch-submodule-errors-config' into seen 2026-09-17 12:54:37 -07:00
fmt-merge-msg.c
for-each-ref.c
for-each-repo.c
fsck.c Merge branch 'ps/odb-pluggable-fsck' 2026-09-15 11:07:37 -07:00
fsmonitor--daemon.c
gc.c builtin/maintenance: improve heuristic for "rerere gc" 2026-09-04 07:27:14 -07:00
get-tar-commit-id.c
grep.c builtin/grep: stop registering submodule ODB as source 2026-09-11 08:46:10 -07:00
hash-object.c
help.c
history.c Merge branch 'hn/history-squash' into jch 2026-09-17 12:54:13 -07:00
hook.c
index-pack.c Merge branch 'bc/restrict-hex-to-lowercase' into seen 2026-09-17 12:54:38 -07:00
init-db.c Merge branch 'ps/ref-storage-format' into jch 2026-09-17 12:54:15 -07:00
interpret-trailers.c
last-modified.c Merge branch 'tc/last-modified-bloom' into seen 2026-09-17 12:54:42 -07:00
log.c Merge branch 'jk/format-patch-leakfix' 2026-07-13 08:27:27 -07:00
ls-files.c
ls-remote.c
ls-tree.c
mailinfo.c
mailsplit.c mailsplit: move NULL check before first use of file handle 2026-07-10 08:13:54 -07:00
merge-base.c
merge-file.c
merge-index.c
merge-ours.c
merge-recursive.c
merge-tree.c
merge.c Merge branch 'tc/merge-default-to-upstream-leakfix' 2026-08-07 14:48:01 -07:00
mktag.c
mktree.c mktree: do not use OBJECT_INFO_QUICK when checking objects 2026-08-30 13:37:42 -07:00
multi-pack-index.c Merge branch 'tb/midx-incremental-custom-base' into seen 2026-09-17 12:54:36 -07:00
mv.c Merge branch 'lo/mv-missing-dest-dir-check' 2026-08-11 10:07:00 -07:00
name-rev.c format-rev: learn --abbrev, --color, and --date 2026-08-18 03:30:43 -07:00
notes.c worktree: pass repository to public functions 2026-07-16 07:40:22 -07:00
pack-objects.c Merge branch 'as/utimensat-utimes' into jch 2026-09-17 12:54:17 -07:00
pack-redundant.c
pack-refs.c
patch-id.c hash: use git_hash_init() consistently 2026-07-07 21:56:00 -07:00
prune-packed.c
prune.c repository: move fetch_if_missing into struct repository 2026-08-15 08:37:54 -07:00
pull.c refspec: let callers pass in hash algorithm when parsing items 2026-07-16 13:58:25 -07:00
push.c Merge branch 'ty/migrate-excludes-file' 2026-07-30 10:32:03 -07:00
range-diff.c range-diff: add --matched-only to skip one-sided commits 2026-09-15 08:46:28 -07:00
read-tree.c
rebase.c
receive-pack.c receive-pack: coccinelle fix 2026-09-14 15:36:48 -07:00
reflog.c worktree: pass repository to public functions 2026-07-16 07:40:22 -07:00
refs.c builtin/refs: rename "--ref-format=" to "--ref-storage-format=" 2026-09-09 11:04:30 -07:00
remote-ext.c
remote-fd.c
remote.c
repack.c Merge branch 'tb/midx-incremental-custom-base' into seen 2026-09-17 12:54:36 -07:00
replace.c
replay.c replay: offer an option to linearize the commit topology 2026-08-31 10:29:06 -07:00
repo.c repo: add path.cdup 2026-09-11 09:16:47 -07:00
rerere.c
reset.c
rev-list.c Merge branch 'sa/rev-list-missing-only' 2026-09-14 14:02:53 -07:00
rev-parse.c Merge branch 'kj/repo-info-more-path-keys' into seen 2026-09-17 12:54:37 -07:00
revert.c
rm.c
send-pack.c refspec: stop depending on `the_repository` 2026-07-16 13:58:25 -07:00
shortlog.c parse-options: exit 0 on -h 2026-07-07 17:48:57 -07:00
show-branch.c
show-index.c
show-ref.c
sparse-checkout.c use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom repos 2026-07-14 12:54:25 -07:00
stash.c Merge branch 'hn/checkout-m-autostash-refine' 2026-09-14 14:02:53 -07:00
stripspace.c
submodule--helper.c Merge branch 'vv/branch-recurse-no-start-ref' into jch 2026-09-17 12:54:18 -07:00
symbolic-ref.c
tag.c
unpack-file.c
unpack-objects.c Merge branch 'jt/receive-pack-pluggable-writes' 2026-08-31 08:25:00 -07:00
update-index.c Merge branch 'dk/use-nsec-runtime' into jch 2026-09-17 12:54:16 -07:00
update-ref.c
update-server-info.c
upload-archive.c
upload-pack.c builtin/upload-pack: set GIT_NO_LAZY_FETCH to 0 on trusted repo 2026-09-08 10:02:57 -07:00
url-parse.c
var.c
verify-commit.c
verify-pack.c
verify-tag.c
worktree.c Merge branch 'rs/worktree-add-basename-fixes' 2026-09-10 05:36:16 -07:00
write-tree.c