summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-28Merge branch 'ds/t5319-touch-fix'Libravatar Junio C Hamano1-4/+4
2020-04-28Merge branch 'ds/commit-graph-expiry-fix'Libravatar Junio C Hamano3-3/+9
2020-04-28Merge branch 'dr/doc-recurse-submodules'Libravatar Junio C Hamano13-19/+52
2020-04-28Merge branch 'jc/log-no-mailmap'Libravatar Junio C Hamano5-8/+7
2020-04-28Merge branch 'ma/doc-discard-docbook-xsl-1.73'Libravatar Junio C Hamano10-141/+22
2020-04-28Merge branch 'lx/submodule-clear-variables'Libravatar Junio C Hamano1-0/+2
2020-04-28Merge branch 'jk/fast-import-use-hashmap'Libravatar Junio C Hamano2-25/+59
2020-04-28Merge branch 'jk/config-use-size-t'Libravatar Junio C Hamano12-50/+56
2020-04-28Merge branch 'bc/constant-memequal'Libravatar Junio C Hamano1-1/+22
2020-04-28Merge branch 'lr/freshen-file-fix'Libravatar Junio C Hamano1-3/+1
2020-04-28Merge branch 'en/rebase-doc-hooks-called-by-accident'Libravatar Junio C Hamano1-3/+11
2020-04-28Merge branch 'jc/doc-test-leaving-early'Libravatar Junio C Hamano1-0/+35
2020-04-28Merge branch 'dd/test-with-busybox'Libravatar Junio C Hamano8-21/+25
2020-04-28push: anonymize URLs in error messages and warningsLibravatar Johannes Schindelin1-2/+4
2020-04-28rebase: save autostash entry into stash reflog on --quitLibravatar Denton Liu3-1/+23
2020-04-28push: unset PARSE_OPT_OPTARG for --recurse-submodulesLibravatar Denton Liu1-6/+3
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FLibravatar Denton Liu31-181/+173
2020-04-28t0000: disable GIT_TEST_FAIL_PREREQS in sub-testsLibravatar Jeff King1-0/+1
2020-04-28fetch-pack: in protocol v2, reset in_vain upon ACKLibravatar Jonathan Tan2-0/+31
2020-04-28fetch-pack: in protocol v2, in_vain only after ACKLibravatar Jonathan Tan2-4/+27
2020-04-28fetch-pack: return enum from process_acks()Libravatar Jonathan Tan1-8/+28
2020-04-27bugreport: drop extraneous includesLibravatar Emily Shaffer1-2/+0
2020-04-27rebase: display an error if --root and --fork-point are both providedLibravatar Elijah Newren2-2/+8
2020-04-27credential: fix matching URLs with multiple levels in pathLibravatar brian m. carlson4-6/+58
2020-04-27macOS/brew: let the build find gettext headers/libraries/msgfmtLibravatar Johannes Schindelin1-2/+11
2020-04-27lockfile.c: introduce 'hold_lock_file_for_update_mode'Libravatar Taylor Blau2-12/+38
2020-04-27tempfile.c: introduce 'create_tempfile_mode'Libravatar Taylor Blau2-4/+12
2020-04-27progress.c: silence cgcc suggestion about internal linkageLibravatar Đoàn Trần Công Danh3-9/+10
2020-04-27graph.c: limit linkage of internal variableLibravatar Đoàn Trần Công Danh1-1/+1
2020-04-27compat/regex: move stdlib.h up in inclusion chainLibravatar Đoàn Trần Công Danh2-1/+1
2020-04-27test-parse-pathspec-file.c: s/0/NULL/ for pointer typeLibravatar Đoàn Trần Công Danh1-3/+3
2020-04-24commit-graph: close descriptors after mmapLibravatar Jeff King3-17/+8
2020-04-24gitweb: Recognize *-to and Closes/Fixes trailersLibravatar Emma Brooks1-1/+1
2020-04-24config doc: fix reference to config.worktree infoLibravatar Matheus Tavares1-5/+6
2020-04-24credential: handle `credential.<partial-URL>.<key>` againLibravatar Johannes Schindelin4-3/+77
2020-04-24credential: optionally allow partial URLs in credential_from_url_gently()Libravatar Johannes Schindelin1-6/+36
2020-04-24credential: optionally allow partial URLs in credential_from_url_gently()Libravatar Johannes Schindelin1-6/+36
2020-04-24credential: fix grammarLibravatar Johannes Schindelin1-1/+1
2020-04-24date.c: allow compact version of ISO-8601 datetimeLibravatar Đoàn Trần Công Danh2-0/+17
2020-04-24date.c: skip fractional second part of ISO-8601Libravatar Đoàn Trần Công Danh3-1/+19
2020-04-24date.c: validate and set time in a helper functionLibravatar Đoàn Trần Công Danh1-4/+15
2020-04-24shallow.c: use '{commit,rollback}_shallow_file'Libravatar Taylor Blau5-16/+59
2020-04-24t5537: use test_write_lines and indented heredocs for readabilityLibravatar Taylor Blau1-53/+17
2020-04-24multi-pack-index: close file descriptor after mmapLibravatar Derrick Stolee2-5/+1
2020-04-23test-bloom: check that we have expected argumentsLibravatar Jeff King1-4/+16
2020-04-23test-bloom: fix some whitespace issuesLibravatar Jeff King1-5/+5
2020-04-23commit-graph.c: gracefully handle file descriptor exhaustionLibravatar Taylor Blau2-2/+15
2020-04-23t/test-lib.sh: make ULIMIT_FILE_DESCRIPTORS available to testsLibravatar Taylor Blau2-9/+9
2020-04-23commit-graph.c: don't use discarded graph_name in errorLibravatar Taylor Blau1-1/+1
2020-04-23blame: drop unused parameter from maybe_changed_pathLibravatar Jeff King1-3/+1