Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jt/connectivity-check-after-unshallow' | Junio C Hamano | 2018-08-15 | 9 | -84/+50 |
|\ | |||||
| * | fetch-pack: unify ref in and out param | Jonathan Tan | 2018-08-01 | 9 | -84/+50 |
* | | Merge branch 'sg/travis-retrieve-trash-upon-failure' | Junio C Hamano | 2018-08-15 | 3 | -3/+104 |
|\ \ | |||||
| * | | travis-ci: include the trash directories of failed tests in the trace log | SZEDER Gábor | 2018-08-01 | 3 | -3/+104 |
* | | | Merge branch 'rs/remote-mv-leakfix' | Junio C Hamano | 2018-08-15 | 1 | -2/+3 |
|\ \ \ | |||||
| * | | | remote: clear string_list after use in mv() | René Scharfe | 2018-08-01 | 1 | -2/+3 |
| |/ / | |||||
* | | | Merge branch 'es/mw-to-git-chain-fix' | Junio C Hamano | 2018-08-15 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | mw-to-git/t9360: fix broken &&-chain | Eric Sunshine | 2018-07-31 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'ms/http-proto-doc' | Junio C Hamano | 2018-08-15 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | doc: fix want-capability separator | Masaya Suzuki | 2018-07-30 | 1 | -2/+2 |
* | | | | Merge branch 'nd/pack-objects-threading-doc' | Junio C Hamano | 2018-08-15 | 1 | -0/+19 |
|\ \ \ \ | |||||
| * | | | | pack-objects: document about thread synchronization | Nguyễn Thái Ngọc Duy | 2018-07-30 | 1 | -0/+19 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'jn/subtree-test-fixes' | Junio C Hamano | 2018-08-15 | 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 'cb/p4-pre-submit-hook' | Junio C Hamano | 2018-08-15 | 4 | -1/+59 |
|\ \ \ \ | |||||
| * | | | | git-p4: add the `p4-pre-submit` hook | Chen Bin | 2018-08-01 | 4 | -1/+59 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'js/vscode' | Junio C Hamano | 2018-08-15 | 6 | -12/+405 |
|\ \ \ \ | |||||
| * | | | | 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 |
| * | | | | mingw: define WIN32 explicitly | Johannes Schindelin | 2018-07-30 | 1 | -1/+1 |
| * | | | | cache.h: extract enum declaration from inside a struct declaration | Johannes Schindelin | 2018-07-30 | 1 | -11/+13 |
| * | | | | vscode: hard-code a couple defines | Johannes Schindelin | 2018-07-30 | 1 | -1/+13 |
| * | | | | contrib: add a script to initialize VS Code configuration | Johannes Schindelin | 2018-07-30 | 4 | -0/+181 |
* | | | | | Merge branch 'bb/redecl-enum-fix' | Junio C Hamano | 2018-08-15 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | packfile: ensure that enum object_type is defined | Beat Bolli | 2018-07-26 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge branch 'jk/banned-function' | Junio C Hamano | 2018-08-15 | 2 | -0/+36 |
|\ \ \ \ \ | |||||
| * | | | | | banned.h: mark strncpy() as banned | Jeff King | 2018-07-26 | 1 | -0/+2 |
| * | | | | | banned.h: mark sprintf() as banned | Jeff King | 2018-07-26 | 1 | -0/+10 |
| * | | | | | banned.h: mark strcat() as banned | Jeff King | 2018-07-26 | 1 | -0/+2 |
| * | | | | | automatically ban strcpy() | Jeff King | 2018-07-26 | 2 | -0/+22 |
| * | | | | | Merge branch 'sb/blame-color' into jk/banned-function | Junio C Hamano | 2018-07-24 | 1 | -1/+3 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'en/merge-recursive-skip-fix' | Junio C Hamano | 2018-08-15 | 2 | -0/+29 |
|\ \ \ \ \ \ | |||||
| * | | | | | | merge-recursive: preserve skip_worktree bit when necessary | Elijah Newren | 2018-07-27 | 2 | -1/+17 |
| * | | | | | | t3507: add a testcase showing failure with sparse checkout | Ben Peart | 2018-07-27 | 1 | -0/+13 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'jt/tag-following-with-proto-v2-fix' | Junio C Hamano | 2018-08-15 | 2 | -4/+69 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fetch: send "refs/tags/" prefix upon CLI refspecs | Jonathan Tan | 2018-07-24 | 2 | -4/+22 |
| * | | | | | | t5702: test fetch with multiple refspecs at a time | Jonathan Tan | 2018-07-24 | 1 | -0/+47 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jk/size-t' | Junio C Hamano | 2018-08-15 | 7 | -26/+27 |
|\ \ \ \ \ \ | |||||
| * | | | | | | strbuf_humanise: use unsigned variables | Jeff King | 2018-07-24 | 1 | -5/+5 |
| * | | | | | | pass st.st_size as hint for strbuf_readlink() | Jeff King | 2018-07-24 | 2 | -2/+3 |
| * | | | | | | strbuf_readlink: use ssize_t | Jeff King | 2018-07-24 | 1 | -1/+1 |
| * | | | | | | strbuf: use size_t for length in intermediate variables | Jeff King | 2018-07-24 | 1 | -3/+3 |
| * | | | | | | reencode_string: use size_t for string lengths | Jeff King | 2018-07-24 | 5 | -13/+13 |
| * | | | | | | reencode_string: use st_add/st_mult helpers | Jeff King | 2018-07-24 | 1 | -2/+2 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'sg/coccicheck-updates' | Junio C Hamano | 2018-08-15 | 1 | -7/+17 |
|\ \ \ \ \ \ | |||||
| * | | | | | | coccinelle: extract dedicated make target to clean Coccinelle's results | SZEDER Gábor | 2018-07-23 | 1 | -3/+5 |