summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2026-06-16Merge branch 'wy/docs-typofixes'Junio C Hamano1-1/+1
2026-06-16Merge branch 'mf/revision-max-count-oldest'Junio C Hamano1-1/+1
2026-06-11bash-completions: add --max-count-oldestMirko Faina1-1/+1
2026-06-09Merge branch 'gh/jump-auto-mode'Junio C Hamano2-3/+35
2026-05-31Merge branch 'pt/fsmonitor-linux'Junio C Hamano1-15/+18
2026-05-30docs: fix typos and grammarWeijie Yuan1-1/+1
2026-05-21git-jump: pick a mode automatically when invoked without argumentsGreg Hurrell2-3/+35
2026-05-09mingw: drop the build-system plumbing for nedmallocJohannes Schindelin1-1/+0
2026-05-09mingw: stop using nedmallocJohannes Schindelin1-2/+1
2026-04-15fsmonitor: implement filesystem change listener for LinuxPaul Tarjan1-2/+6
2026-04-15fsmonitor: rename fsm-settings-darwin.c to fsm-settings-unix.cPaul Tarjan1-1/+1
2026-04-15fsmonitor: rename fsm-ipc-darwin.c to fsm-ipc-unix.cPaul Tarjan1-13/+12
2026-04-09Revert "cmake: use writev(3p) wrapper as needed"Junio C Hamano1-5/+1
2026-04-03Merge branch 'js/cmake-needs-writev-compat-too'Junio C Hamano1-1/+5
2026-04-03cmake: use writev(3p) wrapper as neededJohannes Schindelin1-1/+5
2026-04-01Merge branch 'jk/diff-highlight-more'Junio C Hamano3-36/+109
2026-03-27Merge branch 'ps/build-tweaks'Junio C Hamano33-1737/+10
2026-03-27Merge branch 'jk/diff-highlight-identical-pairs'Junio C Hamano2-0/+23
2026-03-23diff-highlight: fetch all config with one processJeff King1-8/+20
2026-03-23diff-highlight: allow module callers to pass in color configScott Baker2-12/+35
2026-03-23diff-highlight: test color configJeff King1-0/+28
2026-03-23diff-highlight: use test_decode_color in testsJeff King1-20/+17
2026-03-23diff-highlight: check diff-highlight exit status in testsJeff King1-2/+4
2026-03-23diff-highlight: drop perl version dependency back to 5.8Scott Baker1-1/+1
2026-03-23diff-highlight: mention build instructionsJeff King1-1/+12
2026-03-19contrib/diff-highlight: do not highlight identical pairsJeff King2-0/+23
2026-03-19builds: move build scripts into "tools/"Patrick Steinhardt2-10/+10
2026-03-19contrib: move "update-unicode.sh" script into "tools/"Patrick Steinhardt3-56/+0
2026-03-19contrib: move "coverage-diff.sh" script into "tools/"Patrick Steinhardt1-103/+0
2026-03-19contrib: move "coccinelle/" directory into "tools/"Patrick Steinhardt27-1557/+0
2026-03-15coccinelle: detect struct strbuf passed by valueDeveshi Dwivedi1-0/+11
2026-03-04Merge branch 'kn/osxkeychain-buildfix'Junio C Hamano1-59/+6
2026-03-03Merge branch 'cs/subtree-split-fixes'Junio C Hamano2-58/+190
2026-03-02Merge branch 'ps/receive-pack-shallow-optim'Junio C Hamano1-1/+1
2026-03-02Merge branch 'ps/validate-prefix-in-subtree-split'Junio C Hamano2-0/+31
2026-02-27Merge branch 'jh/alias-i18n'Junio C Hamano1-1/+1
2026-02-25Merge branch 'mc/tr2-process-ancestry-cleanup'Junio C Hamano1-0/+2
2026-02-25Merge branch 'dk/complete-stash-import-export'Junio C Hamano1-2/+8
2026-02-20contrib/subtree: process out-of-prefix subtreesColin Stagner2-53/+65
2026-02-20contrib/subtree: test history depthColin Stagner1-6/+16
2026-02-20contrib/subtree: capture additional test-casesColin Stagner1-0/+110
2026-02-20osxkeychain: define build targets in the top-level Makefile.Koji Nakamaru1-59/+6
2026-02-19completion: fix zsh alias listing for subsection aliasesJonatan Holmgren1-1/+1
2026-02-19commit: make `repo_parse_commit_no_graph()` more robustPatrick Steinhardt1-1/+1
2026-02-13Merge branch 'jc/ci-test-contrib-too'Junio C Hamano1-0/+10
2026-02-13Merge branch 'ps/commit-list-functions-renamed'Junio C Hamano1-4/+4
2026-02-13Merge branch 'jc/diff-highlight-main-master-testfix'Junio C Hamano1-0/+2
2026-02-13Merge branch 'cs/subtree-reftable-testfix'Junio C Hamano1-4/+3
2026-02-13build: include procinfo.c impl for macOSMatthew John Cheetham1-0/+2
2026-02-07completion: add stash import, exportD. Ben Knoble1-2/+8