summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-11worktree: do not pass strbuf by valueDeveshi Dwivedi3-13/+13
2026-03-11editorconfig: fix style not applying to subdirs anymorePatrick Steinhardt1-1/+5
2026-03-10t7605: use test_path_is_file instead of test -fMansi Singh1-3/+3
2026-03-10The 14th batchJunio C Hamano1-0/+26
2026-03-10Merge branch 'jh/alias-i18n-fixes'Junio C Hamano5-6/+25
2026-03-10Merge branch 'pt/fsmonitor-watchman-sample-fix'Junio C Hamano3-21/+5
2026-03-10Merge branch 'mm/diff-no-index-find-object'Junio C Hamano2-0/+12
2026-03-10Merge branch 'ps/ci-reduce-gitlab-envsize'Junio C Hamano1-0/+4
2026-03-10Merge branch 'fp/t3310-test-path-is-helpers'Junio C Hamano1-6/+6
2026-03-10Merge branch 'ss/test-that-that-typofix'Junio C Hamano1-1/+1
2026-03-10Merge branch 'rs/parse-options-duplicated-long-options'Junio C Hamano2-2/+23
2026-03-10Merge branch 'ar/config-hooks'Junio C Hamano12-62/+990
2026-03-10Merge branch 'kh/format-patch-noprefix-is-boolean'Junio C Hamano3-1/+37
2026-03-10Merge branch 'ps/odb-sources' into ps/object-countingJunio C Hamano23-354/+953
2026-03-10diff: document -U without <n> as using default contextTian Yuchen2-4/+8
2026-03-09dir: avoid -Wdiscarded-qualifiers in remove_path()Collin Funk1-4/+4
2026-03-09SubmittingPatches: spell out "replace fully to pretend to be perfect"Junio C Hamano1-0/+12
2026-03-09The 13th batchJunio C Hamano1-0/+14
2026-03-09Merge branch 'jk/repo-structure-cleanup'Junio C Hamano1-1/+0
2026-03-09Merge branch 'lp/diff-stat-utf8-display-width-fix'Junio C Hamano2-8/+36
2026-03-09Merge branch 'cs/add-skip-submodule-ignore-all'Junio C Hamano12-19/+235
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano28-361/+457
2026-03-09Merge branch 'ar/run-command-hook-take-2'Junio C Hamano11-279/+750
2026-03-09Merge branch 'ar/config-hooks' into ar/config-hook-cleanupsJunio C Hamano17-312/+1711
2026-03-09.mailmap: update email address for Tian YuchenTian Yuchen1-0/+1
2026-03-09patch-ids: document intentional const-casting in patch_id_neq()Tian Yuchen1-1/+8
2026-03-09history: initialize rev_info in cmd_history_reword()René Scharfe1-1/+1
2026-03-09bloom: remove a misleading const qualifierCollin Funk1-2/+2
2026-03-07t3310: avoid hiding failures from rev-parse in command substitutionsFrancesco Paparatto1-18/+29
2026-03-07doc: make it easier to find custom command informationOmri Sarig1-1/+4
2026-03-06meson: turn on NO_MMAP when building with LSanJeff King1-1/+1
2026-03-06Makefile: turn on NO_MMAP when building with LSanJeff King1-0/+1
2026-03-06object-file: fix mmap() leak in odb_source_loose_read_object_stream()Jeff King1-1/+1
2026-03-06docs: add usage for the cover-letter fmt featureMirko Faina2-0/+18
2026-03-06format-patch: add commitListFormat configMirko Faina2-0/+74
2026-03-06format-patch: add ability to use alt cover formatMirko Faina3-3/+86
2026-03-06format-patch: move cover letter summary generationMirko Faina1-12/+20
2026-03-06pretty.c: add %(count) and %(total) placeholdersMirko Faina1-0/+15
2026-03-06Documentation: extend guidance for submitting patchesJustin Tobler1-0/+13
2026-03-06sideband: drop 'default' configurationJunio C Hamano2-5/+2
2026-03-06sideband: offer to configure sanitizing on a per-URL basisJohannes Schindelin5-24/+102
2026-03-06sideband: add options to allow more control sequences to be passed throughJohannes Schindelin3-15/+123
2026-03-06sideband: do allow ANSI color sequences by defaultJohannes Schindelin3-9/+91
2026-03-06sideband: introduce an "escape hatch" to allow control charactersJohannes Schindelin4-1/+24
2026-03-06sideband: mask control charactersJohannes Schindelin2-2/+27
2026-03-06pack-revindex: avoid double-loading .rev filesJeff King1-0/+4
2026-03-06check_connected(): fix leak of pack-index mmapJeff King1-1/+4
2026-03-06check_connected(): delay opening new_packJeff King1-18/+15
2026-03-06rebase: support --trailerLi Chen6-2/+228
2026-03-06commit, tag: parse --trailer with OPT_STRVECLi Chen4-28/+8