aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-20gitk: ignore generated POT fileJiang Xin
2026-03-20gitk: i18n: use "Gitk" as package name in POT fileJiang Xin
2026-03-19split-index: stop using the_repository and the_hash_algoRené Scharfe
2026-03-19t5315: use test_path_is_file for loose-object checkBilal El Khatabi
2026-03-19commit-reach: simplify cleanup of remaining bitmaps in ahead_behind ()René Scharfe
2026-03-19The 18th batchJunio C Hamano
2026-03-19Merge branch 'ss/submodule--helper-use-xmalloc'Junio C Hamano
2026-03-19Merge branch 'ps/unit-test-c-escape-names.txt'Junio C Hamano
2026-03-19Merge branch 'jc/doc-wholesale-replace-before-next'Junio C Hamano
2026-03-19Merge branch 'lc/rebase-trailer'Junio C Hamano
2026-03-19Merge branch 'bk/run-command-wo-the-repository'Junio C Hamano
2026-03-19Merge branch 'ps/editorconfig-unanchor'Junio C Hamano
2026-03-19Merge branch 'ss/t3200-test-zero-oid'Junio C Hamano
2026-03-19Merge branch 'dd/list-objects-filter-options-wo-strbuf-split'Junio C Hamano
2026-03-19Merge branch 'ps/t9200-test-path-is-helpers'Junio C Hamano
2026-03-19rerere: update to modern representation of empty strbufsJunio C Hamano
2026-03-19meson: precompile "git-compat-util.h"Patrick Steinhardt
2026-03-19meson: compile compatibility sources separatelyPatrick Steinhardt
2026-03-19git-compat-util.h: move warning infra to prepare for PCHsPatrick Steinhardt
2026-03-19builds: move build scripts into "tools/"Patrick Steinhardt
2026-03-19contrib: move "update-unicode.sh" script into "tools/"Patrick Steinhardt
2026-03-19contrib: move "coverage-diff.sh" script into "tools/"Patrick Steinhardt
2026-03-19contrib: move "coccinelle/" directory into "tools/"Patrick Steinhardt
2026-03-19Introduce new "tools/" directoryPatrick Steinhardt
2026-03-18doc: add missing space on git-config pageGabriel “gabldotink”
2026-03-18t2107: modernize path existence checkAditya
2026-03-18object-name: turn INTERPRET_BRANCH_* constants into enum valuesJialong Wang
2026-03-18merge-file: fix BUG when --object-id is used in a worktreeMathias Rav
2026-03-18use commit_stack instead of prio_queue in LIFO modeRené Scharfe
2026-03-17apply: fix new-style empty context line triggering incomplete-line checkJunio C Hamano
2026-03-17apply: report input location in binary and garbage patch errorsJialong Wang
2026-03-17apply: report input location in header parsing errorsJialong Wang
2026-03-17apply: report the location of corrupt patchesJialong Wang
2026-03-17add-patch: use repository instance from add_i_state instead of the_repositoryShreyansh Paliwal
2026-03-17http: add support for HTTP 429 rate limit retriesVaidas Pilkauskas
2026-03-17strbuf_attach: fix call sites to pass correct allocVaidas Pilkauskas
2026-03-17strbuf: pass correct alloc to strbuf_attach() in strbuf_reencode()Vaidas Pilkauskas
2026-03-16t2203: avoid suppressing git status exit codeJialong Wang
2026-03-16doc: note that -L supports patch formatting and pickaxe optionsMichael Montalbo
2026-03-16t4211: add tests for -L with standard diff optionsMichael Montalbo
2026-03-16line-log: route -L output through the standard diff pipelineMichael Montalbo
2026-03-16line-log: fix crash when combined with pickaxe optionsMichael Montalbo
2026-03-16refs: add 'preparing' phase to the reference-transaction hookEric Ju
2026-03-16interpret-trailers: use placeholder instead of *Kristoffer Haugsbakk
2026-03-16doc: config: convert trailers section to synopsis styleKristoffer Haugsbakk
2026-03-16doc: interpret-trailers: normalize and fill out optionsKristoffer Haugsbakk
2026-03-16doc: interpret-trailers: convert to synopsis styleKristoffer Haugsbakk
2026-03-16transport: plug leaks in transport_color_config()Jeff King
2026-03-16t4200: convert test -[df] checks to test_path_* helpersPRASHANT S BISHT
2026-03-16apply.c: fix -p argument parsingMirko Faina