summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/use-xopen-in-index-pack'Junio C Hamano2021-09-231-5/+8
|\
| * index-pack: use xopen in init_threadRené Scharfe2021-09-101-5/+8
* | Merge branch 'rs/xopen-reports-open-failures'Junio C Hamano2021-09-081-0/+16
|\ \ | |/
| * use xopen() to handle fatal open(2) failuresRené Scharfe2021-08-251-0/+16
* | Merge branch 'ti/tcsh-completion-regression-fix'Junio C Hamano2021-09-031-2/+3
|\ \
| * | completion: tcsh: Fix regression by drop of wrapper functionsTakashi Iwai2021-08-181-2/+3
* | | Merge branch 'fc/completion-updates'Junio C Hamano2021-09-031-7/+7
|\ \ \ | |_|/ |/| |
| * | completion: bash: add correct suffix in variablesFelipe Contreras2021-08-181-3/+3
| * | completion: bash: fix for multiple dash commandsFelipe Contreras2021-08-181-1/+1
| * | completion: bash: fix for suboptions with valueFelipe Contreras2021-08-181-1/+1
| * | completion: bash: fix prefix detection in branch.*Felipe Contreras2021-08-181-2/+2
* | | Merge branch 'ab/attribute-format'Junio C Hamano2021-07-282-0/+2
|\ \ \
| * | | *.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason2021-07-132-0/+2
* | | | Merge branch 'js/gfw-system-config-loc-fix'Junio C Hamano2021-07-161-4/+7
|\ \ \ \
| * | | | cmake(windows): set correct path to the system Git configDennis Ameling2021-06-281-4/+7
| | |/ / | |/| |
* | | | Merge branch 'mr/cmake'Junio C Hamano2021-07-131-9/+28
|\ \ \ \ | |_|/ / |/| | |
| * | | cmake: add warning for ignored MSGFMT_EXEMatthew Rogers2021-06-111-8/+12
| * | | cmake: create compile_commands.json by defaultMatthew Rogers2021-06-111-0/+4
| * | | cmake: add knob to disable vcpkgMatthew Rogers2021-06-111-4/+15
* | | | Merge branch 'ar/test-code-cleanup'Junio C Hamano2021-07-082-3/+3
|\ \ \ \
| * | | | t: fix whitespace around &&Andrei Rybak2021-06-082-3/+3
| | |/ / | |/| |
* | | | Merge branch 'fw/complete-cmd-idx-fix'Junio C Hamano2021-07-081-0/+1
|\ \ \ \
| * | | | completion: bash: fix late declaration of __git_cmd_idxFabian Wermelinger2021-06-191-0/+1
* | | | | Merge branch 'js/no-more-multimail'Junio C Hamano2021-07-0812-6303/+2
|\ \ \ \ \
| * | | | | multimail: stop shipping a copyJohannes Schindelin2021-06-1112-6303/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'js/subtree-on-windows-fix'Junio C Hamano2021-07-081-4/+8
|\ \ \ \ \
| * | | | | subtree: fix assumption about the directory separatorJohannes Schindelin2021-06-151-3/+4
| * | | | | subtree: fix the GIT_EXEC_PATH sanity check to work on WindowsJohannes Schindelin2021-06-151-1/+4
| |/ / / /
* | | | | Merge branch 'tb/complete-diff-anchored'Junio C Hamano2021-07-081-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | completion: add --anchored to diff's optionsThomas Braun2021-05-311-0/+1
* | | | | contrib/completion: fix zsh completion regression from 59d85a2a05David Aguilar2021-06-022-2/+2
|/ / / /
* | | | Merge branch 'jh/simple-ipc-sans-pthread'Junio C Hamano2021-05-221-1/+9
|\ \ \ \
| * | | | simple-ipc: correct ifdefs when NO_PTHREADS is definedJeff Hostetler2021-05-211-1/+9
* | | | | Merge branch 'en/prompt-under-set-u'Junio C Hamano2021-05-201-3/+3
|\ \ \ \ \
| * | | | | git-prompt: work under set -uElijah Newren2021-05-131-3/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'dd/mailinfo-quoted-cr'Junio C Hamano2021-05-161-0/+5
|\ \ \ \ \
| * | | | | am: learn to process quoted lines that ends with CRLFĐoàn Trần Công Danh2021-05-101-0/+5
* | | | | | Merge branch 'ls/subtree'Junio C Hamano2021-05-104-866/+1424
|\ \ \ \ \ \
| * | | | | | subtree: be stricter about validating flagsLuke Shumaker2021-04-282-25/+175
| * | | | | | subtree: push: allow specifying a local rev other than HEADLuke Shumaker2021-04-283-13/+47
| * | | | | | subtree: allow 'split' flags to be passed to 'push'Luke Shumaker2021-04-283-12/+223
| * | | | | | subtree: allow --squash to be used with --rejoinLuke Shumaker2021-04-283-24/+96
| * | | | | | subtree: give the docs a once-overLuke Shumaker2021-04-283-93/+87
| * | | | | | subtree: have $indent actually affect indentationLuke Shumaker2021-04-281-18/+24
| * | | | | | subtree: don't let debug and progress output clashLuke Shumaker2021-04-281-1/+21
| * | | | | | subtree: add comments and sanity checksLuke Shumaker2021-04-281-3/+61
| * | | | | | subtree: remove duplicate checkLuke Shumaker2021-04-281-4/+0
| * | | | | | subtree: parse revs in individual cmd_ functionsLuke Shumaker2021-04-281-38/+24
| * | | | | | subtree: use "^{commit}" instead of "^0"Luke Shumaker2021-04-281-2/+2
| * | | | | | subtree: don't fuss with PATHLuke Shumaker2021-04-281-2/+16