summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-03-21reftable: adapt write_object_record() to propagate block_writer_add() errorsMeet Soni1-0/+19
2025-03-21reftable: adapt writer_add_record() to propagate block_writer_add() errorsMeet Soni1-10/+5
2025-03-21reftable: propagate specific error codes in block_writer_add()Meet Soni3-36/+32
2025-03-21pseudo-merge.h: fix a typoTaylor Blau1-1/+1
2025-03-21refspec: replace `refspec_item_init()` with fetch/push variantsTaylor Blau4-7/+23
2025-03-21refspec: remove refspec_item_init_or_die()Taylor Blau3-11/+4
2025-03-21refspec: replace `refspec_init()` with fetch/push variantsTaylor Blau4-7/+14
2025-03-21refspec: treat 'fetch' as a Boolean valueTaylor Blau5-12/+9
2025-03-21Merge branch 'jk/fetch-ref-prefix-cleanup' into tb/refspec-fetch-cleanupJunio C Hamano4-39/+85
2025-03-21http.c: allow custom TCP keepalive behavior via configTaylor Blau3-1/+57
2025-03-21http.c: inline `set_curl_keepalive()`Taylor Blau1-5/+1
2025-03-21http.c: introduce `set_long_from_env()` for convenienceTaylor Blau1-8/+24
2025-03-21http.c: remove unnecessary casts to longTaylor Blau1-2/+2
2025-03-20ci/github: add missing 'CI_JOB_IMAGE' env variableKarthik Nayak1-0/+4
2025-03-20doc: apply new format to git-branch man pageJean-Noël Avila2-196/+196
2025-03-20completion: take into account the formatting backticks for optionsJean-Noël Avila1-4/+12
2025-03-18index-pack, unpack-objects: restore missing ->init_fnJensen Huang2-0/+2
2025-03-18promisor-remote: compare remote names case sensitivelyChristian Couder2-4/+4
2025-03-18promisor-remote: fix possible issue when no URL is advertisedChristian Couder1-1/+6
2025-03-18promisor-remote: fix segfault when remote URL is missingChristian Couder2-8/+69
2025-03-18t5710: arrange to delete the client before cloningChristian Couder1-8/+8
2025-03-18fetch: don't ask for remote HEAD if followRemoteHEAD is "never"Jeff King2-5/+6
2025-03-18fetch: only respect followRemoteHEAD with configured refspecsJeff King4-21/+23
2025-03-18Merge branch 'jk/fetch-ref-prefix-cleanup' into jk/fetch-follow-remote-head-fixJunio C Hamano4-39/+85
2025-03-18docs: add BreakingChanges to TECH_DOCS targetPhillip Wood2-0/+2
2025-03-18pack-refs doc: fix indentation for --excludePhillip Wood1-2/+2
2025-03-18am: switch from merge_recursive_generic() to merge_ort_generic()Elijah Newren4-5/+5
2025-03-18merge-ort: fix merge.directoryRenames=falseElijah Newren2-3/+30
2025-03-18t3650: document bug when directory renames are turned offJohannes Schindelin1-0/+22
2025-03-18merge-ort: support having merge verbosity be set to 0Elijah Newren1-2/+6
2025-03-18merge-ort: allow rename detection to be disabledElijah Newren3-6/+17
2025-03-18merge-ort: add new merge_ort_generic() functionElijah Newren4-5/+93
2025-03-18doc: add missing commit C to the graph for --ancestry-path=H D..MHan Jiang1-1/+1
2025-03-18doc: restore: remove note on --patch w/ pathspecsAdam Johnson1-3/+0
2025-03-17config.mak.dev: enable -Wunreachable-codeJeff King2-0/+2
2025-03-17git-compat-util: add NOT_CONSTANT macro and use it in atfork_prepare()Junio C Hamano5-7/+18
2025-03-17Merge branch 'tb/multi-cruft-pack-refresh-fix' into tb/combine-cruft-below-sizeJunio C Hamano4-18/+171
2025-03-17reflog: implement subcommand to drop reflogsKarthik Nayak3-5/+206
2025-03-17reflog: improve error for when reflog is not foundKarthik Nayak2-3/+3
2025-03-17run-command: use errno to check for sigfillset() errorJeff King1-1/+9
2025-03-17merge-ort: remove extraneous word in commentElijah Newren1-3/+3
2025-03-17merge-ort: fix accidental strset<->strintmapElijah Newren1-2/+2
2025-03-17t7615: be more explicit about diff algorithm usedElijah Newren1-2/+2
2025-03-17t6423: fix a comment that accidentally reversed two commitsElijah Newren1-3/+3
2025-03-17stash: remove merge-recursive.h includeElijah Newren1-1/+0
2025-03-17meson: fix perl detection when docs are enabled, but perl bindings aren'tEli Schwartz1-1/+1
2025-03-16git-gui: heed core.commentChar/commentStringOswald Buddenhagen2-1/+11
2025-03-14diffcore-rename: fix BUG when break detection and --follow used togetherElijah Newren2-4/+37
2025-03-14xdiff: avoid arithmetic overflow in xdl_get_hunk()René Scharfe2-1/+17
2025-03-14Git 2.49v2.49.0Junio C Hamano1-1/+1