aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-23Merge branch 'jc/test-allow-sed-with-ere'Junio C Hamano
2026-03-23Merge branch 'ng/submodule-default-remote'Junio C Hamano
2026-03-23Merge branch 'ms/t7605-test-path-is-helpers'Junio C Hamano
2026-03-23Merge branch 'cf/constness-fixes'Junio C Hamano
2026-03-23builtin/fsck: stop using `the_repository` in error reportingPatrick Steinhardt
2026-03-23builtin/fsck: stop using `the_repository` when marking objectsPatrick Steinhardt
2026-03-23builtin/fsck: stop using `the_repository` when checking packed objectsPatrick Steinhardt
2026-03-23builtin/fsck: stop using `the_repository` with loose objectsPatrick Steinhardt
2026-03-23builtin/fsck: stop using `the_repository` when checking reflogsPatrick Steinhardt
2026-03-23builtin/fsck: stop using `the_repository` when checking refsPatrick Steinhardt
2026-03-23builtin/fsck: stop using `the_repository` when snapshotting refsPatrick Steinhardt
2026-03-23builtin/fsck: fix trivial dependence on `the_repository`Patrick Steinhardt
2026-03-23fsck: drop USE_THE_REPOSITORYPatrick Steinhardt
2026-03-23fsck: store repository in fsck optionsPatrick Steinhardt
2026-03-23fsck: initialize fsck options via a functionPatrick Steinhardt
2026-03-23fetch-pack: move fsck options into function scopePatrick Steinhardt
2026-03-23diff-highlight: fetch all config with one processJeff King
2026-03-23diff-highlight: allow module callers to pass in color configScott Baker
2026-03-23diff-highlight: test color configJeff King
2026-03-23diff-highlight: use test_decode_color in testsJeff King
2026-03-23t: add matching negative attributes to test_decode_colorJeff King
2026-03-23diff-highlight: check diff-highlight exit status in testsJeff King
2026-03-23diff-highlight: drop perl version dependency back to 5.8Scott Baker
2026-03-23diff-highlight: mention build instructionsJeff King
2026-03-21Merge branch 'master' of https://github.com/j6t/git-guiJunio C Hamano
2026-03-21Merge branch 'master' of https://github.com/j6t/gitkJunio C Hamano
2026-03-20odb: introduce generic `odb_find_abbrev_len()`Patrick Steinhardt
2026-03-20object-file: move logic to compute packed abbreviation lengthPatrick Steinhardt
2026-03-20object-name: move logic to compute loose abbreviation lengthPatrick Steinhardt
2026-03-20object-name: simplify computing common prefixesPatrick Steinhardt
2026-03-20object-name: abbreviate loose object names without `disambiguate_state`Patrick Steinhardt
2026-03-20object-name: merge `update_candidates()` and `match_prefix()`Patrick Steinhardt
2026-03-20object-name: backend-generic `get_short_oid()`Patrick Steinhardt
2026-03-20object-name: backend-generic `repo_collect_ambiguous()`Patrick Steinhardt
2026-03-20object-name: extract function to parse object ID prefixesPatrick Steinhardt
2026-03-20object-name: move logic to iterate through packed prefixed objectsPatrick Steinhardt
2026-03-20object-name: move logic to iterate through loose prefixed objectsPatrick Steinhardt
2026-03-20odb: introduce `struct odb_for_each_object_options`Patrick Steinhardt
2026-03-20oidtree: extend iteration to allow for arbitrary return codesPatrick Steinhardt
2026-03-20oidtree: modernize the code a bitPatrick Steinhardt
2026-03-20Merge branch 'ps/object-counting' into ps/odb-generic-object-name-handlingJunio C Hamano
2026-03-20path-walk: fix NULL pointer dereference in error messageYuvraj Singh Chauhan
2026-03-20Merge branch 'jx/i18n-fix' of github.com:jiangxin/gitkJohannes Sixt
2026-03-20Merge branch 'js/i18n-no-location'Johannes Sixt
2026-03-20Merge branch 'sb/heed-ref-decoration-settings'Johannes Sixt
2026-03-19Merge branch 'jk/diff-highlight-identical-pairs' into jk/diff-highlight-moreJunio C Hamano
2026-03-19contrib/diff-highlight: do not highlight identical pairsJeff King
2026-03-20gitk: l10n: make PO headers identify the Gitk projectJiang Xin
2026-03-19object-file: fix sparse 'plain integer as NULL pointer' errorRamsay Jones
2026-03-19cocci: strbuf.buf is never NULLJunio C Hamano