summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-07-10bisect: handle NULL commit in `bisect_successful()`Johannes Schindelin1-0/+5
2026-07-10mailsplit: move NULL check before first use of file handleJohannes Schindelin1-3/+3
2026-07-10reftable/stack: guard against NULL list_file in stack_destroyJohannes Schindelin1-1/+2
2026-07-10remote: guard `remote_tracking()` against NULL remoteJohannes Schindelin1-0/+2
2026-07-10diff: handle NULL return from repo_get_commit_tree()Johannes Schindelin1-3/+7
2026-07-10diffcore-break: guard against NULLed queue entries in merge loopJohannes Schindelin1-0/+2
2026-07-09commit-graph: propagate topo_levels slab to all chain layersKristofer Karlsson2-2/+2
2026-07-09commit-graph: add trace2 instrumentation for generation DFSKristofer Karlsson2-0/+29
2026-07-09Merge branch 'ps/odb-drop-whence' into ps/odb-for-each-object-filterJunio C Hamano14-69/+130
2026-07-09Merge branch 'ps/refs-writing-subcommands' into ps/refs-wo-the-repositoryJunio C Hamano7-8/+973
2026-07-09mailmap: map Taylor Blau's work addressTaylor Blau1-0/+1
2026-07-09t1410-reflog.sh: avoid suppressing git's exit code in pipelinesGatla Vishweshwar Reddy1-17/+9
2026-07-08unpack-trees: avoid quadratic index scan in next_cache_entry()Henrique Ferreiro2-1/+35
2026-07-08bundle-uri: stop sending invalid bundle configurationJustin Tobler2-2/+29
2026-07-08bundle-uri: drain remaining response on invalid bundle-uri linesToon Claes2-3/+41
2026-07-08SubmittingPatches: document how to retract a topicJunio C Hamano1-0/+14
2026-07-08submodule--helper: accept '-i' shorthand for update --initDominique Martinet1-1/+1
2026-07-07contrib: wire up osxkeychain in contrib/Makefile on macOSShardul Natu2-1/+15
2026-07-07Makefile: support universal macOS builds via RUST_TARGETSShardul Natu1-4/+35
2026-07-07Makefile: add $(RUST_LIB) prerequisite to osxkeychainShardul Natu1-1/+6
2026-07-07hash: check ctx->active flag in all wrapper functionsJeff King1-0/+10
2026-07-07http: use idempotent git_hash_discard()Jeff King2-5/+1
2026-07-07csum-file: use idempotent git_hash_discard()Jeff King1-12/+5
2026-07-07hash: make git_hash_discard() idempotentJeff King2-0/+7
2026-07-07hash: document function pointers and wrappersJeff King1-11/+32
2026-07-07hash: convert remaining direct function callsJeff King3-19/+72
2026-07-07hash: use git_hash_init() consistentlyJeff King21-41/+50
2026-07-07parse-options: exit 0 on -hbrian m. carlson37-71/+85
2026-07-07rev-parse: have --parseopt callers exit 0 on --helpbrian m. carlson5-6/+13
2026-07-07parse-options: add a separate case for help output on errorbrian m. carlson5-4/+13
2026-07-07t1517: skip svn tests if svn is not installedbrian m. carlson1-0/+9
2026-07-07Rust: fix description in Release Notes to 2.55Junio C Hamano1-2/+2
2026-07-07sideband: allow ANSI SGR with colon-separated subfieldsMantas Mikulėnas1-1/+5
2026-07-07Merge branch 'jk/hash-algo-leak-fixes' into jk/git-hash-cleanupsJunio C Hamano13-14/+100
2026-07-07setup: mark `set_git_work_tree()` as file-localPatrick Steinhardt2-3/+1
2026-07-07setup: pass worktree to `init_db()`Patrick Steinhardt4-30/+23
2026-07-07setup: drop redundant configuration of `startup_info->have_repository`Patrick Steinhardt1-3/+1
2026-07-07setup: make repository discovery self-containedPatrick Steinhardt1-18/+25
2026-07-07setup: propagate prefix via repository discoveryPatrick Steinhardt1-56/+45
2026-07-07setup: drop static `cwd` variablePatrick Steinhardt1-2/+3
2026-07-07setup: move prefix into repositoryPatrick Steinhardt9-16/+25
2026-07-07setup: embed repository format in discoveryPatrick Steinhardt1-31/+29
2026-07-07setup: introduce explicit repository discoveryPatrick Steinhardt1-57/+98
2026-07-07setup: split up concerns of `setup_git_env_internal()`Patrick Steinhardt2-45/+48
2026-07-07setup: unify setup of shallow filePatrick Steinhardt4-10/+8
2026-07-07setup: mark bogus worktree in `apply_repository_format()`Patrick Steinhardt1-16/+21
2026-07-07setup: rename `check_repository_format_gently()`Patrick Steinhardt1-19/+19
2026-07-06t0213: skip ancestry tests under user-mode emulationJamie Magee1-3/+6
2026-07-06Start Git 2.56 cycleJunio C Hamano3-2/+115
2026-07-06Merge branch 'sg/t3420-do-not-grep-in-missing-file'Junio C Hamano1-1/+1