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