summaryrefslogtreecommitdiffstats
path: root/help.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-30Git 2.37.3v2.37.3Junio C Hamano2-4/+4
2022-08-29The sixteenth batchJunio C Hamano1-21/+37
2022-08-26A handful more topics from the 'master' front for 2.37.3Junio C Hamano2-1/+47
2022-08-25The fifteenth batchJunio C Hamano1-0/+16
2022-08-24t5329: notice a failure within a loopJunio C Hamano1-1/+2
2022-08-24ci: update 'static-analysis' to Ubuntu 22.04Derrick Stolee1-1/+1
2022-08-24promisor-remote: fix xcalloc() argument orderSZEDER Gábor1-1/+1
2022-08-23preload-index: fix memleakAnthony Delannoy1-0/+6
2022-08-22t: detect and signal failure within loopEric Sunshine4-9/+9
2022-08-22t1092: fix buggy sparse "blame" testEric Sunshine1-2/+2
2022-08-22t2407: fix broken &&-chains in compound statementEric Sunshine1-2/+2
2022-08-20xdiff: drop unused mmfile parameters from xdl_do_patience_diff()Jeff King3-19/+9
2022-08-20reflog: assert PARSE_OPT_NONEG in parse-options callbacksJeff King1-0/+4
2022-08-20reftable: drop unused parameter from reader_seek_linear()Jeff King1-3/+3
2022-08-20verify_one_sparse(): drop unused parametersJeff King1-4/+2
2022-08-19p0006: fix 'read-tree' argument orderingVictoria Dye1-1/+1
2022-08-19p0004: fix prereq declarationVictoria Dye1-1/+1
2022-08-19sequencer: do not translate command namesMichael J Gruber1-2/+2
2022-08-19sequencer: do not translate parameters to error_resolve_conflict()Michael J Gruber1-2/+2
2022-08-19sequencer: do not translate reflog messagesMichael J Gruber1-1/+1
2022-08-19match_pathname(): drop unused "flags" parameterJeff King3-6/+4
2022-08-19log-tree: drop unused commit param in remerge_diff()Jeff King1-3/+2
2022-08-19xdiff: drop unused mmfile parameters from xdl_do_histogram_diff()Jeff King3-5/+3
2022-08-19git-prompt: show presence of unresolved conflicts at command promptJustin Donnelly2-1/+27
2022-08-19revision: allow --ancestry-path to take an argumentElijah Newren5-43/+115
2022-08-19t6019: modernize tests with helperDerrick Stolee1-62/+25
2022-08-19rev-list-options.txt: fix simple typoElijah Newren1-1/+1
2022-08-19merge-ort: remove code obsoleted by other changesElijah Newren1-20/+2
2022-08-19scalar: update technical doc roadmap with FSMonitor supportVictoria Dye1-7/+10
2022-08-19scalar unregister: stop FSMonitor daemonJohannes Schindelin1-0/+13
2022-08-19scalar: enable built-in FSMonitor on `register`Matthew John Cheetham2-0/+38
2022-08-19scalar: move config setting logic into its own functionVictoria Dye1-16/+28
2022-08-19scalar-delete: do not 'die()' in 'delete_enlistment()'Victoria Dye1-4/+7
2022-08-19scalar-[un]register: clearly indicate source of errorVictoria Dye1-8/+9
2022-08-19scalar-unregister: handle error codes greater than 0Victoria Dye1-2/+2
2022-08-19scalar: constrain enlistment searchVictoria Dye2-54/+113
2022-08-18The fourteenth batchJunio C Hamano1-0/+24
2022-08-18merge-ort: provide helpful submodule update message when possibleElijah Newren1-11/+7
2022-08-18merge-ort: avoid surprise with new sub_flag variableElijah Newren1-1/+1
2022-08-18merge-ort: remove translator lego in new "submodule conflict suggestion"Elijah Newren1-60/+28
2022-08-17pipe_command(): mark stdin descriptor as non-blockingJeff King2-0/+23
2022-08-17pipe_command(): handle ENOSPC when writing to a pipeJeff King1-1/+2
2022-08-17pipe_command(): avoid xwrite() for writing to pipeJeff King1-5/+17
2022-08-17git-compat-util: make MAX_IO_SIZE define globally availableJeff King2-22/+22
2022-08-17nonblock: support WindowsRené Scharfe1-0/+27
2022-08-17compat: add function to enable nonblocking pipesJeff King3-0/+33
2022-08-15fetch-pack: add tracing for negotiation roundsJosh Steadmon5-7/+75
2022-08-15The thirteenth batchJunio C Hamano1-0/+12
2022-08-15tests: use the new C rot13-filter helper to avoid PERL prereqMatheus Tavares4-293/+37
2022-08-15t0021: implementation the rot13-filter.pl script in CMatheus Tavares6-2/+396