summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-23date.c: s/is_date/set_date/Libravatar Đoàn Trần Công Danh1-11/+11
2020-04-22mailinfo: disallow NUL character in mail's headerLibravatar Đoàn Trần Công Danh2-2/+10
2020-04-22mailinfo.c: avoid strlen on strings that can contains NULLibravatar Đoàn Trần Công Danh2-2/+48
2020-04-22t4254: merge 2 steps of a single testLibravatar Đoàn Trần Công Danh1-4/+2
2020-04-22The third batchLibravatar Junio C Hamano1-0/+123
2020-04-22Merge branch 'jk/credential-parsing-end-of-host-in-URL'Libravatar Junio C Hamano2-2/+43
2020-04-22Merge branch 'jt/rebase-allow-duplicate'Libravatar Junio C Hamano5-4/+110
2020-04-22Merge branch 'en/rebase-no-keep-empty'Libravatar Junio C Hamano6-30/+93
2020-04-22Merge branch 'js/mingw-is-hidden-test-fix'Libravatar Junio C Hamano3-18/+14
2020-04-22Merge branch 'js/mingw-isilon-nfs'Libravatar Junio C Hamano1-2/+15
2020-04-22Merge branch 'js/flush-prompt-before-interative-input'Libravatar Junio C Hamano6-16/+24
2020-04-22Merge branch 'ds/revision-show-pulls'Libravatar Junio C Hamano5-5/+284
2020-04-22Merge branch 'ma/simplify-merge-config-parsing'Libravatar Junio C Hamano1-3/+5
2020-04-22Merge branch 'js/mingw-fixes'Libravatar Junio C Hamano2-4/+43
2020-04-22Merge branch 'jc/missing-ref-store-fix'Libravatar Junio C Hamano4-8/+16
2020-04-22Merge branch 'ma/config-doc-fix'Libravatar Junio C Hamano1-5/+5
2020-04-22Merge branch 'eb/format-patch-no-encode-headers'Libravatar Junio C Hamano9-3/+85
2020-04-22Merge branch 'pb/pull-fetch-doc'Libravatar Junio C Hamano2-4/+5
2020-04-22Merge branch 'dd/no-gpg-sign'Libravatar Junio C Hamano11-18/+190