summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-05-07t6011: fix misconversion from perl to sedJunio C Hamano1-0/+1
2025-05-06wrapper: NetBSD gives EFTYPE and FreeBSD gives EMFILE where POSIX uses ELOOPCollin Funk1-1/+20
2025-05-05The eleventh batchJunio C Hamano1-0/+10
2025-05-05Merge branch 'kn/meson-hdr-check'Junio C Hamano5-25/+112
2025-05-05Merge branch 'es/meson-cleanup'Junio C Hamano1-69/+48
2025-05-05Merge branch 'ps/meson-build-perf-bench'Junio C Hamano6-14/+133
2025-05-05Merge branch 'js/windows-arm64'Junio C Hamano3-5/+37
2025-05-05ci: fix aggregation of test results with MesonPatrick Steinhardt1-0/+1
2025-05-05config.mak.uname: drop the `vcxproj` targetJohannes Schindelin1-76/+0
2025-05-05contrib/buildsystems: drop support for building . vcproj/.vcxproj filesJohannes Schindelin7-1864/+0
2025-05-05ci: stop linking the `prove` cacheJohannes Schindelin2-10/+0
2025-05-05doc: branch: fix inline-verbatimKristoffer Haugsbakk1-1/+1
2025-05-05doc: reflog: fix `drop` subheadingKristoffer Haugsbakk1-1/+1
2025-05-05ci(win+Meson): build in Release modeJohannes Schindelin1-1/+1
2025-05-05dir.c: literal match with wildcard in pathspec should still globK Jayatheerth3-1/+432
2025-05-02tree-walk.h: fix incorrect API commentElijah Newren1-4/+7
2025-04-30builtin/mv: convert assert(3p) into `BUG()`Patrick Steinhardt1-1/+2
2025-04-30builtin/mv: bail out when trying to move child and its parentPatrick Steinhardt2-6/+79
2025-04-29The tenth batchJunio C Hamano1-0/+23
2025-04-29Merge branch 'ps/ci-resurrect-p4-on-github'Junio C Hamano1-0/+1
2025-04-29Merge branch 'ps/install-bash-completion'Junio C Hamano2-0/+24
2025-04-29Merge branch 'jk/p5332-testfix'Junio C Hamano1-1/+1
2025-04-29Merge branch 'lo/remove-log-reencode-from-rev-info'Junio C Hamano1-1/+0
2025-04-29Merge branch 'ps/fewer-perl'Junio C Hamano10-157/+188
2025-04-29Merge branch 'ps/reftable-api-revamp'Junio C Hamano54-1274/+1635
2025-04-29Merge branch 'jh/gc-launchctl-schedule-fix'Junio C Hamano1-2/+2
2025-04-29Merge branch 'az/tighten-string-array-constness'Junio C Hamano15-24/+24
2025-04-29Merge branch 'as/typofix-in-env-h-header'Junio C Hamano1-1/+1
2025-04-29Merge branch 'ua/call-repo-config-with-possibly-null-repository'Junio C Hamano2-4/+2
2025-04-29Merge branch 'js/git-perf-env-override'Junio C Hamano1-0/+12
2025-04-29xdiff: disable cleanup_records heuristic with --minimalNiels Glodny3-2/+18
2025-04-29diff: check range before dereferencing an array elementJohannes Schindelin1-1/+1
2025-04-29object-store: drop `repo_has_object_file()`Patrick Steinhardt2-31/+0
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt23-50/+65
2025-04-29object-store: allow fetching objects via `has_object()`Patrick Steinhardt2-6/+13
2025-04-29object-store: move function declarations to their respective subsystemsPatrick Steinhardt12-103/+106
2025-04-29object-store: move and rename `odb_pack_keep()`Patrick Steinhardt6-22/+24
2025-04-29object-store: drop `loose_object_path()`Patrick Steinhardt6-18/+10
2025-04-29object-store: move `struct packed_git` into "packfile.h"Patrick Steinhardt3-59/+60
2025-04-29send-email: add --[no-]outlook-id-fix optionAditya Garg2-2/+25
2025-04-29hashmap: ensure hashmaps are reusable after hashmap_clear()Elijah Newren1-2/+3
2025-04-28index-pack: allow revisiting REF_DELTA chainsDerrick Stolee2-29/+41
2025-04-28t5309: create failing test for 'git index-pack'Derrick Stolee1-0/+24
2025-04-28test-tool: add pack-deltas helperDerrick Stolee5-0/+152
2025-04-28meson: wire up benchmarking optionsPatrick Steinhardt2-3/+9
2025-04-28meson: wire up benchmarksPatrick Steinhardt3-4/+91
2025-04-28t/perf: fix benchmarks with out-of-tree buildsPatrick Steinhardt1-2/+24
2025-04-28t/perf: use configured PERL_PATHPatrick Steinhardt3-5/+5
2025-04-28t/perf: fix benchmarks with alternate repo formatsPatrick Steinhardt1-1/+3
2025-04-25bundle-uri: add test for bundle-uri clones with tagsScott Chacon1-0/+30