summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-10Merge branch 'jh/alias-i18n-fixes'Junio C Hamano-6/+25
2026-03-10Merge branch 'pt/fsmonitor-watchman-sample-fix'Junio C Hamano-21/+5
2026-03-10Merge branch 'mm/diff-no-index-find-object'Junio C Hamano-0/+12
2026-03-10Merge branch 'ps/ci-reduce-gitlab-envsize'Junio C Hamano-0/+4
2026-03-10Merge branch 'fp/t3310-test-path-is-helpers'Junio C Hamano-6/+6
2026-03-10Merge branch 'ss/test-that-that-typofix'Junio C Hamano-1/+1
2026-03-10Merge branch 'rs/parse-options-duplicated-long-options'Junio C Hamano-2/+23
2026-03-10Merge branch 'ar/config-hooks'Junio C Hamano-62/+990
2026-03-10Merge branch 'kh/format-patch-noprefix-is-boolean'Junio C Hamano-1/+37
2026-03-10Merge branch 'ps/odb-sources' into ps/object-countingJunio C Hamano-354/+953
2026-03-10diff: document -U without <n> as using default contextTian Yuchen-4/+8
2026-03-09dir: avoid -Wdiscarded-qualifiers in remove_path()Collin Funk-4/+4
2026-03-09SubmittingPatches: spell out "replace fully to pretend to be perfect"Junio C Hamano-0/+12
2026-03-09The 13th batchJunio C Hamano-0/+14
2026-03-09Merge branch 'jk/repo-structure-cleanup'Junio C Hamano-1/+0
2026-03-09Merge branch 'lp/diff-stat-utf8-display-width-fix'Junio C Hamano-8/+36
2026-03-09Merge branch 'cs/add-skip-submodule-ignore-all'Junio C Hamano-19/+235
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano-361/+457
2026-03-09Merge branch 'ar/run-command-hook-take-2'Junio C Hamano-279/+750
2026-03-09Merge branch 'ar/config-hooks' into ar/config-hook-cleanupsJunio C Hamano-312/+1711
2026-03-09.mailmap: update email address for Tian YuchenTian Yuchen-0/+1
2026-03-09patch-ids: document intentional const-casting in patch_id_neq()Tian Yuchen-1/+8
2026-03-09history: initialize rev_info in cmd_history_reword()René Scharfe-1/+1
2026-03-09bloom: remove a misleading const qualifierCollin Funk-2/+2
2026-03-07t3310: avoid hiding failures from rev-parse in command substitutionsFrancesco Paparatto-18/+29
2026-03-07doc: make it easier to find custom command informationOmri Sarig-1/+4
2026-03-06meson: turn on NO_MMAP when building with LSanJeff King-1/+1
2026-03-06Makefile: turn on NO_MMAP when building with LSanJeff King-0/+1
2026-03-06object-file: fix mmap() leak in odb_source_loose_read_object_stream()Jeff King-1/+1
2026-03-06docs: add usage for the cover-letter fmt featureMirko Faina-0/+18
2026-03-06format-patch: add commitListFormat configMirko Faina-0/+74
2026-03-06format-patch: add ability to use alt cover formatMirko Faina-3/+86
2026-03-06format-patch: move cover letter summary generationMirko Faina-12/+20
2026-03-06pretty.c: add %(count) and %(total) placeholdersMirko Faina-0/+15
2026-03-06Documentation: extend guidance for submitting patchesJustin Tobler-0/+13
2026-03-06sideband: drop 'default' configurationJunio C Hamano-5/+2
2026-03-06sideband: offer to configure sanitizing on a per-URL basisJohannes Schindelin-24/+102
2026-03-06sideband: add options to allow more control sequences to be passed throughJohannes Schindelin-15/+123
2026-03-06sideband: do allow ANSI color sequences by defaultJohannes Schindelin-9/+91
2026-03-06sideband: introduce an "escape hatch" to allow control charactersJohannes Schindelin-1/+24
2026-03-06sideband: mask control charactersJohannes Schindelin-2/+27
2026-03-06pack-revindex: avoid double-loading .rev filesJeff King-0/+4
2026-03-06check_connected(): fix leak of pack-index mmapJeff King-1/+4
2026-03-06check_connected(): delay opening new_packJeff King-18/+15
2026-03-06rebase: support --trailerLi Chen-2/+228
2026-03-06commit, tag: parse --trailer with OPT_STRVECLi Chen-28/+8
2026-03-06trailer: append trailers without fork/execLi Chen-12/+147
2026-03-06trailer: libify a couple of functionsLi Chen-70/+87
2026-03-06interpret-trailers: refactor create_in_place_tempfile()Phillip Wood-22/+29
2026-03-06interpret-trailers: factor trailer rewritingLi Chen-23/+30