git/t/helper
Junio C Hamano e65d1295fe Merge branch 'mm/diff-process-hunks' into seen
A new 'diff.<driver>.process' configuration has been introduced to
allow a long-running external process to act as a hunk provider,
enabling external tools to control which lines Git considers changed
while leaving all output formatting (word diff, color, blame, etc.) to
Git's standard pipeline.

* mm/diff-process-hunks:
  fixup! diff: consult oid-only hunk providers via diff.<driver>.process
  diff: consult oid-only hunk providers via diff.<driver>.process
  userdiff: add diff.<driver>.process config
  sub-process: add a gentle status read
  sub-process: separate process lifecycle from hashmap management
  blame: read precomputed hunks
  diff: read precomputed hunks for stat output
  diff: record precomputed hunks during stat output
  diff-hunks: add the store format, library, and command
  diff: introduce a hunk provider interface
  gitattributes: document how external diff drivers relate to diff features
2026-09-21 10:04:23 -07:00
..
.gitignore
meson.build diff: consult oid-only hunk providers via diff.<driver>.process 2026-09-03 07:43:11 -07:00
test-advise.c
test-bitmap.c packfile: thread odb_source_packed through packed_object_info() 2026-07-02 09:52:32 -07:00
test-bloom.c
test-bundle-uri.c
test-cache-tree.c
test-chmtime.c compat/posix: drop legacy <utime.h> header and shims 2026-08-21 10:24:33 -07:00
test-config.c
test-crontab.c
test-csprng.c
test-date.c
test-delete-gpgsig.c
test-delta.c delta: widen `create_delta()` and `diff_delta()` to `size_t` 2026-08-13 09:42:02 -07:00
test-diff-process-backend.c diff: consult oid-only hunk providers via diff.<driver>.process 2026-09-03 07:43:11 -07:00
test-dir-iterator.c
test-drop-caches.c
test-dump-cache-tree.c
test-dump-fsmonitor.c
test-dump-split-index.c
test-dump-untracked-cache.c
test-env-helper.c
test-example-tap.c
test-fake-ssh.c
test-find-pack.c
test-fsmonitor-client.c
test-genrandom.c
test-genzeros.c
test-getcwd.c
test-hash-speed.c hash: use git_hash_init() consistently 2026-07-07 21:56:00 -07:00
test-hash.c hash: use git_hash_init() consistently 2026-07-07 21:56:00 -07:00
test-hashmap.c
test-hexdump.c
test-json-writer.c
test-lazy-init-name-hash.c config: use repo_ignore_case() to access core.ignorecase 2026-06-19 10:04:56 -07:00
test-match-trees.c
test-mergesort.c
test-mktemp.c
test-name-hash.c
test-online-cpus.c
test-pack-deltas.c t/helper/test-pack-deltas: widen `do_compress()`'s maxsize local to `size_t` 2026-08-13 09:42:03 -07:00
test-pack-mtimes.c
test-parse-options.c parse-options: build early scan options from a struct option array 2026-09-02 13:09:42 -07:00
test-parse-pathspec-file.c
test-partial-clone.c odb: use size_t for object_info.sizep and the size APIs 2026-06-15 07:45:41 -07:00
test-path-utils.c environment: move 'protect_hfs' and 'protect_ntfs' into 'repo_config_values' 2026-06-12 05:45:09 -07:00
test-path-walk.c Merge branch 'ds/path-walk-filters' 2026-06-02 16:15:29 +09:00
test-pcre2-config.c
test-pkt-line.c
test-proc-receive.c
test-progress.c
test-reach.c commit-reach: parse commits in the given repository 2026-09-16 10:45:59 -07:00
test-read-cache.c
test-read-graph.c
test-read-midx.c test-read-midx: check midx_fill_entry() result 2026-09-17 12:43:47 -07:00
test-ref-store.c t/helper: stop registering alternates in "ref-store" command 2026-09-11 08:46:10 -07:00
test-reftable.c reftable: split up write options 2026-06-26 08:27:19 -07:00
test-regex.c
test-repository.c
test-revision-walking.c revision: make get_commit_action() a pure predicate 2026-07-15 14:22:46 -07:00
test-rot13-filter.c
test-run-command.c
test-scrap-cache-tree.c
test-serve-v2.c
test-sha1.c
test-sha1.sh
test-sha256.c
test-sigchain.c
test-simple-ipc.c
test-string-list.c
test-submodule-config.c
test-submodule-nested-repo-config.c
test-submodule.c submodule-config: remove uses of `the_repository` 2026-09-11 08:46:10 -07:00
test-subprocess.c
test-synthesize.c hash: convert remaining direct function calls 2026-07-07 21:56:00 -07:00
test-tool-utils.h
test-tool.c Merge branch 'mm/diff-process-hunks' into seen 2026-09-21 10:04:23 -07:00
test-tool.h Merge branch 'mm/diff-process-hunks' into seen 2026-09-21 10:04:23 -07:00
test-trace2.c
test-truncate.c
test-userdiff.c
test-wildmatch.c
test-windows-named-pipe.c
test-write-cache.c
test-xml-encode.c
test-zlib.c