summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-07-18t/u-odb-inmemory: implement wrapper for writing objectsPatrick Steinhardt1-25/+23
2026-07-18odb: compute compat object ID in `odb_write_object_ext()`Patrick Steinhardt7-32/+38
2026-07-18Merge branch 'jt/receive-pack-use-odb-transactions' into HEADJunio C Hamano15-131/+246
2026-07-17gitweb: shorten index hashes with trailing file modesTravor Liu2-5/+26
2026-07-16The 4th batch for Git 2.56Junio C Hamano1-0/+46
2026-07-16Merge branch 'mm/sideband-ansi-sgr-colon-fix'Junio C Hamano1-1/+5
2026-07-16Merge branch 'jk/git-hash-cleanups'Junio C Hamano24-88/+177
2026-07-16Merge branch 'ih/precompose-flex-array'Junio C Hamano3-8/+29
2026-07-16Merge branch 'ps/t-fixes-for-git-test-long'Junio C Hamano9-72/+91
2026-07-16Merge branch 'js/ci-dockerized-pid-limit'Junio C Hamano1-1/+3
2026-07-16Merge branch 'js/coverity-fixes'Junio C Hamano11-26/+41
2026-07-16Merge branch 'jk/hash-algo-leak-fixes'Junio C Hamano13-14/+100
2026-07-16Merge branch 'js/wincred-fixes'Junio C Hamano1-6/+6
2026-07-16copy: drop dependency on `the_repository`Patrick Steinhardt10-20/+24
2026-07-16refspec: stop depending on `the_repository`Patrick Steinhardt10-22/+37
2026-07-16refspec: let callers pass in hash algorithm when parsing itemsPatrick Steinhardt5-19/+27
2026-07-16refspec: group related structures and functionsPatrick Steinhardt1-12/+14
2026-07-16wincred: prevent silent credential loss when storing OAuth tokensJohannes Schindelin1-2/+2
2026-07-16wincred: avoid memory corruption when erasing a credentialJohannes Schindelin1-4/+4
2026-07-16revision: fix --no-walk path filtering regressionKristofer Karlsson2-1/+19
2026-07-16Merge branch 'kk/streaming-walk-pqueue' into kk/no-walk-pathspec-fixJunio C Hamano387-9549/+12553
2026-07-16Merge branch 'master' of https://github.com/j6t/git-guiJunio C Hamano3-15/+29
2026-07-16Merge branch 'master' of https://github.com/j6t/gitkJunio C Hamano3-218/+321
2026-07-16fetch: add fetch.submoduleErrors to make submodule fetch errors non-fatalPaulius Zaleckas6-4/+192
2026-07-16submodule: fix premature failure in recursive submodule fetchPaulius Zaleckas2-14/+110
2026-07-16refs: remove remaining uses of `the_repository`Patrick Steinhardt8-29/+29
2026-07-16worktree: pass repository to public functionsPatrick Steinhardt19-97/+120
2026-07-16worktree: pass repository to file-local functionsPatrick Steinhardt1-21/+26
2026-07-16worktree: refactor code to use available repositoriesPatrick Steinhardt1-7/+7
2026-07-16refs/files: drop `USE_THE_REPOSITORY_VARIABLE`Patrick Steinhardt1-14/+17
2026-07-16refs/packed: de-globalize handling of "core.packedRefsTimeout"Patrick Steinhardt1-7/+13
2026-07-16Merge branch 'master' of github.com:alshopov/git-guiJohannes Sixt1-1/+1
2026-07-16Merge branch 'hn/silence-make-s'Johannes Sixt1-3/+2
2026-07-16Merge branch 'spanish_pr_bis' of github.com:basuradeluis/gitkbisJohannes Sixt1-204/+284
2026-07-15revision: make get_commit_action() a pure predicateMichael Montalbo3-26/+127
2026-07-15remote-curl: simplify passing of push specsRené Scharfe1-11/+9
2026-07-15The 3rd batch for Git 2.56Junio C Hamano1-0/+29
2026-07-15Merge branch 'rs/blame-abbrev-marks'Junio C Hamano3-33/+53
2026-07-15Merge branch 'mg/meson-hook-list-buildfix'Junio C Hamano1-12/+14
2026-07-15Merge branch 'jk/bloom-leak-fixes'Junio C Hamano3-2/+8
2026-07-15Merge branch 'ps/history-drop'Junio C Hamano12-120/+999
2026-07-15Merge branch 'ps/odb-drop-whence'Junio C Hamano14-69/+130
2026-07-15Merge branch 'ps/refs-writing-subcommands'Junio C Hamano7-8/+973
2026-07-15Merge branch 'jc/history-message-prep-fix'Junio C Hamano1-7/+10
2026-07-15submodule--helper: avoid use of %zu for nowJunio C Hamano1-1/+2
2026-07-15t7614: avoid hiding git's exit code in a pipeShlok Kulshreshtha1-3/+6
2026-07-15sequencer: do not record dropped commits as rewrittenPhillip Wood3-5/+54
2026-07-15sequencer: use an enum to represent result of picking a commitPhillip Wood1-16/+45
2026-07-15sequencer: simplify pick_one_commit()Phillip Wood1-8/+11
2026-07-15sequencer: remove unnecessary condition in pick_one_commit()Phillip Wood1-1/+1