summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2021-07-17Merge branch 'js/gfw-system-config-loc-fix'Junio C Hamano
2021-07-13Merge branch 'mr/cmake'Junio C Hamano
2021-07-08Merge branch 'ar/test-code-cleanup'Junio C Hamano
2021-07-08Merge branch 'fw/complete-cmd-idx-fix'Junio C Hamano
2021-07-08Merge branch 'js/no-more-multimail'Junio C Hamano
2021-07-08Merge branch 'js/subtree-on-windows-fix'Junio C Hamano
2021-07-08Merge branch 'tb/complete-diff-anchored'Junio C Hamano
2021-06-29cmake(windows): set correct path to the system Git configDennis Ameling
2021-06-19completion: bash: fix late declaration of __git_cmd_idxFabian Wermelinger
2021-06-15subtree: fix assumption about the directory separatorJohannes Schindelin
2021-06-15subtree: fix the GIT_EXEC_PATH sanity check to work on WindowsJohannes Schindelin
2021-06-11cmake: add warning for ignored MSGFMT_EXEMatthew Rogers
2021-06-11cmake: create compile_commands.json by defaultMatthew Rogers
2021-06-11cmake: add knob to disable vcpkgMatthew Rogers
2021-06-11multimail: stop shipping a copyJohannes Schindelin
2021-06-08t: fix whitespace around &&Andrei Rybak
2021-06-02contrib/completion: fix zsh completion regression from 59d85a2a05David Aguilar
2021-05-30completion: add --anchored to diff's optionsThomas Braun
2021-05-22Merge branch 'jh/simple-ipc-sans-pthread'Junio C Hamano
2021-05-20simple-ipc: correct ifdefs when NO_PTHREADS is definedJeff Hostetler
2021-05-19Merge branch 'en/prompt-under-set-u'Junio C Hamano
2021-05-16Merge branch 'dd/mailinfo-quoted-cr'Junio C Hamano
2021-05-13git-prompt: work under set -uElijah Newren
2021-05-10Merge branch 'ls/subtree'Junio C Hamano
2021-05-10am: learn to process quoted lines that ends with CRLFĐoàn Trần Công Danh
2021-05-07Merge branch 'si/zsh-complete-comment-fix'Junio C Hamano
2021-05-07Merge branch 'dl/complete-stash-updates'Junio C Hamano
2021-05-07Merge branch 'dl/complete-stash'Junio C Hamano
2021-05-04work around zsh comment in __git_complete_worktree_pathsSardorbek Imomaliev
2021-04-30Merge branch 'vs/completion-with-set-u'Junio C Hamano
2021-04-28subtree: be stricter about validating flagsLuke Shumaker
2021-04-28subtree: push: allow specifying a local rev other than HEADLuke Shumaker
2021-04-28subtree: allow 'split' flags to be passed to 'push'Luke Shumaker
2021-04-28subtree: allow --squash to be used with --rejoinLuke Shumaker
2021-04-28subtree: give the docs a once-overLuke Shumaker
2021-04-28subtree: have $indent actually affect indentationLuke Shumaker
2021-04-28subtree: don't let debug and progress output clashLuke Shumaker
2021-04-28subtree: add comments and sanity checksLuke Shumaker
2021-04-28subtree: remove duplicate checkLuke Shumaker
2021-04-28subtree: parse revs in individual cmd_ functionsLuke Shumaker
2021-04-28subtree: use "^{commit}" instead of "^0"Luke Shumaker
2021-04-28subtree: don't fuss with PATHLuke Shumaker
2021-04-28subtree: use "$*" instead of "$@" as appropriateLuke Shumaker
2021-04-28subtree: use more explicit variable names for cmdline argsLuke Shumaker
2021-04-28subtree: use git-sh-setup's `say`Luke Shumaker
2021-04-28subtree: use `git merge-base --is-ancestor`Luke Shumaker
2021-04-28subtree: drop support for git < 1.7Luke Shumaker
2021-04-28subtree: more consistent error propagationLuke Shumaker
2021-04-28subtree: don't have loose code outside of a functionLuke Shumaker
2021-04-28subtree: t7900: add porcelain tests for 'pull' and 'push'Luke Shumaker