summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2021-04-28subtree: have $indent actually affect indentationLuke Shumaker1-18/+24
2021-04-28subtree: don't let debug and progress output clashLuke Shumaker1-1/+21
2021-04-28subtree: add comments and sanity checksLuke Shumaker1-3/+61
2021-04-28subtree: remove duplicate checkLuke Shumaker1-4/+0
2021-04-28subtree: parse revs in individual cmd_ functionsLuke Shumaker1-38/+24
2021-04-28subtree: use "^{commit}" instead of "^0"Luke Shumaker1-2/+2
2021-04-28subtree: don't fuss with PATHLuke Shumaker1-2/+16
2021-04-28subtree: use "$*" instead of "$@" as appropriateLuke Shumaker1-3/+3
2021-04-28subtree: use more explicit variable names for cmdline argsLuke Shumaker1-66/+66
2021-04-28subtree: use git-sh-setup's `say`Luke Shumaker1-15/+7
2021-04-28subtree: use `git merge-base --is-ancestor`Luke Shumaker1-15/+1
2021-04-28subtree: drop support for git < 1.7Luke Shumaker1-15/+4
2021-04-28subtree: more consistent error propagationLuke Shumaker1-14/+14
2021-04-28subtree: don't have loose code outside of a functionLuke Shumaker1-115/+120
2021-04-28subtree: t7900: add porcelain tests for 'pull' and 'push'Luke Shumaker1-0/+127
2021-04-28subtree: t7900: add a test for the -h flagLuke Shumaker1-0/+7
2021-04-28subtree: t7900: rename last_commit_message to last_commit_subjectLuke Shumaker1-13/+13
2021-04-28subtree: t7900: fix 'verify one file change per commit'Luke Shumaker1-40/+6
2021-04-28subtree: t7900: delete some dead codeLuke Shumaker1-11/+1
2021-04-28subtree: t7900: use 'test' for string equalityLuke Shumaker1-36/+24
2021-04-28subtree: t7900: comment subtree_test_create_repoLuke Shumaker1-6/+8
2021-04-28subtree: t7900: use consistent formattingLuke Shumaker1-35/+35
2021-04-28subtree: t7900: use test-lib.sh's test_countLuke Shumaker1-336/+300
2021-04-28subtree: t7900: update for having the default branch name be 'main'Luke Shumaker1-58/+59
2021-04-27git-completion.bash: consolidate cases in _git_stash()Denton Liu1-19/+2
2021-04-27git-completion.bash: use $__git_cmd_idx in more placesDenton Liu1-12/+14
2021-04-27git-completion.bash: rename to $__git_cmd_idxDenton Liu1-10/+10
2021-04-20git-completion.bash: separate some commands onto their own lineDenton Liu1-9/+28
2021-04-16completion: avoid aliased command lookup error in nounset modeVille Skyttä1-1/+1
2021-04-15Merge branch 'ab/complete-cherry-pick-head'Junio C Hamano1-1/+1
2021-04-13Merge branch 'vs/completion-with-set-u'Junio C Hamano1-3/+3
2021-04-08completion: audit and guard $GIT_* against unset useVille Skyttä1-3/+3
2021-04-07Merge branch 'js/cmake-vsbuild'Junio C Hamano1-7/+19
2021-04-07bash completion: complete CHERRY_PICK_HEADÆvar Arnfjörð Bjarmason1-1/+1
2021-04-02Merge branch 'jh/simple-ipc'Junio C Hamano1-1/+7
2021-03-29cmake(install): include vcpkg dllsDennis Ameling1-0/+4
2021-03-29cmake: add a preparatory work-around to accommodate `vcpkg`Johannes Schindelin1-5/+9
2021-03-27cmake(install): fix double .exe suffixesDennis Ameling1-2/+2
2021-03-27cmake: support SKIP_DASHED_BUILT_INSJohannes Schindelin1-0/+4
2021-03-24git-completion.bash: use __gitcomp_builtin() in _git_stash()Denton Liu1-22/+20
2021-03-24git-completion.bash: extract from else in _git_stash()Denton Liu1-36/+37
2021-03-24git-completion.bash: pass $__git_subcommand_idx from __git_main()Denton Liu1-12/+11
2021-03-22Merge branch 'dl/stash-show-untracked'Junio C Hamano1-1/+1
2021-03-22simple-ipc: add Unix domain socket implementationJeff Hostetler1-0/+2
2021-03-19Merge branch 'rs/xcalloc-takes-nelem-first'Junio C Hamano1-0/+10
2021-03-15cocci: allow xcalloc(1, size)Junio C Hamano1-1/+1
2021-03-15unix-stream-server: create unix domain socket under lockJeff Hostetler1-1/+1
2021-03-15simple-ipc: add win32 implementationJeff Hostetler1-0/+4
2021-03-13use CALLOC_ARRAYRené Scharfe1-0/+8
2021-03-08fix xcalloc() argument orderRené Scharfe1-0/+10