summaryrefslogtreecommitdiffstats
path: root/contrib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | completion: avoid aliased command lookup error in nounset modeVille Skyttä2021-04-161-1/+1
* | | | | | Merge branch 'ab/complete-cherry-pick-head'Junio C Hamano2021-04-151-1/+1
|\ \ \ \ \ \
| * | | | | | bash completion: complete CHERRY_PICK_HEADÆvar Arnfjörð Bjarmason2021-04-081-1/+1
* | | | | | | Merge branch 'vs/completion-with-set-u'Junio C Hamano2021-04-141-3/+3
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | completion: audit and guard $GIT_* against unset useVille Skyttä2021-04-081-3/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'js/cmake-vsbuild'Junio C Hamano2021-04-081-7/+19
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | cmake(install): include vcpkg dllsDennis Ameling2021-03-291-0/+4
| * | | | | cmake: add a preparatory work-around to accommodate `vcpkg`Johannes Schindelin2021-03-291-5/+9
| * | | | | cmake(install): fix double .exe suffixesDennis Ameling2021-03-281-2/+2
| * | | | | cmake: support SKIP_DASHED_BUILT_INSJohannes Schindelin2021-03-281-0/+4
| |/ / / /
* | | | | Merge branch 'jh/simple-ipc'Junio C Hamano2021-04-021-1/+7
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | simple-ipc: add Unix domain socket implementationJeff Hostetler2021-03-221-0/+2
| * | | | unix-stream-server: create unix domain socket under lockJeff Hostetler2021-03-151-1/+1
| * | | | simple-ipc: add win32 implementationJeff Hostetler2021-03-151-0/+4
| | |_|/ | |/| |
* | | | Merge branch 'dl/stash-show-untracked'Junio C Hamano2021-03-221-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | stash show: teach --include-untracked and --only-untrackedDenton Liu2021-03-051-1/+1
* | | | Merge branch 'rs/xcalloc-takes-nelem-first'Junio C Hamano2021-03-191-0/+10
|\ \ \ \
| * | | | fix xcalloc() argument orderRené Scharfe2021-03-081-0/+10
| | |/ / | |/| |
* | | | cocci: allow xcalloc(1, size)Junio C Hamano2021-03-161-1/+1
* | | | use CALLOC_ARRAYRené Scharfe2021-03-141-0/+8
| |_|/ |/| |
* | | Merge branch 'jk/complete-branch-force-delete'Junio C Hamano2021-02-121-2/+4
|\ \ \
| * | | completion: handle other variants of "branch -m"Jeff King2021-02-031-2/+4
| * | | completion: treat "branch -D" the same way as "branch -d"Jeff King2021-02-021-1/+1
| |/ /