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