summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-07-16Merge branch 'master' of https://github.com/j6t/gitkJunio C Hamano3-218/+321
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-15Sync with 'master'Junio C Hamano1-0/+29
2026-07-15Merge branch 'ml/t9811-replace-test-f' into nextJunio C Hamano1-12/+22
2026-07-15Merge branch 'jt/receive-pack-use-odb-transactions' into nextJunio C Hamano15-131/+246
2026-07-15Merge branch 'cl/conditional-config-on-worktree-path' into nextJunio C Hamano3-11/+195
2026-07-15Merge branch 'dm/submodule-update-i-shorthand' into nextJunio C Hamano1-1/+1
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
2026-07-15sequencer: simplify handling of fixup with conflictsPhillip Wood1-3/+1
2026-07-15sequencer: remove unnecessary "or" in pick_one_commit()Phillip Wood1-3/+2
2026-07-15sequencer: never reschedule on failed commitPhillip Wood1-0/+6
2026-07-15sequencer: be more careful with external mergePhillip Wood2-4/+26
2026-07-15t3400: restore coverage for note copying with apply backendPhillip Wood1-2/+2
2026-07-15diff: ignore unmerged paths outside prefix with --relative --cachedJeff King2-1/+10
2026-07-15builtin/cat-file: filter objects via object databasePatrick Steinhardt1-69/+7
2026-07-15odb: introduce object filters to `odb_for_each_object()`Patrick Steinhardt4-2/+78
2026-07-15pack-bitmap: introduce function to open bitmap for a single sourcePatrick Steinhardt2-0/+14
2026-07-15pack-bitmap: drop `_1` suffix from functions that open bitmapsPatrick Steinhardt1-7/+7
2026-07-15pack-bitmap: iterate object sources when opening bitmapsPatrick Steinhardt1-38/+31
2026-07-15pack-bitmap: allow aborting iteration of bitmapped objectsPatrick Steinhardt4-13/+25
2026-07-15pack-objects: drop unused return value from add_object_entry()Jeff King1-5/+4
2026-07-15pack-bitmap: mark object filter as `const`Patrick Steinhardt2-4/+4
2026-07-15odb/source-packed: improve lookup when enumerating objectsPatrick Steinhardt1-7/+8
2026-07-14Revert "Merge branch 'ps/cat-file-remote-object-info' into next"Junio C Hamano22-1255/+86
2026-07-14use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom reposRené Scharfe17-36/+46
2026-07-14tempfile: stop using the_repositoryRené Scharfe2-14/+0
2026-07-14lockfile: add repo_hold_lock_file_for_update{,_timeout}{,_mode}()René Scharfe2-8/+53