summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2021-09-23Merge branch 'rs/use-xopen-in-index-pack'Libravatar Junio C Hamano1-5/+8
2021-09-10index-pack: use xopen in init_threadLibravatar René Scharfe1-5/+8
2021-09-08Merge branch 'rs/xopen-reports-open-failures'Libravatar Junio C Hamano1-0/+16
2021-09-03Merge branch 'ti/tcsh-completion-regression-fix'Libravatar Junio C Hamano1-2/+3
2021-09-03Merge branch 'fc/completion-updates'Libravatar Junio C Hamano1-7/+7
2021-08-25use xopen() to handle fatal open(2) failuresLibravatar René Scharfe1-0/+16
2021-08-18completion: tcsh: Fix regression by drop of wrapper functionsLibravatar Takashi Iwai1-2/+3
2021-08-18completion: bash: add correct suffix in variablesLibravatar Felipe Contreras1-3/+3
2021-08-18completion: bash: fix for multiple dash commandsLibravatar Felipe Contreras1-1/+1
2021-08-18completion: bash: fix for suboptions with valueLibravatar Felipe Contreras1-1/+1
2021-08-18completion: bash: fix prefix detection in branch.*Libravatar Felipe Contreras1-2/+2
2021-07-28Merge branch 'ab/attribute-format'Libravatar Junio C Hamano2-0/+2
2021-07-16Merge branch 'js/gfw-system-config-loc-fix'Libravatar Junio C Hamano1-4/+7
2021-07-13Merge branch 'mr/cmake'Libravatar Junio C Hamano1-9/+28
2021-07-13*.c static functions: add missing __attribute__((format))Libravatar Ævar Arnfjörð Bjarmason2-0/+2
2021-07-08Merge branch 'ar/test-code-cleanup'Libravatar Junio C Hamano2-3/+3
2021-07-08Merge branch 'fw/complete-cmd-idx-fix'Libravatar Junio C Hamano1-0/+1
2021-07-08Merge branch 'js/no-more-multimail'Libravatar Junio C Hamano12-6303/+2
2021-07-08Merge branch 'js/subtree-on-windows-fix'Libravatar Junio C Hamano1-4/+8
2021-07-08Merge branch 'tb/complete-diff-anchored'Libravatar Junio C Hamano1-0/+1
2021-06-28cmake(windows): set correct path to the system Git configLibravatar Dennis Ameling1-4/+7
2021-06-19completion: bash: fix late declaration of __git_cmd_idxLibravatar Fabian Wermelinger1-0/+1
2021-06-15subtree: fix assumption about the directory separatorLibravatar Johannes Schindelin1-3/+4
2021-06-15subtree: fix the GIT_EXEC_PATH sanity check to work on WindowsLibravatar Johannes Schindelin1-1/+4
2021-06-11cmake: add warning for ignored MSGFMT_EXELibravatar Matthew Rogers1-8/+12
2021-06-11cmake: create compile_commands.json by defaultLibravatar Matthew Rogers1-0/+4
2021-06-11cmake: add knob to disable vcpkgLibravatar Matthew Rogers1-4/+15
2021-06-11multimail: stop shipping a copyLibravatar Johannes Schindelin12-6303/+2
2021-06-08t: fix whitespace around &&Libravatar Andrei Rybak2-3/+3
2021-06-02contrib/completion: fix zsh completion regression from 59d85a2a05Libravatar David Aguilar2-2/+2
2021-05-31completion: add --anchored to diff's optionsLibravatar Thomas Braun1-0/+1
2021-05-22Merge branch 'jh/simple-ipc-sans-pthread'Libravatar Junio C Hamano1-1/+9
2021-05-21simple-ipc: correct ifdefs when NO_PTHREADS is definedLibravatar Jeff Hostetler1-1/+9
2021-05-20Merge branch 'en/prompt-under-set-u'Libravatar Junio C Hamano1-3/+3
2021-05-16Merge branch 'dd/mailinfo-quoted-cr'Libravatar Junio C Hamano1-0/+5
2021-05-13git-prompt: work under set -uLibravatar Elijah Newren1-3/+3
2021-05-10Merge branch 'ls/subtree'Libravatar Junio C Hamano4-866/+1424
2021-05-10am: learn to process quoted lines that ends with CRLFLibravatar Đoàn Trần Công Danh1-0/+5
2021-05-07Merge branch 'si/zsh-complete-comment-fix'Libravatar Junio C Hamano1-2/+3
2021-05-07Merge branch 'dl/complete-stash-updates'Libravatar Junio C Hamano1-47/+51
2021-05-07Merge branch 'dl/complete-stash'Libravatar Junio C Hamano1-62/+60
2021-05-04work around zsh comment in __git_complete_worktree_pathsLibravatar Sardorbek Imomaliev1-2/+3
2021-04-30Merge branch 'vs/completion-with-set-u'Libravatar Junio C Hamano1-1/+1
2021-04-28subtree: be stricter about validating flagsLibravatar Luke Shumaker2-25/+175
2021-04-28subtree: push: allow specifying a local rev other than HEADLibravatar Luke Shumaker3-13/+47
2021-04-28subtree: allow 'split' flags to be passed to 'push'Libravatar Luke Shumaker3-12/+223
2021-04-28subtree: allow --squash to be used with --rejoinLibravatar Luke Shumaker3-24/+96
2021-04-28subtree: give the docs a once-overLibravatar Luke Shumaker3-93/+87
2021-04-28subtree: have $indent actually affect indentationLibravatar Luke Shumaker1-18/+24
2021-04-28subtree: don't let debug and progress output clashLibravatar Luke Shumaker1-1/+21