summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/tree-walk-oid'Junio C Hamano2019-01-291-30/+0
|\
| * cache: make oidcpy always copy GIT_MAX_RAWSZ bytesbrian m. carlson2019-01-151-30/+0
* | Merge branch 'mm/multimail-1.5'Junio C Hamano2019-01-188-57/+281
|\ \
| * | git-multimail: update to release 1.5.0Matthieu Moy2019-01-078-57/+281
| |/
* | Merge branch 'cy/zsh-completion-SP-in-path'Junio C Hamano2019-01-182-23/+16
|\ \
| * | completion: treat results of git ls-tree as file pathsChayoung You2019-01-031-19/+12
| * | zsh: complete unquoted paths with spaces correctlyChayoung You2019-01-032-4/+4
| |/
* / completion: fix typo in git-completion.bashChayoung You2019-01-031-1/+1
|/
* Merge branch 'sb/cocci-pending'Junio C Hamano2018-11-191-0/+41
|\
| * coccicheck: introduce 'pending' semantic patchesSZEDER Gábor2018-11-141-0/+41
* | Merge branch 'nd/complete-format-patch'Junio C Hamano2018-11-131-10/+6
|\ \ | |/ |/|
| * completion: use __gitcomp_builtin for format-patchDuy Nguyen2018-11-061-10/+6
* | Merge branch 'nd/completion-negation'Junio C Hamano2018-11-061-1/+1
|\ \
| * | completion: fix __gitcomp_builtin no longer consider extra optionsNguyễn Thái Ngọc Duy2018-10-221-1/+1
* | | Merge branch 'dl/mergetool-gui-option'Junio C Hamano2018-10-301-1/+1
|\ \ \
| * | | completion: support `git mergetool --[no-]gui`Denton Liu2018-10-251-1/+1
| | |/ | |/|
* | | Merge branch 'js/mingw-load-sys-dll'Junio C Hamano2018-10-301-1/+2
|\ \ \
| * | | mingw: load system libraries the recommended wayJohannes Schindelin2018-10-241-1/+2
| |/ /
* | | Merge branch 'jc/cocci-preincr'Junio C Hamano2018-10-301-0/+5
|\ \ \
| * | | cocci: simplify "if (++u > 1)" to "if (u++)"Junio C Hamano2018-10-241-0/+5
* | | | Merge branch 'bc/hash-transition-part-15'Junio C Hamano2018-10-301-54/+63
|\ \ \ \
| * | | | object_id.cocci: match only expressions of type 'struct object_id'SZEDER Gábor2018-10-151-54/+63
* | | | | Merge branch 'ch/subtree-build'Junio C Hamano2018-10-301-0/+4
|\ \ \ \ \
| * | | | | Revert "subtree: make install targets depend on build targets"Junio C Hamano2018-10-181-3/+3
| * | | | | subtree: make install targets depend on build targetsChristian Hesse2018-10-161-3/+3
| * | | | | subtree: add build targets 'man' and 'html'Christian Hesse2018-10-101-0/+4
| |/ / / /
* | | | | Merge branch 'du/cherry-is-plumbing'Junio C Hamano2018-10-261-11/+0
|\ \ \ \ \
| * | | | | doc: move git-cherry to plumbingDaniels Umanovskis2018-10-121-11/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'ds/coverage-diff'Junio C Hamano2018-10-261-0/+108
|\ \ \ \ \
| * | | | | contrib: add coverage-diff scriptDerrick Stolee2018-10-101-0/+108
| |/ / / /
* | | | | Merge branch 'rs/subtree-fixes'Junio C Hamano2018-10-261-46/+83
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | subtree: performance improvement for finding unexpected parent commitsRoger Strain2018-10-121-1/+1
| * | | | subtree: improve decision on merges kept in splitStrain, Roger L2018-10-071-2/+19
| * | | | subtree: use commits before rejoins for splitsStrain, Roger L2018-10-071-6/+20
| * | | | subtree: make --ignore-joins pay attention to addsStrain, Roger L2018-10-071-7/+7
| * | | | subtree: refactor split of a commit into standalone methodStrain, Roger L2018-10-071-36/+42
| | |/ / | |/| |
* | | | Merge branch 'nd/complete-fetch-multiple-args'Junio C Hamano2018-10-191-0/+1
|\ \ \ \
| * | | | completion: support "git fetch --multiple"Nguyễn Thái Ngọc Duy2018-09-211-0/+1
| |/ / /
* / / / git-completion.bash: add completion for stash listSteven Fernandez2018-10-071-0/+3
|/ / /
* | | convert "hashcmp() != 0" to "!hasheq()"Jeff King2018-08-291-0/+9
* | | convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-0/+6
* | | convert "hashcmp() == 0" to hasheq()Jeff King2018-08-291-0/+9
* | | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-0/+6
* | | coccinelle: use <...> for function exclusionJeff King2018-08-292-12/+12
|/ /
* | Merge branch 'js/range-diff'Junio C Hamano2018-08-201-0/+14
|\ \
| * | range-diff: make --dual-color the default modeJohannes Schindelin2018-08-131-1/+1
| * | completion: support `git range-diff`Johannes Schindelin2018-08-131-0/+14
* | | Merge branch 'es/mw-to-git-chain-fix'Junio C Hamano2018-08-151-1/+1
|\ \ \
| * | | mw-to-git/t9360: fix broken &&-chainEric Sunshine2018-07-311-1/+1
* | | | Merge branch 'jn/subtree-test-fixes'Junio C Hamano2018-08-151-90/+31
|\ \ \ \