summaryrefslogtreecommitdiffstats
path: root/credential.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-19Start preparing for 2.10.1Junio C Hamano2-1/+34
2016-09-11l10n: zh_CN: review for git v2.10.0 l10nRay Chen1-50/+50
2016-09-11l10n: zh_CN: fixed some typos for git 2.10.0Jiang Xin1-4/+4
2016-09-09Prepare for 2.9.4Junio C Hamano2-1/+84
2016-09-08diff: remove dead codeStefan Beller1-8/+0
2016-09-08diff: omit found pointer from emit_callbackStefan Beller1-4/+2
2016-09-08diff.c: use diff_options directlyStefan Beller1-11/+10
2016-09-08transport: report missing submodule pushes consistently on stderrStefan Beller1-1/+1
2016-09-08unpack-trees: do not capitalize "working"Alex Henrie1-2/+2
2016-09-08git-merge-octopus: do not capitalize "octopus"Alex Henrie1-2/+2
2016-09-08git-rebase--interactive: fix English grammarAlex Henrie1-1/+1
2016-09-08cat-file: put spaces around pipes in usage stringAlex Henrie1-1/+1
2016-09-08am: put spaces around pipe in usage stringAlex Henrie1-1/+1
2016-09-07t5551-http-fetch-smart.sh: use the GIT_TRACE_CURL environment varElia Pinto1-3/+12
2016-09-07t5550-http-fetch-dumb.sh: use the GIT_TRACE_CURL environment varElia Pinto1-5/+5
2016-09-07test-lib.sh: preserve GIT_TRACE_CURL from the environmentElia Pinto1-0/+1
2016-09-07t5541-http-push-smart.sh: use the GIT_TRACE_CURL environment varElia Pinto1-1/+1
2016-09-07t6026-merge-attr: clean up background process at end of test caseJohannes Sixt1-0/+2
2016-09-07t9903: fix broken && chainJohannes Sixt1-1/+1
2016-09-07introduce hex2chr() for converting two hexadecimal digits to a characterRené Scharfe6-78/+21
2016-09-07compat: move strdup(3) replacement to its own fileRené Scharfe4-19/+33
2016-09-07xdiff: remove unneeded declarationsStefan Beller1-9/+0
2016-09-03l10n: pt_PT: update Portuguese repository infoVasco Almeida1-2/+3
2016-09-03l10n: pt_PT: update Portuguese translationVasco Almeida1-392/+347
2016-09-02Git 2.10v2.10.0Junio C Hamano2-1/+6
2016-09-02symbolic-ref -d: do not allow removal of HEADJunio C Hamano2-7/+16
2016-09-01submodule: avoid auto-discovery in prepare_submodule_repo_env()Junio C Hamano2-0/+36
2016-08-31color_parse_mem: initialize "struct color" temporaryJeff King1-1/+1
2016-08-31error_errno: use constant return similar to error()Jeff King2-0/+2
2016-08-31A few more fixes before the final 2.10Junio C Hamano1-3/+8
2016-08-31diff-highlight: avoid highlighting combined diffsJeff King2-1/+38
2016-08-31diff-highlight: add multi-byte testsJeff King1-1/+35