summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge branch 'll/zsh-complete-git-potty-options'Junio C Hamano1-1/+24
10 daysMerge branch 'vm/complete-history'Junio C Hamano1-0/+65
2026-08-25Merge branch 'jc/complete-checkout'Junio C Hamano1-39/+49
2026-08-25Merge branch 'jc/complete-diff-tracked-paths'Junio C Hamano1-28/+41
2026-08-19completion: zsh: support completion after "git -C <path>"Lutz Lengemann1-1/+24
2026-08-18Merge branch 'ps/writev'Junio C Hamano1-1/+5
2026-08-13completion: complete 'git history split' pathspecsVincent Mailhol1-0/+6
2026-08-13completion: complete 'git history --update-refs' valuesVincent Mailhol1-0/+5
2026-08-13completion: complete 'git history --empty' valuesVincent Mailhol1-0/+9
2026-08-13completion: add 'git history' subcommandsVincent Mailhol1-0/+45
2026-08-13completion: 'git checkout' completes untracked paths as a last resortJunio C Hamano1-0/+4
2026-08-13completion: complete tracked paths for "git checkout"Junio C Hamano1-0/+4
2026-08-13completion: no-op refactoring of checkout completionJunio C Hamano1-40/+42
2026-08-12completion: 'git diff' completes untracked paths as a last resortJunio C Hamano1-0/+4
2026-08-12completion: complete tracked paths for 'git diff'Junio C Hamano1-0/+4
2026-08-12completion: no-op refactoring of diff completionJunio C Hamano1-29/+34
2026-08-07compat/posix: introduce writev(3p) wrapperPatrick Steinhardt1-1/+5
2026-07-19Merge branch 'sn/osxkeychain-rust-universal'Junio C Hamano2-1/+15
2026-07-19Merge branch 'bc/parse-options-exit-0-on-help'Junio C Hamano1-1/+1
2026-07-16wincred: prevent silent credential loss when storing OAuth tokensJohannes Schindelin1-2/+2
2026-07-16wincred: avoid memory corruption when erasing a credentialJohannes Schindelin1-4/+4
2026-07-07contrib: wire up osxkeychain in contrib/Makefile on macOSShardul Natu2-1/+15
2026-07-07parse-options: exit 0 on -hbrian m. carlson1-1/+1
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