summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-05-07builtin/gc: fix indentation of `cmd_gc()` parametersPatrick Steinhardt-3/+3
2025-05-07intialize false_but_the_compiler_does_not_know_it_Torsten Bögershausen-1/+1
2025-05-07gitk: add Tamil translationதமிழ் நேரம்-0/+1458
2025-05-07t6011: fix misconversion from perl to sedJunio C Hamano-0/+1
2025-05-06wrapper: NetBSD gives EFTYPE and FreeBSD gives EMFILE where POSIX uses ELOOPCollin Funk-1/+20
2025-05-05The eleventh batchJunio C Hamano-0/+10
2025-05-05Merge branch 'kn/meson-hdr-check'Junio C Hamano-25/+112
2025-05-05Merge branch 'es/meson-cleanup'Junio C Hamano-69/+48
2025-05-05Merge branch 'ps/meson-build-perf-bench'Junio C Hamano-14/+133
2025-05-05Merge branch 'js/windows-arm64'Junio C Hamano-5/+37
2025-05-05ci: fix aggregation of test results with MesonPatrick Steinhardt-0/+1
2025-05-05config.mak.uname: drop the `vcxproj` targetJohannes Schindelin-76/+0
2025-05-05contrib/buildsystems: drop support for building . vcproj/.vcxproj filesJohannes Schindelin-1864/+0
2025-05-05ci: stop linking the `prove` cacheJohannes Schindelin-10/+0
2025-05-05doc: branch: fix inline-verbatimKristoffer Haugsbakk-1/+1
2025-05-05doc: reflog: fix `drop` subheadingKristoffer Haugsbakk-1/+1
2025-05-05ci(win+Meson): build in Release modeJohannes Schindelin-1/+1
2025-05-05dir.c: literal match with wildcard in pathspec should still globK Jayatheerth-1/+432
2025-05-02tree-walk.h: fix incorrect API commentElijah Newren-5/+8
2025-04-30builtin/mv: convert assert(3p) into `BUG()`Patrick Steinhardt-1/+2
2025-04-30builtin/mv: bail out when trying to move child and its parentPatrick Steinhardt-6/+79
2025-04-29The tenth batchJunio C Hamano-0/+23
2025-04-29Merge branch 'ps/ci-resurrect-p4-on-github'Junio C Hamano-0/+1
2025-04-29Merge branch 'ps/install-bash-completion'Junio C Hamano-0/+24
2025-04-29Merge branch 'jk/p5332-testfix'Junio C Hamano-1/+1
2025-04-29Merge branch 'lo/remove-log-reencode-from-rev-info'Junio C Hamano-1/+0
2025-04-29Merge branch 'ps/fewer-perl'Junio C Hamano-160/+191
2025-04-29Merge branch 'ps/reftable-api-revamp'Junio C Hamano-1274/+1635
2025-04-29Merge branch 'jh/gc-launchctl-schedule-fix'Junio C Hamano-2/+2
2025-04-29Merge branch 'az/tighten-string-array-constness'Junio C Hamano-24/+24
2025-04-29Merge branch 'as/typofix-in-env-h-header'Junio C Hamano-1/+1
2025-04-29Merge branch 'ua/call-repo-config-with-possibly-null-repository'Junio C Hamano-4/+2
2025-04-29Merge branch 'js/git-perf-env-override'Junio C Hamano-0/+12
2025-04-29xdiff: disable cleanup_records heuristic with --minimalNiels Glodny-2/+18
2025-04-29diff: check range before dereferencing an array elementJohannes Schindelin-1/+1
2025-04-29object-store: drop `repo_has_object_file()`Patrick Steinhardt-31/+0
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt-50/+65
2025-04-29object-store: allow fetching objects via `has_object()`Patrick Steinhardt-6/+13
2025-04-29object-store: move function declarations to their respective subsystemsPatrick Steinhardt-103/+106
2025-04-29object-store: move and rename `odb_pack_keep()`Patrick Steinhardt-22/+24
2025-04-29object-store: drop `loose_object_path()`Patrick Steinhardt-18/+10
2025-04-29object-store: move `struct packed_git` into "packfile.h"Patrick Steinhardt-59/+60
2025-04-29send-email: add --[no-]outlook-id-fix optionAditya Garg-2/+25
2025-04-29hashmap: ensure hashmaps are reusable after hashmap_clear()Elijah Newren-2/+3
2025-04-28index-pack: allow revisiting REF_DELTA chainsDerrick Stolee-29/+41
2025-04-28t5309: create failing test for 'git index-pack'Derrick Stolee-0/+24
2025-04-28test-tool: add pack-deltas helperDerrick Stolee-0/+152
2025-04-28meson: wire up benchmarking optionsPatrick Steinhardt-3/+9
2025-04-28meson: wire up benchmarksPatrick Steinhardt-4/+91
2025-04-28t/perf: fix benchmarks with out-of-tree buildsPatrick Steinhardt-2/+24