Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'sb/cocci-pending' | Junio C Hamano | 2018-11-19 | 1 | -0/+41 |
|\ | |||||
| * | coccicheck: introduce 'pending' semantic patches | SZEDER Gábor | 2018-11-14 | 1 | -0/+41 |
* | | Merge branch 'nd/complete-format-patch' | Junio C Hamano | 2018-11-13 | 1 | -10/+6 |
|\ \ | |/ |/| | |||||
| * | completion: use __gitcomp_builtin for format-patch | Duy Nguyen | 2018-11-06 | 1 | -10/+6 |
* | | Merge branch 'nd/completion-negation' | Junio C Hamano | 2018-11-06 | 1 | -1/+1 |
|\ \ | |||||
| * | | completion: fix __gitcomp_builtin no longer consider extra options | Nguyễn Thái Ngọc Duy | 2018-10-22 | 1 | -1/+1 |
* | | | Merge branch 'dl/mergetool-gui-option' | Junio C Hamano | 2018-10-30 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | completion: support `git mergetool --[no-]gui` | Denton Liu | 2018-10-25 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'js/mingw-load-sys-dll' | Junio C Hamano | 2018-10-30 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | mingw: load system libraries the recommended way | Johannes Schindelin | 2018-10-24 | 1 | -1/+2 |
| |/ / | |||||
* | | | Merge branch 'jc/cocci-preincr' | Junio C Hamano | 2018-10-30 | 1 | -0/+5 |
|\ \ \ | |||||
| * | | | cocci: simplify "if (++u > 1)" to "if (u++)" | Junio C Hamano | 2018-10-24 | 1 | -0/+5 |
* | | | | Merge branch 'bc/hash-transition-part-15' | Junio C Hamano | 2018-10-30 | 1 | -54/+63 |
|\ \ \ \ | |||||
| * | | | | object_id.cocci: match only expressions of type 'struct object_id' | SZEDER Gábor | 2018-10-15 | 1 | -54/+63 |
* | | | | | Merge branch 'ch/subtree-build' | Junio C Hamano | 2018-10-30 | 1 | -0/+4 |
|\ \ \ \ \ | |||||
| * | | | | | Revert "subtree: make install targets depend on build targets" | Junio C Hamano | 2018-10-18 | 1 | -3/+3 |
| * | | | | | subtree: make install targets depend on build targets | Christian Hesse | 2018-10-16 | 1 | -3/+3 |
| * | | | | | subtree: add build targets 'man' and 'html' | Christian Hesse | 2018-10-10 | 1 | -0/+4 |
| |/ / / / | |||||
* | | | | | Merge branch 'du/cherry-is-plumbing' | Junio C Hamano | 2018-10-26 | 1 | -11/+0 |
|\ \ \ \ \ | |||||
| * | | | | | doc: move git-cherry to plumbing | Daniels Umanovskis | 2018-10-12 | 1 | -11/+0 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'ds/coverage-diff' | Junio C Hamano | 2018-10-26 | 1 | -0/+108 |
|\ \ \ \ \ | |||||
| * | | | | | contrib: add coverage-diff script | Derrick Stolee | 2018-10-10 | 1 | -0/+108 |
| |/ / / / | |||||
* | | | | | Merge branch 'rs/subtree-fixes' | Junio C Hamano | 2018-10-26 | 1 | -46/+83 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | subtree: performance improvement for finding unexpected parent commits | Roger Strain | 2018-10-12 | 1 | -1/+1 |
| * | | | | subtree: improve decision on merges kept in split | Strain, Roger L | 2018-10-07 | 1 | -2/+19 |
| * | | | | subtree: use commits before rejoins for splits | Strain, Roger L | 2018-10-07 | 1 | -6/+20 |
| * | | | | subtree: make --ignore-joins pay attention to adds | Strain, Roger L | 2018-10-07 | 1 | -7/+7 |
| * | | | | subtree: refactor split of a commit into standalone method | Strain, Roger L | 2018-10-07 | 1 | -36/+42 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'nd/complete-fetch-multiple-args' | Junio C Hamano | 2018-10-19 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | completion: support "git fetch --multiple" | Nguyễn Thái Ngọc Duy | 2018-09-21 | 1 | -0/+1 |
| |/ / / | |||||
* / / / | git-completion.bash: add completion for stash list | Steven Fernandez | 2018-10-07 | 1 | -0/+3 |
|/ / / | |||||
* | | | convert "hashcmp() != 0" to "!hasheq()" | Jeff King | 2018-08-29 | 1 | -0/+9 |
* | | | convert "oidcmp() != 0" to "!oideq()" | Jeff King | 2018-08-29 | 1 | -0/+6 |
* | | | convert "hashcmp() == 0" to hasheq() | Jeff King | 2018-08-29 | 1 | -0/+9 |
* | | | convert "oidcmp() == 0" to oideq() | Jeff King | 2018-08-29 | 1 | -0/+6 |
* | | | coccinelle: use <...> for function exclusion | Jeff King | 2018-08-29 | 2 | -12/+12 |
|/ / | |||||
* | | Merge branch 'js/range-diff' | Junio C Hamano | 2018-08-20 | 1 | -0/+14 |
|\ \ | |||||
| * | | range-diff: make --dual-color the default mode | Johannes Schindelin | 2018-08-13 | 1 | -1/+1 |
| * | | completion: support `git range-diff` | Johannes Schindelin | 2018-08-13 | 1 | -0/+14 |
* | | | Merge branch 'es/mw-to-git-chain-fix' | Junio C Hamano | 2018-08-16 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | mw-to-git/t9360: fix broken &&-chain | Eric Sunshine | 2018-07-31 | 1 | -1/+1 |
* | | | | Merge branch 'jn/subtree-test-fixes' | Junio C Hamano | 2018-08-16 | 1 | -90/+31 |
|\ \ \ \ | |||||
| * | | | | subtree test: simplify preparation of expected results | Jonathan Nieder | 2018-07-30 | 1 | -89/+30 |
| * | | | | subtree test: add missing && to &&-chain | Jonathan Nieder | 2018-07-30 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch 'js/vscode' | Junio C Hamano | 2018-08-16 | 3 | -0/+390 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | vscode: let cSpell work on commit messages, too | Johannes Schindelin | 2018-07-30 | 1 | -0/+2 |
| * | | | vscode: add a dictionary for cSpell | Johannes Schindelin | 2018-07-30 | 1 | -1/+168 |
| * | | | vscode: use 8-space tabs, no trailing ws, etc for Git's source code | Johannes Schindelin | 2018-07-30 | 1 | -0/+8 |
| * | | | vscode: wrap commit messages at column 72 by default | Johannes Schindelin | 2018-07-30 | 1 | -0/+4 |
| * | | | vscode: only overwrite C/C++ settings | Johannes Schindelin | 2018-07-30 | 1 | -3/+20 |