summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt21-38/+56
2024-09-11t0211: add missing LIBCURL prereqMartin Ågren1-2/+4
2024-09-11t1517: add missing LIBCURL prereqMartin Ågren1-1/+1
2024-09-10The fourteenth batchJunio C Hamano1-0/+10
2024-09-10Merge branch 'sp/mailmap'Junio C Hamano1-0/+1
2024-09-10Merge branch 'ps/declare-pack-redundamt-dead'Junio C Hamano1-0/+20
2024-09-10Merge branch 'ah/mergetols-vscode'Junio C Hamano1-0/+19
2024-09-10Merge branch 'rj/compat-terminal-unused-fix'Junio C Hamano1-1/+1
2024-09-10Merge branch 'jk/free-commit-buffer-of-skipped-commits'Junio C Hamano1-0/+1
2024-09-10Makefile: rename clar-related variables to avoid confusionPatrick Steinhardt1-17/+17
2024-09-10chainlint: reduce annotation noise-factorEric Sunshine2-2/+3
2024-09-10chainlint: make error messages self-explanatoryEric Sunshine44-90/+104
2024-09-10chainlint: don't be fooled by "?!...?!" in test bodyEric Sunshine1-5/+8
2024-09-10ref-filter: fix leak with unterminated %(if) atomsPatrick Steinhardt2-3/+6
2024-09-09ref-filter: add ref_format_clear() functionJeff King7-0/+21
2024-09-09ref-filter: fix leak when formatting %(push:remoteref)Jeff King3-6/+6
2024-09-09ref-filter: fix leak with %(describe) argumentsJeff King1-5/+6
2024-09-09ref-filter: fix leak of %(trailers) "argbuf"Jeff King1-3/+6
2024-09-09ref-filter: store ref_trailer_buf data per-atomJeff King2-6/+49
2024-09-09ref-filter: drop useless cast in trailers_atom_parser()Jeff King1-1/+1
2024-09-09ref-filter: strip signature when parsing tag trailersJeff King2-1/+27
2024-09-09ref-filter: avoid extra copies of payload/signatureJeff King1-8/+3
2024-09-09t6300: drop newline from wrapped test titleJeff King1-2/+1
2024-09-09ci: remove 'Upload failed tests' directories' step from linux32 jobsJunio C Hamano1-6/+0
2024-09-09Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-excludeJunio C Hamano9-415/+392
2024-09-09t-reftable-stack: add test for stack iteratorsChandra Pratap1-0/+83
2024-09-09t-reftable-stack: add test for non-default compaction factorChandra Pratap1-4/+37
2024-09-09t-reftable-stack: use reftable_ref_record_equal() to compare ref recordsChandra Pratap1-2/+2
2024-09-09apply: support --ours, --theirs, and --union for three-way mergesAlex Henrie4-3/+67
2024-09-09doc: remote.*.skip{DefaultUpdate,FetchAll} stops prefetchJunio C Hamano3-8/+13
2024-09-08config.mak.uname: add HAVE_DEV_TTY to cygwin config sectionRamsay Jones1-0/+1
2024-09-08t-reftable-stack: use Git's tempfile API instead of mkstemp()Chandra Pratap1-1/+3
2024-09-08t: harmonize t-reftable-stack.c with coding guidelinesChandra Pratap1-57/+53
2024-09-08t: move reftable/stack_test.c to the unit testing frameworkChandra Pratap9-354/+217
2024-09-08diff: report dirty submodules as changes in builtin_diff()René Scharfe2-0/+23
2024-09-08diff: report copies and renames as changes in run_diff_cmd()René Scharfe2-0/+19
2024-09-06advice: recommend GIT_ADVICE=0 for toolsDerrick Stolee2-1/+18
2024-09-06scalar: add --no-tags option to 'scalar clone'Derrick Stolee3-3/+37
2024-09-06The thirteenth batchJunio C Hamano1-0/+6
2024-09-06Merge branch 'jk/maybe-unused-cleanup'Junio C Hamano2-3/+3
2024-09-06Merge branch 'jc/unused-on-windows'Junio C Hamano1-2/+5
2024-09-06Merge branch 'jk/unused-parameters'Junio C Hamano15-33/+46
2024-09-06Merge branch 'jc/maybe-unused'Junio C Hamano2-2/+27
2024-09-06Merge branch 'jk/send-email-mailmap'Junio C Hamano7-21/+222
2024-09-06.mailmap document current address.Stephen P. Smith1-0/+1
2024-09-06interpret-trailers: handle message without trailing newlineBrian Lyles2-0/+41
2024-09-06sparse-checkout: use fdopen_lock_file() instead of xfdopen()Jeff King1-5/+4
2024-09-06sparse-checkout: check commit_lock_file when writing patternsJeff King1-2/+3
2024-09-06sparse-checkout: consolidate cleanup when writing patternsJeff King1-4/+3
2024-09-05drop trailing newline from warning/error/die messagesJeff King12-22/+22