aboutsummaryrefslogtreecommitdiff
path: root/log-tree.c
AgeCommit message (Expand)Author
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-10-14Merge branch 'kh/format-patch-range-diff-notes'Junio C Hamano
2025-09-29Merge branch 'jk/color-variable-fixes'Junio C Hamano
2025-09-25format-patch: handle range-diff on notes correctly for single patchesKristoffer Haugsbakk
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King
2025-08-29range-diff: add configurable memory limit for cost matrixPaulo Casaretto
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-04-29object-store: move function declarations to their respective subsystemsPatrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2024-12-18tmp-objdir: stop using `the_repository`Patrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-10-18Merge branch 'ng/rebase-merges-branch-name-as-label'Taylor Blau
2024-10-10Merge branch 'jk/output-prefix-cleanup'Junio C Hamano
2024-10-09rebase-update-refs: extract load_branch_decorationsNicolas Guichard
2024-10-09load_branch_decorations: fix memory leak with non-static filtersNicolas Guichard
2024-10-03diff: return const char from output_prefix callbackJeff King
2024-09-30diff: improve lifecycle management of diff queuesPatrick Steinhardt
2024-09-16Merge branch 'jc/range-diff-lazy-setup'Junio C Hamano
2024-08-26Merge branch 'rs/use-decimal-width' into maint-2.46Junio C Hamano
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano
2024-08-14Merge branch 'rs/use-decimal-width'Junio C Hamano
2024-08-09remerge-diff: lazily prepare temporary objdir on demandJunio C Hamano
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-08-05log-tree: use decimal_width()René Scharfe
2024-07-13merge-recursive: honor diff.algorithmAntonin Delpeuch
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-11merge: fix leaking merge basesPatrick Steinhardt
2024-05-24format-patch: move range/inter diff at the end of a single patch outputJunio C Hamano
2024-05-23show_log: factor out interdiff/range-diff generationJunio C Hamano
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-04-16Merge branch 'rs/date-mode-pass-by-value'Junio C Hamano
2024-04-05date: make DATE_MODE thread-safeRené Scharfe
2024-04-01Merge branch 'jk/pretty-subject-cleanup'Junio C Hamano
2024-03-22format-patch: fix leak of empty header stringJeff King
2024-03-19format-patch: simplify after-subject MIME header handlingJeff King
2024-03-19format-patch: return an allocated string from log_write_email_headers()Jeff King
2024-03-19log: do not set up extra_headers for non-email formatsJeff King
2024-03-19pretty: drop print_email_subject flagJeff King
2024-02-29commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin
2023-12-26line-log.h: remove unnecessary includeElijah Newren
2023-08-21decorate: use commit color for HEAD arrowAndy Koppe
2023-08-21pretty: add pointer and tag options to %(decorate)Andy Koppe
2023-08-21decorate: color each token separatelyAndy Koppe
2023-08-21decorate: avoid some unnecessary color overheadAndy Koppe
2023-08-21decorate: refactor format_decorations()Andy Koppe
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano