summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-10-19The fourth batchJunio C Hamano-0/+9
2022-10-19Merge branch 'jh/struct-zero-init-with-older-clang'Junio C Hamano-0/+25
2022-10-19Merge branch 'rs/archive-dedup-printf'Junio C Hamano-5/+3
2022-10-19Merge branch 'ab/coding-guidelines-c99'Junio C Hamano-17/+25
2022-10-19cmake: increase time-out for a long-running testJohannes Schindelin-0/+4
2022-10-19cmake: avoid editing t/test-lib.shJohannes Schindelin-6/+13
2022-10-19add -p: avoid ambiguous signed/unsigned comparisonJohannes Schindelin-1/+1
2022-10-19cmake: copy the merge tools for testingJohannes Schindelin-1/+2
2022-10-19cmake: make it easier to diagnose regressions in CTest runsJohannes Schindelin-1/+1
2022-10-19fsmonitor OSX: compile with DC_SHA1=YesPleaseÆvar Arnfjörð Bjarmason-5/+5
2022-10-19Makefile: force -O0 when compiling with SANITIZE=leakJeff King-0/+1
2022-10-17Git.pm: add semicolon after catch statementMichael McClimon-1/+1
2022-10-17repack: don't remove .keep packs with `--pack-kept-objects`Taylor Blau-1/+34
2022-10-17builtin/repack.c: remove redundant pack-based bitmapsTaylor Blau-0/+53
2022-10-17ll-merge: mark unused parameters in callbacksJeff King-9/+9
2022-10-17diffcore-pickaxe: mark unused parameters in pickaxe functionsJeff King-2/+2
2022-10-17convert: mark unused parameter in null stream filterJeff King-2/+2
2022-10-17apply: mark unused parameters in noop error/warning routineJeff King-1/+1
2022-10-17apply: mark unused parameters in handlersJeff King-8/+8
2022-10-17date: mark unused parameters in handler functionsJeff King-3/+3
2022-10-17string-list: mark unused callback parametersJeff King-7/+8
2022-10-17object-file: mark unused parameters in hash_unknown functionsJeff King-5/+10
2022-10-17mark unused parameters in trivial compat functionsJeff King-8/+12
2022-10-17update-index: drop unused argc from do_reupdate()Jeff King-3/+3
2022-10-17submodule--helper: drop unused argc from module_list_compute()Jeff King-9/+9
2022-10-17diffstat_consume(): assert non-zero lengthJeff King-0/+3
2022-10-17Sync with v2.38.1Junio C Hamano-62/+362
2022-10-17The third batchJunio C Hamano-0/+34
2022-10-17Merge branch 'pw/remove-rebase-p-test'Junio C Hamano-8/+0
2022-10-17Merge branch 'rj/branch-edit-desc-unborn'Junio C Hamano-2/+58
2022-10-17Merge branch 'jt/promisor-remote-fetch-tweak'Junio C Hamano-19/+33
2022-10-17Merge branch 'rs/use-fspathncmp'Junio C Hamano-3/+1
2022-10-17Merge branch 'jc/use-of-uc-in-log-messages'Junio C Hamano-1/+3
2022-10-17Merge branch 'dd/document-runtime-prefix-better'Junio C Hamano-2/+3
2022-10-17Merge branch 'ab/unused-annotation'Junio C Hamano-1/+4
2022-10-17Merge branch 'jc/tmp-objdir'Junio C Hamano-36/+4
2022-10-17Merge branch 'jc/branch-description-unset'Junio C Hamano-2/+7
2022-10-17Merge branch 'jk/cleanup-callback-parameters'Junio C Hamano-57/+17
2022-10-17Merge branch 'rs/bisect-start-leakfix'Junio C Hamano-4/+3
2022-10-17Merge branch 'ed/fsmonitor-on-networked-macos'Junio C Hamano-249/+590
2022-10-17rebase: cleanup action handlingPhillip Wood-49/+44
2022-10-17rebase --abort: improve reflog messagePhillip Wood-20/+59
2022-10-17rebase --apply: make reflog messages match rebase --mergePhillip Wood-5/+6
2022-10-17rebase --apply: respect GIT_REFLOG_ACTIONPhillip Wood-4/+5
2022-10-17rebase --merge: fix reflog message after skippingPhillip Wood-2/+24
2022-10-17rebase --merge: fix reflog when continuingPhillip Wood-4/+12
2022-10-17t3406: rework rebase reflog testsPhillip Wood-39/+76
2022-10-17rebase --apply: remove duplicated codePhillip Wood-10/+1
2022-10-17Merge branch 'pw/rebase-keep-base-fixes' into pw/rebase-reflog-fixesJunio C Hamano-88/+172
2022-10-17rebase --keep-base: imply --no-fork-pointPhillip Wood-5/+11