summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2021-04-28subtree: t7900: add a test for the -h flagLuke Shumaker
2021-04-28subtree: t7900: rename last_commit_message to last_commit_subjectLuke Shumaker
2021-04-28subtree: t7900: fix 'verify one file change per commit'Luke Shumaker
2021-04-28subtree: t7900: delete some dead codeLuke Shumaker
2021-04-28subtree: t7900: use 'test' for string equalityLuke Shumaker
2021-04-28subtree: t7900: comment subtree_test_create_repoLuke Shumaker
2021-04-28subtree: t7900: use consistent formattingLuke Shumaker
2021-04-28subtree: t7900: use test-lib.sh's test_countLuke Shumaker
2021-04-28subtree: t7900: update for having the default branch name be 'main'Luke Shumaker
2021-04-15Merge branch 'ab/complete-cherry-pick-head'Junio C Hamano
2021-04-13Merge branch 'vs/completion-with-set-u'Junio C Hamano
2021-04-08completion: audit and guard $GIT_* against unset useVille Skyttä
2021-04-07Merge branch 'js/cmake-vsbuild'Junio C Hamano
2021-04-07bash completion: complete CHERRY_PICK_HEADÆvar Arnfjörð Bjarmason
2021-04-02Merge branch 'jh/simple-ipc'Junio C Hamano
2021-03-29cmake(install): include vcpkg dllsDennis Ameling
2021-03-29cmake: add a preparatory work-around to accommodate `vcpkg`Johannes Schindelin
2021-03-28cmake(install): fix double .exe suffixesDennis Ameling
2021-03-28cmake: support SKIP_DASHED_BUILT_INSJohannes Schindelin
2021-03-22Merge branch 'dl/stash-show-untracked'Junio C Hamano
2021-03-22simple-ipc: add Unix domain socket implementationJeff Hostetler
2021-03-19Merge branch 'rs/xcalloc-takes-nelem-first'Junio C Hamano
2021-03-16cocci: allow xcalloc(1, size)Junio C Hamano
2021-03-15unix-stream-server: create unix domain socket under lockJeff Hostetler
2021-03-15simple-ipc: add win32 implementationJeff Hostetler
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-03-08fix xcalloc() argument orderRené Scharfe
2021-03-05stash show: teach --include-untracked and --only-untrackedDenton Liu
2021-02-12Merge branch 'jk/complete-branch-force-delete'Junio C Hamano
2021-02-03completion: handle other variants of "branch -m"Jeff King
2021-02-02completion: treat "branch -D" the same way as "branch -d"Jeff King
2021-01-24Remove support for v1 of the PCRE libraryÆvar Arnfjörð Bjarmason
2021-01-04completion: add proper public __git_completeFelipe Contreras
2021-01-04completion: bash: improve function detectionFelipe Contreras
2021-01-04completion: bash: add __git_have_func helperFelipe Contreras
2020-12-14Merge branch 'js/cmake-extra-built-ins-fix'Junio C Hamano
2020-12-14Merge branch 'da/vs-build-iconv-fix'Junio C Hamano
2020-12-08Merge branch 'fc/zsh-completion'Junio C Hamano