summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2026-07-06builtin/refs: add "delete" subcommandPatrick Steinhardt1-0/+51
2026-07-06builtin/refs: drop `the_repository`Patrick Steinhardt1-8/+7
2026-07-06blame: reserve mark column only if necessaryRené Scharfe1-23/+45
2026-07-05fsmonitor: plug token-data leak on early daemon-startup failuresJohannes Schindelin1-0/+2
2026-07-05worktree: fix resource leaks when branch creation failsJohannes Schindelin1-2/+5
2026-07-03builtin/history: implement "drop" subcommandPatrick Steinhardt1-0/+184
2026-07-03builtin/history: split handling of ref updates into two phasesPatrick Steinhardt1-38/+62
2026-07-03reset: introduce ability to skip updating HEADPatrick Steinhardt1-4/+10
2026-07-02treewide: convert users of `whence` to the new source fieldPatrick Steinhardt3-3/+4
2026-07-02odb: add `source` field to struct object_info_sourcePatrick Steinhardt3-14/+14
2026-07-02odb: make backend-specific fields optionalPatrick Steinhardt3-8/+23
2026-07-02packfile: thread odb_source_packed through packed_object_info()Patrick Steinhardt2-3/+3
2026-07-02patch-id: discard hash when doneJeff King1-0/+1
2026-07-02csum-file: provide a function to release checkpointsJeff King1-0/+1
2026-07-01reset: modernize flags passed to `reset_working_tree()`Patrick Steinhardt1-7/+8
2026-07-01reset: rename `reset_head()`Patrick Steinhardt1-10/+10
2026-06-30Merge branch 'jk/repo-info-path-keys' into ps/setup-split-discovery-and-setupJunio C Hamano2-43/+86
2026-06-30Merge branch 'ps/setup-drop-global-state' into ps/setup-split-discovery-and-s...Junio C Hamano11-28/+37
2026-06-30Merge branch 'ps/refs-onbranch-fixes' into ps/setup-split-discovery-and-setupJunio C Hamano1-2/+5
2026-06-30format-patch: fix leak of rev_info in prepare_bases()Jeff King1-0/+1
2026-06-29history: streamline message preparation and plug file stream leakJunio C Hamano1-7/+10
2026-06-27push: suggest <remote> <branch> for a slash slipHarald Nordgren1-1/+36
2026-06-27branch: suggest <remote>/<branch> on upstream slipHarald Nordgren1-0/+32
2026-06-26refs: move parsing of "core.logAllRefUpdates" back into ref storesPatrick Steinhardt1-2/+5
2026-06-24Merge branch 'ps/odb-source-packed' into ps/odb-drop-whenceJunio C Hamano5-22/+28
2026-06-23repo: add path.gitdir with absolute and relative suffix formattingK Jayatheerth1-0/+24
2026-06-23repo: add path.commondir with absolute and relative suffix formattingK Jayatheerth1-0/+26
2026-06-23path: extract format_path() and use in rev-parseK Jayatheerth1-43/+36
2026-06-22odb: introduce `odb_prepare()`Patrick Steinhardt1-7/+2
2026-06-22odb/source: generalize `reprepare()` callbackPatrick Steinhardt1-6/+3
2026-06-22Merge branch 'ps/odb-source-packed' into ps/odb-generalize-prepareJunio C Hamano5-22/+28
2026-06-21Merge branch 'js/objects-larger-than-4gb-on-windows-more'Junio C Hamano18-103/+133
2026-06-21pack-objects: support `--delta-islands` with `--path-walk`Taylor Blau1-4/+18
2026-06-21pack-objects: extract `record_tree_depth()` helperTaylor Blau1-14/+18
2026-06-21pack-objects: support reachability bitmaps with `--path-walk`Taylor Blau1-2/+16
2026-06-19config: use repo_ignore_case() to access core.ignorecaseTian Yuchen2-2/+2
2026-06-19fetch: fixup a misaligned commentMatt Hunter1-1/+1
2026-06-19fetch: add configuration variable fetch.followRemoteHEADMatt Hunter1-5/+36
2026-06-19fetch: refactor do_fetch handling of followRemoteHEADMatt Hunter1-4/+10
2026-06-19fetch: return 0 on known git_fetch_configMatt Hunter1-0/+1
2026-06-19fetch: rename function report_set_headMatt Hunter1-2/+2
2026-06-19fetch: fixup set_head advice for warn-if-not-branchMatt Hunter1-1/+1
2026-06-17Merge branch 'td/ls-files-pathspec-prefilter'Junio C Hamano1-0/+11
2026-06-17Merge branch 'td/describe-tag-iteration'Junio C Hamano1-0/+3
2026-06-17Merge branch 'ab/index-pack-retain-child-bases'Junio C Hamano1-1/+0
2026-06-17midx: refactor interfaces to work on "packed" sourcePatrick Steinhardt3-17/+23
2026-06-17odb/source-packed: wire up `for_each_object()` callbackPatrick Steinhardt2-4/+4
2026-06-17odb/source-packed: wire up `reprepare()` callbackPatrick Steinhardt1-1/+1
2026-06-16Merge branch 'jk/describe-contains-all-match-fix'Junio C Hamano1-3/+15
2026-06-16Merge branch 'kk/streaming-walk-pqueue'Junio C Hamano1-0/+1