summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* completion: bash: fix prefix detection in branch.*Felipe Contreras2021-08-181-2/+2
* contrib/completion: fix zsh completion regression from 59d85a2a05David Aguilar2021-06-022-2/+2
* Merge branch 'jh/simple-ipc-sans-pthread'Junio C Hamano2021-05-221-1/+9
|\
| * simple-ipc: correct ifdefs when NO_PTHREADS is definedJeff Hostetler2021-05-211-1/+9
* | Merge branch 'en/prompt-under-set-u'Junio C Hamano2021-05-201-3/+3
|\ \
| * | git-prompt: work under set -uElijah Newren2021-05-131-3/+3
* | | Merge branch 'dd/mailinfo-quoted-cr'Junio C Hamano2021-05-161-0/+5
|\ \ \
| * | | am: learn to process quoted lines that ends with CRLFĐoàn Trần Công Danh2021-05-101-0/+5
* | | | Merge branch 'ls/subtree'Junio C Hamano2021-05-104-866/+1424
|\ \ \ \
| * | | | subtree: be stricter about validating flagsLuke Shumaker2021-04-282-25/+175
| * | | | subtree: push: allow specifying a local rev other than HEADLuke Shumaker2021-04-283-13/+47
| * | | | subtree: allow 'split' flags to be passed to 'push'Luke Shumaker2021-04-283-12/+223
| * | | | subtree: allow --squash to be used with --rejoinLuke Shumaker2021-04-283-24/+96
| * | | | subtree: give the docs a once-overLuke Shumaker2021-04-283-93/+87
| * | | | subtree: have $indent actually affect indentationLuke Shumaker2021-04-281-18/+24
| * | | | subtree: don't let debug and progress output clashLuke Shumaker2021-04-281-1/+21
| * | | | subtree: add comments and sanity checksLuke Shumaker2021-04-281-3/+61
| * | | | subtree: remove duplicate checkLuke Shumaker2021-04-281-4/+0
| * | | | subtree: parse revs in individual cmd_ functionsLuke Shumaker2021-04-281-38/+24
| * | | | subtree: use "^{commit}" instead of "^0"Luke Shumaker2021-04-281-2/+2
| * | | | subtree: don't fuss with PATHLuke Shumaker2021-04-281-2/+16
| * | | | subtree: use "$*" instead of "$@" as appropriateLuke Shumaker2021-04-281-3/+3
| * | | | subtree: use more explicit variable names for cmdline argsLuke Shumaker2021-04-281-66/+66
| * | | | subtree: use git-sh-setup's `say`Luke Shumaker2021-04-281-15/+7
| * | | | subtree: use `git merge-base --is-ancestor`Luke Shumaker2021-04-281-15/+1
| * | | | subtree: drop support for git < 1.7Luke Shumaker2021-04-281-15/+4
| * | | | subtree: more consistent error propagationLuke Shumaker2021-04-281-14/+14
| * | | | subtree: don't have loose code outside of a functionLuke Shumaker2021-04-281-120/+125
| * | | | subtree: t7900: add porcelain tests for 'pull' and 'push'Luke Shumaker2021-04-281-0/+127
| * | | | subtree: t7900: add a test for the -h flagLuke Shumaker2021-04-281-0/+7
| * | | | subtree: t7900: rename last_commit_message to last_commit_subjectLuke Shumaker2021-04-281-13/+13
| * | | | subtree: t7900: fix 'verify one file change per commit'Luke Shumaker2021-04-281-40/+6
| * | | | subtree: t7900: delete some dead codeLuke Shumaker2021-04-281-11/+1
| * | | | subtree: t7900: use 'test' for string equalityLuke Shumaker2021-04-281-36/+24
| * | | | subtree: t7900: comment subtree_test_create_repoLuke Shumaker2021-04-281-6/+8
| * | | | subtree: t7900: use consistent formattingLuke Shumaker2021-04-281-35/+35
| * | | | subtree: t7900: use test-lib.sh's test_countLuke Shumaker2021-04-281-336/+300
| * | | | subtree: t7900: update for having the default branch name be 'main'Luke Shumaker2021-04-281-58/+59
* | | | | Merge branch 'si/zsh-complete-comment-fix'Junio C Hamano2021-05-071-2/+3
|\ \ \ \ \
| * | | | | work around zsh comment in __git_complete_worktree_pathsSardorbek Imomaliev2021-05-041-2/+3
| | |_|/ / | |/| | |
* | | | | Merge branch 'dl/complete-stash-updates'Junio C Hamano2021-05-071-47/+51
|\ \ \ \ \
| * | | | | git-completion.bash: consolidate cases in _git_stash()Denton Liu2021-04-271-19/+2
| * | | | | git-completion.bash: use $__git_cmd_idx in more placesDenton Liu2021-04-271-12/+14
| * | | | | git-completion.bash: rename to $__git_cmd_idxDenton Liu2021-04-271-10/+10
| * | | | | git-completion.bash: separate some commands onto their own lineDenton Liu2021-04-201-9/+28
* | | | | | Merge branch 'dl/complete-stash'Junio C Hamano2021-05-071-62/+60
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | git-completion.bash: use __gitcomp_builtin() in _git_stash()Denton Liu2021-03-241-22/+20
| * | | | git-completion.bash: extract from else in _git_stash()Denton Liu2021-03-241-36/+37
| * | | | git-completion.bash: pass $__git_subcommand_idx from __git_main()Denton Liu2021-03-241-12/+11
* | | | | Merge branch 'vs/completion-with-set-u'Junio C Hamano2021-04-301-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |