summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2018-11-19Merge branch 'sb/cocci-pending'Junio C Hamano
2018-11-14coccicheck: introduce 'pending' semantic patchesSZEDER Gábor
2018-11-13Merge branch 'nd/complete-format-patch'Junio C Hamano
2018-11-06Merge branch 'nd/completion-negation'Junio C Hamano
2018-11-06completion: use __gitcomp_builtin for format-patchDuy Nguyen
2018-10-30Merge branch 'dl/mergetool-gui-option'Junio C Hamano
2018-10-30Merge branch 'js/mingw-load-sys-dll'Junio C Hamano
2018-10-30Merge branch 'jc/cocci-preincr'Junio C Hamano
2018-10-30Merge branch 'bc/hash-transition-part-15'Junio C Hamano
2018-10-30Merge branch 'ch/subtree-build'Junio C Hamano
2018-10-26Merge branch 'du/cherry-is-plumbing'Junio C Hamano
2018-10-26Merge branch 'ds/coverage-diff'Junio C Hamano
2018-10-26Merge branch 'rs/subtree-fixes'Junio C Hamano
2018-10-25completion: support `git mergetool --[no-]gui`Denton Liu
2018-10-24mingw: load system libraries the recommended wayJohannes Schindelin
2018-10-24cocci: simplify "if (++u > 1)" to "if (u++)"Junio C Hamano
2018-10-22completion: fix __gitcomp_builtin no longer consider extra optionsNguyễn Thái Ngọc Duy
2018-10-19Merge branch 'nd/complete-fetch-multiple-args'Junio C Hamano
2018-10-18Revert "subtree: make install targets depend on build targets"Junio C Hamano
2018-10-16subtree: make install targets depend on build targetsChristian Hesse
2018-10-15object_id.cocci: match only expressions of type 'struct object_id'SZEDER Gábor
2018-10-12subtree: performance improvement for finding unexpected parent commitsRoger Strain
2018-10-11doc: move git-cherry to plumbingDaniels Umanovskis
2018-10-10subtree: add build targets 'man' and 'html'Christian Hesse
2018-10-10contrib: add coverage-diff scriptDerrick Stolee
2018-10-07git-completion.bash: add completion for stash listSteven Fernandez
2018-10-06subtree: improve decision on merges kept in splitStrain, Roger L
2018-10-06subtree: use commits before rejoins for splitsStrain, Roger L
2018-10-06subtree: make --ignore-joins pay attention to addsStrain, Roger L
2018-10-06subtree: refactor split of a commit into standalone methodStrain, Roger L
2018-09-21completion: support "git fetch --multiple"Nguyễn Thái Ngọc Duy
2018-08-29convert "hashcmp() != 0" to "!hasheq()"Jeff King
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King
2018-08-29convert "hashcmp() == 0" to hasheq()Jeff King
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-08-29coccinelle: use <...> for function exclusionJeff King
2018-08-20Merge branch 'js/range-diff'Junio C Hamano
2018-08-15Merge branch 'es/mw-to-git-chain-fix'Junio C Hamano
2018-08-15Merge branch 'jn/subtree-test-fixes'Junio C Hamano
2018-08-15Merge branch 'js/vscode'Junio C Hamano
2018-08-13range-diff: make --dual-color the default modeJohannes Schindelin
2018-08-13completion: support `git range-diff`Johannes Schindelin
2018-08-02Merge branch 'ds/commit-graph-fsck'Junio C Hamano
2018-07-31mw-to-git/t9360: fix broken &&-chainEric Sunshine
2018-07-30subtree test: simplify preparation of expected resultsJonathan Nieder
2018-07-30subtree test: add missing && to &&-chainJonathan Nieder
2018-07-30vscode: let cSpell work on commit messages, tooJohannes Schindelin
2018-07-30vscode: add a dictionary for cSpellJohannes Schindelin
2018-07-30vscode: use 8-space tabs, no trailing ws, etc for Git's source codeJohannes Schindelin
2018-07-30vscode: wrap commit messages at column 72 by defaultJohannes Schindelin