summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-28Merge branch 'jc/log-no-mailmap'Junio C Hamano5-8/+7
2020-04-28Merge branch 'ma/doc-discard-docbook-xsl-1.73'Junio C Hamano10-141/+22
2020-04-28Merge branch 'lx/submodule-clear-variables'Junio C Hamano1-0/+2
2020-04-28Merge branch 'jk/fast-import-use-hashmap'Junio C Hamano2-25/+59
2020-04-28Merge branch 'jk/config-use-size-t'Junio C Hamano12-50/+56
2020-04-28Merge branch 'bc/constant-memequal'Junio C Hamano1-1/+22
2020-04-28Merge branch 'lr/freshen-file-fix'Junio C Hamano1-3/+1
2020-04-28Merge branch 'en/rebase-doc-hooks-called-by-accident'Junio C Hamano1-3/+11
2020-04-28Merge branch 'jc/doc-test-leaving-early'Junio C Hamano1-0/+35
2020-04-28Merge branch 'dd/test-with-busybox'Junio C Hamano8-21/+25
2020-04-28push: anonymize URLs in error messages and warningsJohannes Schindelin1-2/+4
2020-04-28rebase: save autostash entry into stash reflog on --quitDenton Liu3-1/+23
2020-04-28push: unset PARSE_OPT_OPTARG for --recurse-submodulesDenton Liu1-6/+3
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu31-181/+173
2020-04-28t0000: disable GIT_TEST_FAIL_PREREQS in sub-testsJeff King1-0/+1
2020-04-28fetch-pack: in protocol v2, reset in_vain upon ACKJonathan Tan2-0/+31
2020-04-28fetch-pack: in protocol v2, in_vain only after ACKJonathan Tan2-4/+27
2020-04-28fetch-pack: return enum from process_acks()Jonathan Tan1-8/+28
2020-04-27bugreport: drop extraneous includesEmily Shaffer1-2/+0
2020-04-27rebase: display an error if --root and --fork-point are both providedElijah Newren2-2/+8
2020-04-27credential: fix matching URLs with multiple levels in pathbrian m. carlson4-6/+58
2020-04-27macOS/brew: let the build find gettext headers/libraries/msgfmtJohannes Schindelin1-2/+11
2020-04-27lockfile.c: introduce 'hold_lock_file_for_update_mode'Taylor Blau2-12/+38
2020-04-27tempfile.c: introduce 'create_tempfile_mode'Taylor Blau2-4/+12
2020-04-27progress.c: silence cgcc suggestion about internal linkageĐoàn Trần Công Danh3-9/+10
2020-04-27graph.c: limit linkage of internal variableĐoàn Trần Công Danh1-1/+1
2020-04-27compat/regex: move stdlib.h up in inclusion chainĐoàn Trần Công Danh2-1/+1
2020-04-27test-parse-pathspec-file.c: s/0/NULL/ for pointer typeĐoàn Trần Công Danh1-3/+3
2020-04-24commit-graph: close descriptors after mmapJeff King3-17/+8
2020-04-24gitweb: Recognize *-to and Closes/Fixes trailersEmma Brooks1-1/+1
2020-04-24config doc: fix reference to config.worktree infoMatheus Tavares1-5/+6
2020-04-24credential: handle `credential.<partial-URL>.<key>` againJohannes Schindelin4-3/+77
2020-04-24credential: optionally allow partial URLs in credential_from_url_gently()Johannes Schindelin1-6/+36
2020-04-24credential: optionally allow partial URLs in credential_from_url_gently()Johannes Schindelin1-6/+36
2020-04-24credential: fix grammarJohannes Schindelin1-1/+1
2020-04-24date.c: allow compact version of ISO-8601 datetimeĐoàn Trần Công Danh2-0/+17
2020-04-24date.c: skip fractional second part of ISO-8601Đoàn Trần Công Danh3-1/+19
2020-04-24date.c: validate and set time in a helper functionĐoàn Trần Công Danh1-4/+15
2020-04-24shallow.c: use '{commit,rollback}_shallow_file'Taylor Blau5-16/+59
2020-04-24t5537: use test_write_lines and indented heredocs for readabilityTaylor Blau1-53/+17
2020-04-24multi-pack-index: close file descriptor after mmapDerrick Stolee2-5/+1
2020-04-23test-bloom: check that we have expected argumentsJeff King1-4/+16
2020-04-23test-bloom: fix some whitespace issuesJeff King1-5/+5
2020-04-23commit-graph.c: gracefully handle file descriptor exhaustionTaylor Blau2-2/+15
2020-04-23t/test-lib.sh: make ULIMIT_FILE_DESCRIPTORS available to testsTaylor Blau2-9/+9
2020-04-23commit-graph.c: don't use discarded graph_name in errorTaylor Blau1-1/+1
2020-04-23blame: drop unused parameter from maybe_changed_pathJeff King1-3/+1
2020-04-23date.c: s/is_date/set_date/Đoàn Trần Công Danh1-11/+11
2020-04-22mailinfo: disallow NUL character in mail's headerĐoàn Trần Công Danh2-2/+10
2020-04-22mailinfo.c: avoid strlen on strings that can contains NULĐoàn Trần Công Danh2-2/+48