summaryrefslogtreecommitdiffstats
path: root/reftable/reftable-tests.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-17reftable: ignore unused argc/argv in test functionsJeff King3-3/+3
2024-08-17unit-tests: ignore unused argc/argvJeff King13-13/+13
2024-08-17t/helper: mark more unused argv/argc argumentsJeff King2-2/+2
2024-08-17oss-fuzz: mark unused argv/argc argumentJeff King1-1/+1
2024-08-17refs: mark unused parameters in do_for_each_reflog_helper()Jeff King1-2/+3
2024-08-17refs: mark unused parameters in ref_store fsck callbacksJeff King2-4/+4
2024-08-17update-ref: mark more unused parameters in parser callbacksJeff King1-4/+4
2024-08-17imap-send: mark unused parameter in ssl_socket_connect() fallbackJeff King1-1/+1
2024-08-17diff-lib: drop unused index argument from get_stat_data()Jeff King1-6/+3
2024-08-17ref-filter: drop unused parameters from email_atom_option_parser()Jeff King1-3/+2
2024-08-17pack-bitmap: drop unused parameters from select_pseudo_merges()Jeff King3-5/+3
2024-08-17pack-bitmap: load writer config from repository parameterJeff King3-4/+6
2024-08-17refs: drop some unused parameters from create_symref_lock()Jeff King1-5/+3
2024-08-16Prepare for 2.46.1Junio C Hamano3-2/+39
2024-08-16setup: make ref storage format configurable via configPatrick Steinhardt3-0/+63
2024-08-16setup: make object format configurable via configPatrick Steinhardt3-0/+95
2024-08-16setup: merge configuration of repository formatsPatrick Steinhardt1-27/+20
2024-08-16t0001: delete repositories when object format tests finishPatrick Steinhardt1-0/+3
2024-08-16t0001: exercise initialization with ref formats more thoroughlyPatrick Steinhardt1-13/+35
2024-08-16builtin/stash: fix `--keep-index --include-untracked` with empty HEADPatrick Steinhardt2-1/+37
2024-08-16run-command: fix detaching when running auto maintenancePatrick Steinhardt6-14/+62
2024-08-16builtin/maintenance: add a `--detach` flagPatrick Steinhardt2-0/+45
2024-08-16builtin/gc: add a `--detach` flagPatrick Steinhardt3-36/+84
2024-08-16builtin/gc: stop processing log file on signalPatrick Steinhardt1-8/+0
2024-08-16builtin/gc: fix leaking config valuesPatrick Steinhardt2-27/+82
2024-08-16builtin/gc: refactor to read config into structurePatrick Steinhardt1-112/+143
2024-08-16config: fix constness of out parameter for `git_config_get_expiry()`Patrick Steinhardt4-9/+15
2024-08-15The fifth batchJunio C Hamano1-0/+25
2024-08-15pseudo-merge.c: ensure pseudo-merge groups are closedTaylor Blau2-0/+38
2024-08-15pseudo-merge.c: do not generate empty pseudo-merge commitsTaylor Blau2-5/+8
2024-08-15t/t5333-pseudo-merge-bitmaps.sh: demonstrate empty pseudo-merge groupsTaylor Blau1-0/+20
2024-08-15pack-bitmap-write.c: select pseudo-merges even for small bitmapsTaylor Blau1-0/+4
2024-08-15pack-bitmap: drop redundant args from `bitmap_writer_finish()`Taylor Blau4-8/+6
2024-08-15pack-bitmap: drop redundant args from `bitmap_writer_build()`Taylor Blau4-10/+6
2024-08-15pack-bitmap: drop redundant args from `bitmap_writer_build_type_index()`Taylor Blau4-13/+8
2024-08-15pack-bitmap: initialize `bitmap_writer_init()` with packing_dataTaylor Blau4-4/+7
2024-08-15t4129: fix racy index when calling chmod after git-addJeff King1-1/+1
2024-08-15howto-maintain: mention preformatted docsJunio C Hamano1-0/+4
2024-08-15git-svn: mention `svn:global-ignores` in help+docsAlex Galvin2-10/+10
2024-08-14The fourth batchJunio C Hamano1-0/+56
2024-08-14t9001-send-email.sh: update alias list used for pine testJacob Keller1-3/+5
2024-08-14p1500: add is-base performance testsDerrick Stolee1-0/+31
2024-08-14for-each-ref: add 'is-base' tokenDerrick Stolee5-1/+202
2024-08-14commit: add gentle reference lookup methodDerrick Stolee2-1/+9
2024-08-14commit-reach: add get_branch_base_for_tipDerrick Stolee4-0/+206
2024-08-14builtin/diff: free symmetric diff membersPatrick Steinhardt3-0/+8
2024-08-14diff: free state populated via optionsPatrick Steinhardt4-0/+14
2024-08-14builtin/log: fix leak when showing converted blob contentsPatrick Steinhardt2-0/+3
2024-08-14userdiff: fix leaking memory for configured diff driversPatrick Steinhardt7-11/+43
2024-08-14builtin/format-patch: fix various trivial memory leaksPatrick Steinhardt2-3/+11