aboutsummaryrefslogtreecommitdiffstats
path: root/commit-slab.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-08doc: add an explanation of Git's data modelJulia Evans4-2/+306
2025-11-07submodule: fix case-folding gitdir filesystem colisionsAdrian Ratiu4-2/+73
2025-11-07submodule: add extension to encode gitdir pathsAdrian Ratiu12-26/+294
2025-11-07builtin/credential-store: move is_rfc3986_unreserved to url.[ch]Adrian Ratiu3-6/+14
2025-11-07submodule--helper: use submodule_name_to_gitdir in add_submoduleAdrian Ratiu1-6/+7
2025-11-07blame: make diff algorithm configurableAntonin Delpeuch6-21/+278
2025-11-07xdiff: add 'minimal' to XDF_DIFF_ALGORITHM_MASKAntonin Delpeuch3-5/+1
2025-11-06object: fix performance regression when peeling tagsPatrick Steinhardt5-11/+11
2025-11-06ci: update {download,upload}-artifact Action versionsJohannes Schindelin1-10/+10
2025-11-06maintenance: add 'is-needed' subcommandKarthik Nayak3-17/+105
2025-11-06maintenance: add checking logic in `pack_refs_condition()`Karthik Nayak2-10/+21
2025-11-06refs: add a `optimize_required` field to `struct ref_storage_be`Karthik Nayak7-0/+82
2025-11-06reftable/stack: add function to check if optimization is requiredKarthik Nayak3-7/+58
2025-11-06reftable/stack: return stack segments directlyKarthik Nayak1-11/+12
2025-11-06meson: make GIT_HTML_PATH configurableD. Ben Knoble7-13/+20
2025-11-06perl: also mark git-contacts executableD. Ben Knoble1-1/+1
2025-11-06wincred: align Makefile with other Makefiles in contribThomas Uhle1-8/+10
2025-11-06doc: clarify server behavior for invalid 'want' lines in HTTP protocolQueen Ediri Jessa1-1/+2
2025-11-06rebase: support --trailerLi Chen8-4/+262
2025-11-06trailer: append trailers in-process and drop the fork to `interpret-trailers`Li Chen7-56/+90
2025-11-06trailer: move process_trailers to trailer.hLi Chen3-36/+39
2025-11-06interpret-trailers: factor out buffer-based processing to process_trailers()Li Chen1-22/+29
2025-11-05refs: add missing space in messagesPeter Krefting2-2/+2
2025-11-05builtin/history: implement "split" subcommandPatrick Steinhardt4-0/+713
2025-11-05cache-tree: allow writing in-memory index as treePatrick Steinhardt3-5/+6
2025-11-05add-patch: add support for in-memory index patchingPatrick Steinhardt2-4/+116
2025-11-05add-patch: remove dependency on "add-interactive" subsystemPatrick Steinhardt1-33/+37
2025-11-05add-patch: split out `struct interactive_options`Patrick Steinhardt10-239/+270
2025-11-05add-patch: split out header from "add-interactive.h"Patrick Steinhardt3-20/+30
2025-11-05builtin/history: implement "reword" subcommandPatrick Steinhardt5-9/+573
2025-11-05builtin: add new "history" commandPatrick Steinhardt11-0/+91
2025-11-05replay: stop using `the_repository`Patrick Steinhardt1-1/+1
2025-11-05replay: extract logic to pick commitsPatrick Steinhardt5-107/+143
2025-11-05wt-status: provide function to expose status for treesPatrick Steinhardt2-0/+33
2025-11-05Git 2.52-rc1v2.52.0-rc1Junio C Hamano2-1/+8
2025-11-05attr: enable incomplete-line whitespace error for this projectJunio C Hamano1-2/+2
2025-11-05diff: highlight and error out on incomplete linesJunio C Hamano2-6/+86
2025-11-05apply: check and fix incomplete linesJunio C Hamano3-1/+213
2025-11-05whitespace: allocate a few more bits and define WS_INCOMPLETE_LINEJunio C Hamano5-12/+21
2025-11-05apply: revamp the parsing of incomplete linesJunio C Hamano1-21/+49
2025-11-05diff: update the way rewrite diff handles incomplete linesJunio C Hamano1-14/+19
2025-11-05diff: call emit_callback ecbdata everywhereJunio C Hamano1-6/+6
2025-11-05diff: refactor output of incomplete lineJunio C Hamano1-2/+12
2025-11-05diff: fix incorrect counting of line numbersJunio C Hamano1-1/+17
2025-11-05diff: correct suppress_blank_empty hackJunio C Hamano1-16/+11
2025-11-05diff: emit_line_ws_markup() if/else style fixJunio C Hamano1-4/+4
2025-11-05whitespace: correct bit assignment commentsJunio C Hamano3-16/+22
2025-11-05replay: add replay.refAction config optionSiddharth Asthana4-4/+79
2025-11-05replay: make atomic ref updates the default behaviorSiddharth Asthana3-40/+199
2025-11-05replay: use die_for_incompatible_opt2() for option validationSiddharth Asthana1-3/+3