summaryrefslogtreecommitdiffstats
path: root/builtin/diff.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-05gc: simplify maintenance_task_pack_refs()René Scharfe1-9/+2
2022-10-05mergetool.txt: typofix 'overwriten' -> 'overwritten'Noah Betzen1-1/+1
2022-10-05promisor-remote: die upon failing fetchJonathan Tan3-5/+24
2022-10-05promisor-remote: remove a return valueJonathan Tan2-14/+9
2022-10-05fsmonitor: add documentation for allowRemote and socketDir optionsEric DeCosta3-3/+47
2022-10-05fsmonitor: check for compatability before communicating with fsmonitorEric DeCosta3-4/+15
2022-10-05fsmonitor: deal with synthetic firmlinks on macOSEric DeCosta6-3/+167
2022-10-05fsmonitor: avoid socket location check if using hookEric DeCosta4-10/+12
2022-10-05fsmonitor: relocate socket file if .git directory is remoteEric DeCosta8-13/+78
2022-10-05fsmonitor: refactor filesystem checks to common interfaceEric DeCosta8-219/+272
2022-10-05ssh signing: return an error when signature cannot be readPhillip Wood1-3/+4
2022-10-03sequencer: detect author name errors in read_author_script()Jeff King2-1/+60
2022-10-03mailinfo -b: fix an out of bounds accessPhillip Wood2-3/+3
2022-10-02Git 2.38v2.38.0Junio C Hamano1-1/+1
2022-10-02diff: support ^! for mergesRené Scharfe3-9/+32
2022-10-02revisions.txt: unspecify order of resolved parts of ^!René Scharfe1-1/+1
2022-10-02revision: use strtol_i() for exclude_parentRené Scharfe1-3/+2
2022-10-01l10n: zh_TW.po: Git 2.38.0, round 3Yi-Jyun Pan1-460/+1038
2022-10-01t7814: prepare for changing protocol.file.allowTaylor Blau1-0/+1
2022-10-01t5537: prepare for changing protocol.file.allowTaylor Blau1-0/+2
2022-10-01t5516: prepare for changing protocol.file.allowTaylor Blau1-0/+1
2022-10-01t3207: prepare for changing protocol.file.allowTaylor Blau1-0/+1
2022-10-01t2080: prepare for changing protocol.file.allowTaylor Blau1-0/+3
2022-10-01t1092: prepare for changing protocol.file.allowTaylor Blau1-0/+2
2022-10-01t2080: prepare for changing protocol.file.allowTaylor Blau1-0/+3
2022-10-01t1092: prepare for changing protocol.file.allowTaylor Blau1-0/+2
2022-10-01tmp-objdir: skip clean up when handling a signalJohn Cai1-36/+4
2022-10-01alias.c: reject too-long cmdline strings in split_cmdline()Kevin Backhouse1-2/+9
2022-10-01shell: limit size of interactive commandsJeff King2-4/+36