aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-12-16Makefile: use sha1collisiondetection by default on OSX and DarwinÆvar Arnfjörð Bjarmason2-8/+5
2022-12-15ref-filter: convert email atom parser to use err_bad_arg()Jeff King1-1/+1
2022-12-15ref-filter: truncate atom names in error messagesJeff King2-4/+14
2022-12-15ref-filter: factor out "unrecognized %(foo) arg" errorsJeff King2-5/+17
2022-12-15ref-filter: factor out "%(foo) does not take arguments" errorsJeff King2-5/+17
2022-12-15ref-filter: reject arguments to %(HEAD)Jeff King1-1/+3
2022-12-15diff: fix regression with --stat and unmerged filePeter Grayson2-1/+11
2022-12-15git: remove duplicate includesSeija Kijin3-3/+0
2022-12-15fsmonitor: eliminate call to deprecated FSEventStream functionJeff Hostetler2-14/+25
2022-12-15commit: don't lazy-fetch commitsJonathan Tan1-2/+13
2022-12-15object-file: emit corruption errors when detectedJonathan Tan2-27/+31
2022-12-15object-file: refactor map_loose_object_1()Jonathan Tan1-26/+24
2022-12-15object-file: remove OBJECT_INFO_IGNORE_LOOSEJonathan Tan2-6/+1
2022-12-14Start the 2.40 cycleJunio C Hamano3-2/+39
2022-12-14object-file: inline write_buffer()René Scharfe1-9/+2
2022-12-13userdiff: mark unused parameter in internal callbackJeff King1-1/+2
2022-12-13list-objects-filter: mark unused parameters in virtual functionsJeff King1-15/+15
2022-12-13diff: mark unused parameters in callbacksJeff King15-30/+41
2022-12-13xdiff: mark unused parameter in xdl_call_hunk_func()Jeff King1-1/+1
2022-12-13xdiff: drop unused parameter in def_ff()Jeff King1-2/+2
2022-12-13ws: drop unused parameter from ws_blank_line()Jeff King4-10/+9
2022-12-13list-objects: drop process_gitlink() functionJeff King1-32/+1
2022-12-13blob: drop unused parts of parse_blob_buffer()Jeff King3-7/+4
2022-12-13ls-refs: use repository parameter to iterate refsJeff King4-10/+15
2022-12-13server_supports_v2(): use a separate function for die_on_errorJeff King3-16/+20
2022-12-13am: don't pass strvec to apply_parse_options()René Scharfe1-1/+11
2022-12-13commit: skip already cleared parents in clear_commit_marks_1()René Scharfe1-2/+4
2022-12-13reflog: clear leftovers in reflog_expiry_cleanup()René Scharfe1-1/+3
2022-12-13Git 2.39.1v2.39.1Junio C Hamano3-2/+7
2022-12-13Git 2.38.3v2.38.3Junio C Hamano3-2/+7
2022-12-13Git 2.37.5v2.37.5Junio C Hamano3-2/+7
2022-12-13Git 2.36.4v2.36.4Junio C Hamano3-2/+7
2022-12-13Git 2.35.6v2.35.6Junio C Hamano3-2/+7
2022-12-13Git 2.34.6v2.34.6Junio C Hamano3-2/+7
2022-12-13Git 2.33.6v2.33.6Junio C Hamano3-2/+7
2022-12-13Git 2.32.5v2.32.5Junio C Hamano3-2/+10
2022-12-13Git 2.31.6v2.31.6Junio C Hamano3-2/+7
2022-12-13Git 2.30.7v2.30.7Junio C Hamano3-2/+88
2022-12-13http-fetch: invoke trace2_cmd_name()Jonathan Tan1-0/+3
2022-12-13help.c: fix autocorrect in work tree for bare repositorySimon Gerber2-1/+7
2022-12-13tests(mingw): avoid very slow `mingw_test_cmp`Johannes Schindelin2-67/+1
2022-12-12Git 2.39v2.39.0Junio C Hamano1-1/+1
2022-12-11Git 2.38.2v2.38.2Junio C Hamano2-1/+8
2022-12-11l10n: zh_TW.po: Git 2.39-rc2pan934121-921/+1240
2022-12-10ci: use a newer `github-script` versionJohannes Schindelin1-3/+3
2022-12-10mailmap: update email address of Matheus TavaresMatheus Tavares1-0/+1
2022-12-09rebase --update-refs: avoid unintended ref deletionVictoria Dye2-3/+113
2022-12-09fsck: implement checks for gitattributesPatrick Steinhardt3-1/+73
2022-12-09fsck: move checks for gitattributesPatrick Steinhardt1-5/+7
2022-12-09fsck: pull out function to check a set of blobsPatrick Steinhardt1-12/+22