summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano2018-08-159-84/+50
|\
| * fetch-pack: unify ref in and out paramJonathan Tan2018-08-019-84/+50
* | Merge branch 'sg/travis-retrieve-trash-upon-failure'Junio C Hamano2018-08-153-3/+104
|\ \
| * | travis-ci: include the trash directories of failed tests in the trace logSZEDER Gábor2018-08-013-3/+104
* | | Merge branch 'rs/remote-mv-leakfix'Junio C Hamano2018-08-151-2/+3
|\ \ \
| * | | remote: clear string_list after use in mv()René Scharfe2018-08-011-2/+3
| |/ /
* | | Merge branch 'es/mw-to-git-chain-fix'Junio C Hamano2018-08-151-1/+1
|\ \ \
| * | | mw-to-git/t9360: fix broken &&-chainEric Sunshine2018-07-311-1/+1
| |/ /
* | | Merge branch 'ms/http-proto-doc'Junio C Hamano2018-08-151-2/+2
|\ \ \
| * | | doc: fix want-capability separatorMasaya Suzuki2018-07-301-2/+2
* | | | Merge branch 'nd/pack-objects-threading-doc'Junio C Hamano2018-08-151-0/+19
|\ \ \ \
| * | | | pack-objects: document about thread synchronizationNguyễn Thái Ngọc Duy2018-07-301-0/+19
| | |/ / | |/| |
* | | | Merge branch 'jn/subtree-test-fixes'Junio C Hamano2018-08-151-90/+31
|\ \ \ \
| * | | | subtree test: simplify preparation of expected resultsJonathan Nieder2018-07-301-89/+30
| * | | | subtree test: add missing && to &&-chainJonathan Nieder2018-07-301-1/+1
| |/ / /
* | | | Merge branch 'cb/p4-pre-submit-hook'Junio C Hamano2018-08-154-1/+59
|\ \ \ \
| * | | | git-p4: add the `p4-pre-submit` hookChen Bin2018-08-014-1/+59
| | |/ / | |/| |
* | | | Merge branch 'js/vscode'Junio C Hamano2018-08-156-12/+405
|\ \ \ \
| * | | | vscode: let cSpell work on commit messages, tooJohannes Schindelin2018-07-301-0/+2
| * | | | vscode: add a dictionary for cSpellJohannes Schindelin2018-07-301-1/+168
| * | | | vscode: use 8-space tabs, no trailing ws, etc for Git's source codeJohannes Schindelin2018-07-301-0/+8
| * | | | vscode: wrap commit messages at column 72 by defaultJohannes Schindelin2018-07-301-0/+4
| * | | | vscode: only overwrite C/C++ settingsJohannes Schindelin2018-07-301-3/+20
| * | | | mingw: define WIN32 explicitlyJohannes Schindelin2018-07-301-1/+1
| * | | | cache.h: extract enum declaration from inside a struct declarationJohannes Schindelin2018-07-301-11/+13
| * | | | vscode: hard-code a couple definesJohannes Schindelin2018-07-301-1/+13
| * | | | contrib: add a script to initialize VS Code configurationJohannes Schindelin2018-07-304-0/+181
* | | | | Merge branch 'bb/redecl-enum-fix'Junio C Hamano2018-08-151-1/+1
|\ \ \ \ \
| * | | | | packfile: ensure that enum object_type is definedBeat Bolli2018-07-261-1/+1
| |/ / / /
* | | | | Merge branch 'jk/banned-function'Junio C Hamano2018-08-152-0/+36
|\ \ \ \ \
| * | | | | banned.h: mark strncpy() as bannedJeff King2018-07-261-0/+2
| * | | | | banned.h: mark sprintf() as bannedJeff King2018-07-261-0/+10
| * | | | | banned.h: mark strcat() as bannedJeff King2018-07-261-0/+2
| * | | | | automatically ban strcpy()Jeff King2018-07-262-0/+22
| * | | | | Merge branch 'sb/blame-color' into jk/banned-functionJunio C Hamano2018-07-241-1/+3
| |\ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Merge branch 'en/merge-recursive-skip-fix'Junio C Hamano2018-08-152-0/+29
|\ \ \ \ \ \
| * | | | | | merge-recursive: preserve skip_worktree bit when necessaryElijah Newren2018-07-272-1/+17
| * | | | | | t3507: add a testcase showing failure with sparse checkoutBen Peart2018-07-271-0/+13
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jt/tag-following-with-proto-v2-fix'Junio C Hamano2018-08-152-4/+69
|\ \ \ \ \ \
| * | | | | | fetch: send "refs/tags/" prefix upon CLI refspecsJonathan Tan2018-07-242-4/+22
| * | | | | | t5702: test fetch with multiple refspecs at a timeJonathan Tan2018-07-241-0/+47
| |/ / / / /
* | | | | | Merge branch 'jk/size-t'Junio C Hamano2018-08-157-26/+27
|\ \ \ \ \ \
| * | | | | | strbuf_humanise: use unsigned variablesJeff King2018-07-241-5/+5
| * | | | | | pass st.st_size as hint for strbuf_readlink()Jeff King2018-07-242-2/+3
| * | | | | | strbuf_readlink: use ssize_tJeff King2018-07-241-1/+1
| * | | | | | strbuf: use size_t for length in intermediate variablesJeff King2018-07-241-3/+3
| * | | | | | reencode_string: use size_t for string lengthsJeff King2018-07-245-13/+13
| * | | | | | reencode_string: use st_add/st_mult helpersJeff King2018-07-241-2/+2
| |/ / / / /
* | | | | | Merge branch 'sg/coccicheck-updates'Junio C Hamano2018-08-151-7/+17
|\ \ \ \ \ \
| * | | | | | coccinelle: extract dedicated make target to clean Coccinelle's resultsSZEDER Gábor2018-07-231-3/+5