summaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Expand)AuthorLines
2021-06-02contrib/completion: fix zsh completion regression from 59d85a2a05David Aguilar-2/+2
2021-05-22Merge branch 'jh/simple-ipc-sans-pthread'Junio C Hamano-1/+9
2021-05-21simple-ipc: correct ifdefs when NO_PTHREADS is definedJeff Hostetler-1/+9
2021-05-20Merge branch 'en/prompt-under-set-u'Junio C Hamano-3/+3
2021-05-16Merge branch 'dd/mailinfo-quoted-cr'Junio C Hamano-0/+5
2021-05-13git-prompt: work under set -uElijah Newren-3/+3
2021-05-10Merge branch 'ls/subtree'Junio C Hamano-866/+1424
2021-05-10am: learn to process quoted lines that ends with CRLFĐoàn Trần Công Danh-0/+5
2021-05-07Merge branch 'si/zsh-complete-comment-fix'Junio C Hamano-2/+3
2021-05-07Merge branch 'dl/complete-stash-updates'Junio C Hamano-47/+51
2021-05-07Merge branch 'dl/complete-stash'Junio C Hamano-62/+60
2021-05-04work around zsh comment in __git_complete_worktree_pathsSardorbek Imomaliev-2/+3
2021-04-30Merge branch 'vs/completion-with-set-u'Junio C Hamano-1/+1
2021-04-28subtree: be stricter about validating flagsLuke Shumaker-25/+175
2021-04-28subtree: push: allow specifying a local rev other than HEADLuke Shumaker-13/+47
2021-04-28subtree: allow 'split' flags to be passed to 'push'Luke Shumaker-12/+223
2021-04-28subtree: allow --squash to be used with --rejoinLuke Shumaker-24/+96
2021-04-28subtree: give the docs a once-overLuke Shumaker-93/+87
2021-04-28subtree: have $indent actually affect indentationLuke Shumaker-18/+24
2021-04-28subtree: don't let debug and progress output clashLuke Shumaker-1/+21
2021-04-28subtree: add comments and sanity checksLuke Shumaker-3/+61
2021-04-28subtree: remove duplicate checkLuke Shumaker-4/+0
2021-04-28subtree: parse revs in individual cmd_ functionsLuke Shumaker-38/+24
2021-04-28subtree: use "^{commit}" instead of "^0"Luke Shumaker-2/+2
2021-04-28subtree: don't fuss with PATHLuke Shumaker-2/+16
2021-04-28subtree: use "$*" instead of "$@" as appropriateLuke Shumaker-3/+3
2021-04-28subtree: use more explicit variable names for cmdline argsLuke Shumaker-66/+66
2021-04-28subtree: use git-sh-setup's `say`Luke Shumaker-15/+7
2021-04-28subtree: use `git merge-base --is-ancestor`Luke Shumaker-15/+1
2021-04-28subtree: drop support for git < 1.7Luke Shumaker-15/+4
2021-04-28subtree: more consistent error propagationLuke Shumaker-14/+14
2021-04-28subtree: don't have loose code outside of a functionLuke Shumaker-120/+125
2021-04-28subtree: t7900: add porcelain tests for 'pull' and 'push'Luke Shumaker-0/+127
2021-04-28subtree: t7900: add a test for the -h flagLuke Shumaker-0/+7
2021-04-28subtree: t7900: rename last_commit_message to last_commit_subjectLuke Shumaker-13/+13
2021-04-28subtree: t7900: fix 'verify one file change per commit'Luke Shumaker-40/+6
2021-04-28subtree: t7900: delete some dead codeLuke Shumaker-11/+1
2021-04-28subtree: t7900: use 'test' for string equalityLuke Shumaker-36/+24
2021-04-28subtree: t7900: comment subtree_test_create_repoLuke Shumaker-6/+8
2021-04-28subtree: t7900: use consistent formattingLuke Shumaker-35/+35
2021-04-28subtree: t7900: use test-lib.sh's test_countLuke Shumaker-336/+300
2021-04-28subtree: t7900: update for having the default branch name be 'main'Luke Shumaker-58/+59
2021-04-27git-completion.bash: consolidate cases in _git_stash()Denton Liu-19/+2
2021-04-27git-completion.bash: use $__git_cmd_idx in more placesDenton Liu-12/+14
2021-04-27git-completion.bash: rename to $__git_cmd_idxDenton Liu-10/+10
2021-04-20git-completion.bash: separate some commands onto their own lineDenton Liu-9/+28
2021-04-16completion: avoid aliased command lookup error in nounset modeVille Skyttä-1/+1
2021-04-15Merge branch 'ab/complete-cherry-pick-head'Junio C Hamano-1/+1
2021-04-13Merge branch 'vs/completion-with-set-u'Junio C Hamano-3/+3
2021-04-08completion: audit and guard $GIT_* against unset useVille Skyttä-3/+3