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