git/t/helper
Junio C Hamano 12a4856545 Merge branch 'jk/git-hash-cleanups' into next
The 'git_hash_*()' wrappers have been updated to be used consistently
across the codebase instead of direct calls to members of 'struct
git_hash_algo', and 'git_hash_discard()' has been made idempotent to
simplify cleanups.

* jk/git-hash-cleanups:
  hash: check ctx->active flag in all wrapper functions
  http: use idempotent git_hash_discard()
  csum-file: use idempotent git_hash_discard()
  hash: make git_hash_discard() idempotent
  hash: document function pointers and wrappers
  hash: convert remaining direct function calls
  hash: use git_hash_init() consistently
2026-07-09 07:45:15 -07:00
..
.gitignore
meson.build test-tool: add a helper to synthesize large packfiles 2026-05-09 11:25:32 +09:00
test-advise.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-bitmap.c packfile: thread odb_source_packed through packed_object_info() 2026-07-02 09:52:32 -07:00
test-bloom.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-bundle-uri.c
test-cache-tree.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-chmtime.c
test-config.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-crontab.c
test-csprng.c
test-date.c
test-delete-gpgsig.c
test-delta.c patch-delta: use size_t for sizes 2026-06-15 07:45:40 -07:00
test-dir-iterator.c
test-drop-caches.c
test-dump-cache-tree.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-dump-fsmonitor.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-dump-split-index.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-dump-untracked-cache.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-env-helper.c
test-example-tap.c
test-fake-ssh.c
test-find-pack.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-fsmonitor-client.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
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 setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-match-trees.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-mergesort.c
test-mktemp.c
test-name-hash.c
test-online-cpus.c
test-pack-deltas.c odb: use size_t for object_info.sizep and the size APIs 2026-06-15 07:45:41 -07:00
test-pack-mtimes.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-parse-options.c
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 setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-read-cache.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-read-graph.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-read-midx.c midx: refactor interfaces to work on "packed" source 2026-06-17 05:00:01 -07:00
test-ref-store.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09: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 setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-rot13-filter.c
test-run-command.c
test-scrap-cache-tree.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-serve-v2.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-sha1.c
test-sha1.sh
test-sha256.c
test-sigchain.c
test-simple-ipc.c
test-string-list.c
test-submodule-config.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-submodule-nested-repo-config.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-submodule.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-subprocess.c setup: stop using `the_repository` in `setup_git_directory_gently()` 2026-05-19 19:36:24 +09:00
test-synthesize.c hash: convert remaining direct function calls 2026-07-07 21:56:00 -07:00
test-tool-utils.h
test-tool.c test-tool: add a helper to synthesize large packfiles 2026-05-09 11:25:32 +09:00
test-tool.h test-tool: add a helper to synthesize large packfiles 2026-05-09 11:25:32 +09:00
test-trace2.c
test-truncate.c
test-userdiff.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-wildmatch.c
test-windows-named-pipe.c
test-write-cache.c setup: stop using `the_repository` in `setup_git_directory()` 2026-05-19 19:36:25 +09:00
test-xml-encode.c
test-zlib.c