summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2020-08-27Merge branch 'rz/complete-more-options'Junio C Hamano1-1/+13
2020-08-24Merge branch 'dl/subtree-docs'Junio C Hamano1-3/+3
2020-08-19completion: add GIT_COMPLETION_SHOW_ALL env varRyan Zoeller1-1/+13
2020-08-18contrib/subtree: document 'push' does not take '--squash'Danny Lin1-2/+2
2020-08-18contrib/subtree: fix "unsure" for --message in the documentDanny Lin1-1/+1
2020-08-17Merge branch 'pd/mergetool-nvimdiff'Junio C Hamano1-2/+2
2020-08-13drop vcs-svn experimentJeff King6-287/+5
2020-08-13make git-fast-import a builtinJeff King1-4/+1
2020-08-13make git-bugreport a builtinJeff King1-4/+1
2020-08-13make credential helpers builtinsJeff King1-19/+1
2020-08-11Merge branch 'ss/cmake-build'Junio C Hamano1-0/+1000
2020-08-10Merge branch 'es/adjust-subtree-test-for-merge-msg-update'Junio C Hamano1-4/+2
2020-08-04Merge branch 'mp/complete-show-color-moved'Junio C Hamano1-0/+8
2020-08-03Revert "contrib: subtree: adjust test to change in fmt-merge-msg"Emily Shaffer1-4/+2
2020-07-29mergetools: add support for nvimdiff (neovim) familypudinha1-2/+2
2020-07-21Merge branch 'en/sparse-status' into masterJunio C Hamano1-2/+2
2020-07-20git-prompt: change == to = for zsh's sakeDavid J. Malan1-2/+2
2020-07-15completion: add show --color-moved[-ws]Michal Privoznik1-0/+8
2020-07-09Merge branch 'vs/completion-with-set-u' into masterJunio C Hamano1-9/+9
2020-07-06Merge branch 'js/default-branch-name'Junio C Hamano1-2/+4
2020-07-06Merge branch 'ak/commit-graph-to-slab'Junio C Hamano1-0/+18
2020-07-06Merge branch 'en/sparse-status'Junio C Hamano1-2/+24
2020-07-01completion: nounset mode fixesVille Skyttä1-9/+9
2020-06-30contrib: subtree: adjust test to change in fmt-merge-msgĐoàn Trần Công Danh1-2/+4
2020-06-26cmake: support for building git on windows with msvc and clang.Sibi Siddharthan1-10/+45
2020-06-26cmake: support for building git on windows with mingwSibi Siddharthan1-23/+94
2020-06-26cmake: support for testing git when building out of the source treeSibi Siddharthan1-0/+20
2020-06-26cmake: support for testing git with ctestSibi Siddharthan1-0/+124
2020-06-26cmake: installation support for gitSibi Siddharthan1-0/+49
2020-06-26cmake: generate the shell/perl/python scripts and templates, translationsSibi Siddharthan1-1/+110
2020-06-25Merge branch 'jk/complete-git-switch'Junio C Hamano1-39/+213
2020-06-22git-prompt: include sparsity state as wellElijah Newren1-2/+20
2020-06-22git-prompt: document how in-progress operations affect the promptElijah Newren1-0/+4
2020-06-17commit: move members graph_pos, generation to a slabAbhishek Kumar1-0/+18
2020-06-12Introduce CMake support for configuring GitSibi Siddharthan1-0/+592
2020-06-08Merge branch 'vs/complete-stash-show-p-fix'Junio C Hamano1-1/+1
2020-05-28completion: improve handling of --orphan option of switch/checkoutJacob Keller1-7/+14
2020-05-28completion: improve handling of -c/-C and -b/-B in switch/checkoutJacob Keller1-2/+47
2020-05-28completion: improve handling of --track in switch/checkoutJacob Keller1-2/+22
2020-05-28completion: improve handling of --detach in checkoutJacob Keller1-1/+6
2020-05-28completion: improve completion for git switch with no optionsJacob Keller1-13/+20
2020-05-28completion: improve handling of DWIM mode for switch/checkoutJacob Keller1-19/+76
2020-05-28completion: perform DWIM logic directly in __git_complete_refsJacob Keller1-1/+18
2020-05-28completion: extract function __git_dwim_remote_headsJacob Keller1-7/+21
2020-05-28completion: replace overloaded track term for __git_complete_refsJacob Keller1-13/+15
2020-05-28completion: use native ZSH array pattern matchingMarco Trevisan (Treviño)1-1/+1
2020-05-21completion: don't override given stash subcommand with -pVille Skyttä1-1/+1
2020-05-14Merge branch 'ds/bloom-cleanup'Junio C Hamano1-0/+1
2020-05-11completion: offer '--(no-)patch' among 'git log' optionsSZEDER Gábor1-0/+1
2020-04-29Merge branch 'en/fill-directory-exponential'Junio C Hamano1-1/+1