aboutsummaryrefslogtreecommitdiffstats
path: root/log-tree.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-19format-patch: return an allocated string from log_write_email_headers()Jeff King1-1/+1
2023-08-21pretty: add pointer and tag options to %(decorate)Andy Koppe1-0/+2
2023-08-21decorate: refactor format_decorations()Andy Koppe1-7/+8
2023-06-21log-tree: replace include of revision.h with simple forward declarationElijah Newren1-1/+1
2021-10-01log-tree.h: remove unused function declarationsÆvar Arnfjörð Bjarmason1-2/+0
2020-11-09format-patch: make output filename configurableJunio C Hamano1-1/+0
2020-04-16log: add log.excludeDecoration config optionDerrick Stolee1-1/+3
2018-05-02format-patch: make cover letters always text/plainbrian m. carlson1-1/+2
2017-11-22log: add option to choose which refs to decorateRafael Ascensão1-1/+5
2017-03-01pretty: use fmt_output_email_subject()René Scharfe1-1/+0
2017-03-01log-tree: factor out fmt_output_email_subject()René Scharfe1-0/+1
2014-10-20Merge branch 'jn/parse-config-slot'Junio C Hamano1-1/+1
2014-10-14pass config slots as pointers instead of offsetsJonathan Nieder1-1/+1
2014-09-18pretty: add %D format specifierHarry Jeffery1-1/+7
2013-04-18pretty: share code between format_decoration and show_decorationsNguyễn Thái Ngọc Duy1-0/+1
2012-12-21get_patch_filename(): split into two functionsJunio C Hamano1-3/+2
2012-12-21get_patch_filename(): simplify function signatureJunio C Hamano1-2/+3
2012-05-22format-patch: refactor get_patch_filenameJeff King1-2/+2
2010-06-24Allow customizable commit decorations colorsNazri Ramliy1-0/+1
2009-08-18git-log: allow --decorate[=short|full]Lars Hjemli1-1/+1
2009-03-22format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd1-1/+1
2009-03-22format-patch: move get_patch_filename() into log-treeStephen Boyd1-0/+4
2008-11-04Add a 'source' decorator for commitsLinus Torvalds1-1/+1
2008-09-04move load_ref_decorations() to log-tree.c and export itRené Scharfe1-0/+1
2008-05-03Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins1-1/+1
2008-03-15Merge branch 'maint'Junio C Hamano1-1/+3
2008-02-19Export some email and pretty-printing functionsDaniel Barkalow1-0/+2
2007-10-26rev-list: implement --bisect-allChristian Couder1-0/+1
2006-06-26Add msg_sep to diff_optionsTimo Hirvonen1-1/+1
2006-04-17Log message printout cleanupsLinus Torvalds1-0/+5
2006-04-14Common option parsing for "git log --diff" and friendsLinus Torvalds1-17/+5
2006-04-09log-tree: separate major part of diff-tree.Junio C Hamano1-0/+23