Age | Commit message (Expand) | Author | Files | Lines |
2018-10-15 | object_id.cocci: match only expressions of type 'struct object_id' | SZEDER Gábor | 1 | -54/+63 |
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 |
2018-07-30 | vscode: only overwrite C/C++ settings | Johannes Schindelin | 1 | -3/+20 |
2018-07-30 | vscode: hard-code a couple defines | Johannes Schindelin | 1 | -1/+13 |
2018-07-30 | contrib: add a script to initialize VS Code configuration | Johannes Schindelin | 3 | -0/+180 |
2018-07-18 | Merge branch 'tb/grep-column' | Junio C Hamano | 2 | -3/+11 |
2018-07-16 | coccinelle: update commit.cocci | Derrick Stolee | 1 | -1/+1 |
2018-06-28 | Merge branch 'tz/cred-netrc-cleanup' | Junio C Hamano | 3 | -6/+11 |
2018-06-28 | Merge branch 'nd/completion-negation' | Junio C Hamano | 1 | -24/+37 |
2018-06-25 | Merge branch 'ls/complete-remote-update-names' | Junio C Hamano | 1 | -1/+1 |
2018-06-25 | Merge branch 'nd/complete-config-vars' | Junio C Hamano | 1 | -333/+29 |
2018-06-22 | contrib/git-jump/git-jump: jump to exact location | Taylor Blau | 2 | -3/+11 |
2018-06-18 | git-credential-netrc: make "all" default target of Makefile | Todd Zullinger | 1 | -0/+3 |
2018-06-18 | Merge branch 'ab/cred-netrc-no-autodie' | Junio C Hamano | 1 | -1/+0 |
2018-06-18 | git-credential-netrc: fix exit status when tests fail | Luis Marsano | 1 | -1/+3 |
2018-06-18 | git-credential-netrc: use in-tree Git.pm for tests | Luis Marsano | 2 | -2/+2 |
2018-06-18 | git-credential-netrc: minor whitespace cleanup in test script | Todd Zullinger | 1 | -4/+4 |
2018-06-13 | Merge branch 'sg/completion-zsh-workaround' | Junio C Hamano | 2 | -2/+5 |
2018-06-13 | git-credential-netrc: remove use of "autodie" | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
2018-06-12 | completion: correct zsh detection when run from git-completion.zsh | SZEDER Gábor | 2 | -2/+5 |
2018-06-11 | completion: collapse extra --no-.. options | Nguyễn Thái Ngọc Duy | 1 | -0/+23 |
2018-06-01 | Merge branch 'pa/import-tars-long-names' | Junio C Hamano | 1 | -2/+29 |
2018-06-01 | Merge branch 'nd/command-list' | Junio C Hamano | 1 | -132/+16 |
2018-06-01 | completion: complete remote names too | Łukasz Stelmach | 1 | -1/+1 |
2018-05-30 | Merge branch 'lm/credential-netrc' | Junio C Hamano | 7 | -50/+135 |
2018-05-30 | Merge branch 'sg/complete-paths' | Junio C Hamano | 2 | -26/+200 |
2018-05-29 | completion: complete general config vars in two steps | Nguyễn Thái Ngọc Duy | 1 | -2/+7 |
2018-05-29 | completion: support case-insensitive config vars | Nguyễn Thái Ngọc Duy | 1 | -1/+9 |
2018-05-29 | completion: keep other config var completion in camelCase | Nguyễn Thái Ngọc Duy | 1 | -6/+6 |
2018-05-29 | completion: drop the hard coded list of config vars | Nguyễn Thái Ngọc Duy | 1 | -326/+9 |
2018-05-29 | Merge branch 'nd/command-list' into nd/complete-config-vars | Junio C Hamano | 1 | -132/+16 |
2018-05-29 | parse-options: option to let --git-completion-helper show negative form | Nguyễn Thái Ngọc Duy | 1 | -24/+14 |