summaryrefslogtreecommitdiffstats
path: root/fuzz-commit-graph.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-27t5411: add basic test cases for proc-receive hookJiang Xin6-0/+521
2020-08-27transport: not report a non-head push as a branchJiang Xin2-4/+7
2020-05-01The sixth batchJunio C Hamano1-0/+52
2020-04-30The fifth batchJunio C Hamano1-0/+19
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano4-42/+4
2020-04-29The fourth batchJunio C Hamano1-0/+95
2020-04-29push: 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-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-28bugreport: 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-27macOS/brew: let the build find gettext headers/libraries/msgfmtJohannes Schindelin1-2/+11
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-25commit-graph: close descriptors after mmapJeff King3-17/+8
2020-04-25gitweb: Recognize *-to and Closes/Fixes trailersEmma Brooks1-1/+1
2020-04-25config doc: fix reference to config.worktree infoMatheus Tavares1-5/+6
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-24test-bloom: check that we have expected argumentsJeff King1-4/+16
2020-04-24test-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-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
2020-04-22t4254: merge 2 steps of a single testĐoàn Trần Công Danh1-4/+2
2020-04-22The third batchJunio C Hamano1-0/+123
2020-04-22Revert "fetch: default to protocol version 2"Jonathan Nieder2-2/+2
2020-04-22config.mak.uname: Define FREAD_READS_DIRECTORIES for GNU/HurdJessica Clarke1-0/+1
2020-04-22receive-pack: compilation fixJunio C Hamano1-1/+3
2020-04-21docs: fix minor glitch in illustrationMichael F. Schönitzer1-1/+1
2020-04-21diff-tree.c: load notes machinery when requiredTaylor Blau7-0/+78
2020-04-20t9819: don't use test_must_fail with p4Denton Liu1-1/+1
2020-04-20t9164: use test_must_fail only on git commandsDenton Liu1-2/+2
2020-04-20t9160: use test_path_is_missing()Denton Liu1-2/+2
2020-04-20t9141: use test_path_is_missing()Denton Liu1-4/+4
2020-04-20t7508: don't use `test_must_fail test_cmp`Denton Liu1-1/+1
2020-04-20t7408: replace incorrect uses of test_must_failDenton Liu1-4/+4
2020-04-20t6030: use test_path_is_missing()Denton Liu1-4/+4
2020-04-20grep: follow conventions for printing paths w/ unusual charsMatheus Tavares3-14/+85
2020-04-20Git 2.17.5v2.17.5Jeff King3-2/+24
2020-04-20fsck: reject URL with empty host in .gitmodulesJonathan Nieder2-3/+39
2020-04-20credential: treat URL with empty scheme as invalidJonathan Nieder3-3/+43