summaryrefslogtreecommitdiffstats
path: root/log-tree.h
AgeCommit message (Expand)AuthorLines
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King-1/+3
2024-10-09rebase-update-refs: extract load_branch_decorationsNicolas Guichard-0/+1
2024-03-19format-patch: return an allocated string from log_write_email_headers()Jeff King-1/+1
2023-08-21pretty: add pointer and tag options to %(decorate)Andy Koppe-0/+2
2023-08-21decorate: refactor format_decorations()Andy Koppe-7/+8
2023-06-21log-tree: replace include of revision.h with simple forward declarationElijah Newren-1/+1
2021-10-01log-tree.h: remove unused function declarationsÆvar Arnfjörð Bjarmason-2/+0
2020-11-09format-patch: make output filename configurableJunio C Hamano-1/+0
2020-04-16log: add log.excludeDecoration config optionDerrick Stolee-1/+3
2018-05-02format-patch: make cover letters always text/plainbrian m. carlson-1/+2
2017-11-22log: add option to choose which refs to decorateRafael Ascensão-1/+5
2017-03-01pretty: use fmt_output_email_subject()René Scharfe-1/+0
2017-03-01log-tree: factor out fmt_output_email_subject()René Scharfe-0/+1
2014-10-20Merge branch 'jn/parse-config-slot'Junio C Hamano-1/+1
2014-10-14pass config slots as pointers instead of offsetsJonathan Nieder-1/+1
2014-09-18pretty: add %D format specifierHarry Jeffery-1/+7
2013-04-18pretty: share code between format_decoration and show_decorationsNguyễn Thái Ngọc Duy-0/+1
2012-12-21get_patch_filename(): split into two functionsJunio C Hamano-3/+2
2012-12-21get_patch_filename(): simplify function signatureJunio C Hamano-2/+3
2012-05-22format-patch: refactor get_patch_filenameJeff King-2/+2
2010-06-24Allow customizable commit decorations colorsNazri Ramliy-0/+1
2009-08-18git-log: allow --decorate[=short|full]Lars Hjemli-1/+1
2009-03-22format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd-1/+1
2009-03-22format-patch: move get_patch_filename() into log-treeStephen Boyd-0/+4
2008-11-04Add a 'source' decorator for commitsLinus Torvalds-1/+1
2008-09-04move load_ref_decorations() to log-tree.c and export itRené Scharfe-0/+1
2008-05-03Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins-1/+1
2008-03-15Merge branch 'maint'Junio C Hamano-1/+3
2008-02-19Export some email and pretty-printing functionsDaniel Barkalow-0/+2
2007-10-26rev-list: implement --bisect-allChristian Couder-0/+1
2006-06-26Add msg_sep to diff_optionsTimo Hirvonen-1/+1
2006-04-17Log message printout cleanupsLinus Torvalds-0/+5
2006-04-14Common option parsing for "git log --diff" and friendsLinus Torvalds-17/+5
2006-04-09log-tree: separate major part of diff-tree.Junio C Hamano-0/+23