summaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Expand)AuthorLines
2021-10-29Merge branch 're/completion-fix-test-equality'Junio C Hamano-1/+1
2021-10-28completion: fix incorrect bash/zsh string equality checkRobert Estelle-1/+1
2021-10-18Merge branch 'js/retire-preserve-merges'Junio C Hamano-1/+1
2021-10-13Merge branch 'ab/help-config-vars'Junio C Hamano-11/+10
2021-10-13Merge branch 'ab/config-based-hooks-1'Junio C Hamano-0/+7
2021-10-13Merge branch 'en/removing-untracked-fixes'Junio C Hamano-1/+1
2021-10-12Merge branch 'rs/xopen-reports-open-failures' into maintJunio C Hamano-0/+16
2021-10-12Merge branch 'ti/tcsh-completion-regression-fix' into maintJunio C Hamano-2/+3
2021-10-12Merge branch 'fc/completion-updates' into maintJunio C Hamano-7/+7
2021-09-27*.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason-2/+2
2021-09-27Comment important codepaths regarding nuking untracked files/dirsElijah Newren-1/+1
2021-09-27hook-list.h: add a generated list of hooks, like config-list.hÆvar Arnfjörð Bjarmason-0/+7
2021-09-23Merge branch 'rs/use-xopen-in-index-pack'Junio C Hamano-5/+8
2021-09-23help / completion: make "git help" do the hard workÆvar Arnfjörð Bjarmason-11/+10
2021-09-10index-pack: use xopen in init_threadRené Scharfe-5/+8
2021-09-08Merge branch 'rs/xopen-reports-open-failures'Junio C Hamano-0/+16
2021-09-07pull: remove support for `--rebase=preserve`Johannes Schindelin-1/+1
2021-09-03Merge branch 'ti/tcsh-completion-regression-fix'Junio C Hamano-2/+3
2021-09-03Merge branch 'fc/completion-updates'Junio C Hamano-7/+7
2021-08-25use xopen() to handle fatal open(2) failuresRené Scharfe-0/+16
2021-08-18completion: tcsh: Fix regression by drop of wrapper functionsTakashi Iwai-2/+3
2021-08-18completion: bash: add correct suffix in variablesFelipe Contreras-3/+3
2021-08-18completion: bash: fix for multiple dash commandsFelipe Contreras-1/+1
2021-08-18completion: bash: fix for suboptions with valueFelipe Contreras-1/+1
2021-08-18completion: bash: fix prefix detection in branch.*Felipe Contreras-2/+2
2021-07-28Merge branch 'ab/attribute-format'Junio C Hamano-0/+2
2021-07-16Merge branch 'js/gfw-system-config-loc-fix'Junio C Hamano-4/+7
2021-07-13Merge branch 'mr/cmake'Junio C Hamano-9/+28
2021-07-13*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason-0/+2
2021-07-08Merge branch 'ar/test-code-cleanup'Junio C Hamano-3/+3
2021-07-08Merge branch 'fw/complete-cmd-idx-fix'Junio C Hamano-0/+1
2021-07-08Merge branch 'js/no-more-multimail'Junio C Hamano-6303/+2
2021-07-08Merge branch 'js/subtree-on-windows-fix'Junio C Hamano-4/+8
2021-07-08Merge branch 'tb/complete-diff-anchored'Junio C Hamano-0/+1
2021-06-28cmake(windows): set correct path to the system Git configDennis Ameling-4/+7
2021-06-19completion: bash: fix late declaration of __git_cmd_idxFabian Wermelinger-0/+1
2021-06-15subtree: fix assumption about the directory separatorJohannes Schindelin-3/+4
2021-06-15subtree: fix the GIT_EXEC_PATH sanity check to work on WindowsJohannes Schindelin-1/+4
2021-06-11cmake: add warning for ignored MSGFMT_EXEMatthew Rogers-8/+12
2021-06-11cmake: create compile_commands.json by defaultMatthew Rogers-0/+4
2021-06-11cmake: add knob to disable vcpkgMatthew Rogers-4/+15
2021-06-11multimail: stop shipping a copyJohannes Schindelin-6303/+2
2021-06-08t: fix whitespace around &&Andrei Rybak-3/+3
2021-06-02contrib/completion: fix zsh completion regression from 59d85a2a05David Aguilar-2/+2
2021-05-31completion: add --anchored to diff's optionsThomas Braun-0/+1
2021-05-22Merge branch 'jh/simple-ipc-sans-pthread'Junio C Hamano-1/+9
2021-05-21simple-ipc: correct ifdefs when NO_PTHREADS is definedJeff Hostetler-1/+9
2021-05-20Merge branch 'en/prompt-under-set-u'Junio C Hamano-3/+3
2021-05-16Merge branch 'dd/mailinfo-quoted-cr'Junio C Hamano-0/+5
2021-05-13git-prompt: work under set -uElijah Newren-3/+3