summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-03-21treewide: replace assert() with ASSERT() in special casesElijah Newren-9/+9
2025-03-21ci: add build checking for side-effects in assert() callsElijah Newren-0/+30
2025-03-21git-compat-util: introduce ASSERT() macroElijah Newren-0/+2
2025-03-21reftable: adapt write_object_record() to propagate block_writer_add() errorsMeet Soni-0/+19
2025-03-21reftable: adapt writer_add_record() to propagate block_writer_add() errorsMeet Soni-10/+5
2025-03-21reftable: propagate specific error codes in block_writer_add()Meet Soni-36/+32
2025-03-21pseudo-merge.h: fix a typoTaylor Blau-1/+1
2025-03-21refspec: replace `refspec_item_init()` with fetch/push variantsTaylor Blau-7/+23
2025-03-21refspec: remove refspec_item_init_or_die()Taylor Blau-11/+4
2025-03-21refspec: replace `refspec_init()` with fetch/push variantsTaylor Blau-7/+14
2025-03-21refspec: treat 'fetch' as a Boolean valueTaylor Blau-12/+9
2025-03-21Merge branch 'jk/fetch-ref-prefix-cleanup' into tb/refspec-fetch-cleanupJunio C Hamano-39/+85
2025-03-21http.c: allow custom TCP keepalive behavior via configTaylor Blau-1/+57
2025-03-21http.c: inline `set_curl_keepalive()`Taylor Blau-5/+1
2025-03-21http.c: introduce `set_long_from_env()` for convenienceTaylor Blau-8/+24
2025-03-21http.c: remove unnecessary casts to longTaylor Blau-2/+2
2025-03-20ci/github: add missing 'CI_JOB_IMAGE' env variableKarthik Nayak-0/+4
2025-03-20doc: apply new format to git-branch man pageJean-Noël Avila-196/+196
2025-03-20completion: take into account the formatting backticks for optionsJean-Noël Avila-4/+12
2025-03-18index-pack, unpack-objects: restore missing ->init_fnJensen Huang-0/+2
2025-03-18promisor-remote: compare remote names case sensitivelyChristian Couder-4/+4
2025-03-18promisor-remote: fix possible issue when no URL is advertisedChristian Couder-1/+6
2025-03-18promisor-remote: fix segfault when remote URL is missingChristian Couder-8/+69
2025-03-18t5710: arrange to delete the client before cloningChristian Couder-8/+8
2025-03-18fetch: don't ask for remote HEAD if followRemoteHEAD is "never"Jeff King-5/+6
2025-03-18fetch: only respect followRemoteHEAD with configured refspecsJeff King-21/+23
2025-03-18Merge branch 'jk/fetch-ref-prefix-cleanup' into jk/fetch-follow-remote-head-fixJunio C Hamano-39/+85
2025-03-18docs: add BreakingChanges to TECH_DOCS targetPhillip Wood-0/+2
2025-03-18pack-refs doc: fix indentation for --excludePhillip Wood-2/+2
2025-03-18am: switch from merge_recursive_generic() to merge_ort_generic()Elijah Newren-5/+5
2025-03-18merge-ort: fix merge.directoryRenames=falseElijah Newren-3/+30
2025-03-18t3650: document bug when directory renames are turned offJohannes Schindelin-0/+22
2025-03-18merge-ort: support having merge verbosity be set to 0Elijah Newren-2/+6
2025-03-18merge-ort: allow rename detection to be disabledElijah Newren-6/+17
2025-03-18merge-ort: add new merge_ort_generic() functionElijah Newren-5/+93
2025-03-18doc: add missing commit C to the graph for --ancestry-path=H D..MHan Jiang-1/+1
2025-03-18doc: restore: remove note on --patch w/ pathspecsAdam Johnson-3/+0
2025-03-17config.mak.dev: enable -Wunreachable-codeJeff King-0/+2
2025-03-17git-compat-util: add NOT_CONSTANT macro and use it in atfork_prepare()Junio C Hamano-7/+18
2025-03-17Merge branch 'tb/multi-cruft-pack-refresh-fix' into tb/combine-cruft-below-sizeJunio C Hamano-18/+171
2025-03-17reflog: implement subcommand to drop reflogsKarthik Nayak-5/+206
2025-03-17reflog: improve error for when reflog is not foundKarthik Nayak-3/+3
2025-03-17run-command: use errno to check for sigfillset() errorJeff King-1/+9
2025-03-17merge-ort: remove extraneous word in commentElijah Newren-3/+3
2025-03-17merge-ort: fix accidental strset<->strintmapElijah Newren-2/+2
2025-03-17t7615: be more explicit about diff algorithm usedElijah Newren-2/+2
2025-03-17t6423: fix a comment that accidentally reversed two commitsElijah Newren-3/+3
2025-03-17stash: remove merge-recursive.h includeElijah Newren-1/+0
2025-03-17meson: fix perl detection when docs are enabled, but perl bindings aren'tEli Schwartz-1/+1
2025-03-16git-gui: heed core.commentChar/commentStringOswald Buddenhagen-1/+11