summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2021-04-28subtree: use `git merge-base --is-ancestor`Libravatar Luke Shumaker1-15/+1
2021-04-28subtree: drop support for git < 1.7Libravatar Luke Shumaker1-15/+4
2021-04-28subtree: more consistent error propagationLibravatar Luke Shumaker1-14/+14
2021-04-28subtree: don't have loose code outside of a functionLibravatar Luke Shumaker1-120/+125
2021-04-28subtree: t7900: add porcelain tests for 'pull' and 'push'Libravatar Luke Shumaker1-0/+127
2021-04-28subtree: t7900: add a test for the -h flagLibravatar Luke Shumaker1-0/+7
2021-04-28subtree: t7900: rename last_commit_message to last_commit_subjectLibravatar Luke Shumaker1-13/+13
2021-04-28subtree: t7900: fix 'verify one file change per commit'Libravatar Luke Shumaker1-40/+6
2021-04-28subtree: t7900: delete some dead codeLibravatar Luke Shumaker1-11/+1
2021-04-28subtree: t7900: use 'test' for string equalityLibravatar Luke Shumaker1-36/+24
2021-04-28subtree: t7900: comment subtree_test_create_repoLibravatar Luke Shumaker1-6/+8
2021-04-28subtree: t7900: use consistent formattingLibravatar Luke Shumaker1-35/+35
2021-04-28subtree: t7900: use test-lib.sh's test_countLibravatar Luke Shumaker1-336/+300
2021-04-28subtree: t7900: update for having the default branch name be 'main'Libravatar Luke Shumaker1-58/+59
2021-04-15Merge branch 'ab/complete-cherry-pick-head'Libravatar Junio C Hamano1-1/+1
2021-04-13Merge branch 'vs/completion-with-set-u'Libravatar Junio C Hamano1-3/+3
2021-04-08completion: audit and guard $GIT_* against unset useLibravatar Ville Skyttä1-3/+3
2021-04-07Merge branch 'js/cmake-vsbuild'Libravatar Junio C Hamano1-7/+19
2021-04-07bash completion: complete CHERRY_PICK_HEADLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2021-04-02Merge branch 'jh/simple-ipc'Libravatar Junio C Hamano1-1/+7
2021-03-29cmake(install): include vcpkg dllsLibravatar Dennis Ameling1-0/+4
2021-03-29cmake: add a preparatory work-around to accommodate `vcpkg`Libravatar Johannes Schindelin1-5/+9
2021-03-27cmake(install): fix double .exe suffixesLibravatar Dennis Ameling1-2/+2
2021-03-27cmake: support SKIP_DASHED_BUILT_INSLibravatar Johannes Schindelin1-0/+4
2021-03-22Merge branch 'dl/stash-show-untracked'Libravatar Junio C Hamano1-1/+1
2021-03-22simple-ipc: add Unix domain socket implementationLibravatar Jeff Hostetler1-0/+2
2021-03-19Merge branch 'rs/xcalloc-takes-nelem-first'Libravatar Junio C Hamano1-0/+10
2021-03-15cocci: allow xcalloc(1, size)Libravatar Junio C Hamano1-1/+1
2021-03-15unix-stream-server: create unix domain socket under lockLibravatar Jeff Hostetler1-1/+1
2021-03-15simple-ipc: add win32 implementationLibravatar Jeff Hostetler1-0/+4
2021-03-13use CALLOC_ARRAYLibravatar René Scharfe1-0/+8
2021-03-08fix xcalloc() argument orderLibravatar René Scharfe1-0/+10
2021-03-05stash show: teach --include-untracked and --only-untrackedLibravatar Denton Liu1-1/+1
2021-02-12Merge branch 'jk/complete-branch-force-delete'Libravatar Junio C Hamano1-2/+4
2021-02-03completion: handle other variants of "branch -m"Libravatar Jeff King1-2/+4
2021-02-02completion: treat "branch -D" the same way as "branch -d"Libravatar Jeff King1-1/+1
2021-01-23Remove support for v1 of the PCRE libraryLibravatar Ævar Arnfjörð Bjarmason1-4/+0
2021-01-04completion: add proper public __git_completeLibravatar Felipe Contreras1-7/+33
2021-01-04completion: bash: improve function detectionLibravatar Felipe Contreras1-1/+1
2021-01-04completion: bash: add __git_have_func helperLibravatar Felipe Contreras1-3/+7
2020-12-14Merge branch 'js/cmake-extra-built-ins-fix'Libravatar Junio C Hamano1-4/+11
2020-12-14Merge branch 'da/vs-build-iconv-fix'Libravatar Junio C Hamano1-1/+1
2020-12-08Merge branch 'fc/zsh-completion'Libravatar Junio C Hamano2-1/+2
2020-12-07completion: bash: fix gitk alias regressionLibravatar Felipe Contreras1-1/+1
2020-12-04cmake: determine list of extra built-ins dynamicallyLibravatar Johannes Schindelin1-4/+11
2020-12-04ci(vs-build): stop passing the iconv library location explicitlyLibravatar Dennis Ameling1-1/+1
2020-12-01completion: zsh: fix file completion regressionLibravatar Felipe Contreras1-0/+1
2020-11-25Merge branch 'fc/bash-completion-alias-of-alias'Libravatar Junio C Hamano1-18/+36
2020-11-17completion: bash: improve alias loop detectionLibravatar Felipe Contreras1-4/+5
2020-11-11Merge branch 'sd/prompt-local-variable'Libravatar Junio C Hamano1-0/+1