summaryrefslogtreecommitdiffstats
path: root/diagnose.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-28compat: disable -Wunused-parameter in win32/headless.cJeff King1-0/+2
2024-08-28compat: disable -Wunused-parameter in 3rd-party codeJeff King2-0/+4
2024-08-28t-reftable-readwrite: mark unused parameter in callback functionJeff King1-1/+1
2024-08-28gc: mark unused config parameter in virtual functionsJeff King1-8/+8
2024-08-26The ninth batchJunio C Hamano1-0/+21
2024-08-26A bit more topics for 2.46.x maintenance trackJunio C Hamano1-0/+22
2024-08-23The eighth batchJunio C Hamano1-0/+10
2024-08-21The seventh batchJunio C Hamano1-0/+9
2024-08-21builtin/maintenance: fix loose objects task emitting pack hashPatrick Steinhardt2-0/+22
2024-08-21t7900: exercise detaching via trace2 regionsPatrick Steinhardt2-9/+10
2024-08-20CodingGuidelines: spaces around C operatorsJunio C Hamano1-1/+10
2024-08-20t-hashmap: stop calling setup() for t_intern() testJeff King1-3/+2
2024-08-20ci(win+VS): download the vcpkg artifacts using a dedicated GitHub ActionJohannes Schindelin1-8/+4
2024-08-20ci: bump microsoft/setup-msbuild from v1 to v2Johannes Schindelin1-1/+1
2024-08-19The sixth batchJunio C Hamano1-0/+7
2024-08-19t7900: fix flaky test due to leaking background jobPatrick Steinhardt1-2/+7
2024-08-17send-email: teach git send-email option to translate aliasesJacob Keller3-1/+131
2024-08-17scalar: mark unused parameters in dummy functionJeff King1-1/+2
2024-08-17daemon: mark unused parameters in non-posix fallbacksJeff King1-3/+3
2024-08-17setup: mark unused parameter in config callbackJeff King1-1/+1
2024-08-17test-mergesort: mark unused parameters in trivial callbackJeff King1-1/+1
2024-08-17t-hashmap: mark unused parameters in callback functionJeff King1-1/+2
2024-08-17reftable: mark unused parameters in virtual functionsJeff King9-33/+41
2024-08-17reftable: drop obsolete test function declarationsJeff King1-2/+0
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