summaryrefslogtreecommitdiff
path: root/log-tree.h
AgeCommit message (Expand)Author
2017-11-22log: add option to choose which refs to decorateRafael Ascensão
2017-03-01pretty: use fmt_output_email_subject()René Scharfe
2017-03-01log-tree: factor out fmt_output_email_subject()René Scharfe
2014-10-20Merge branch 'jn/parse-config-slot'Junio C Hamano
2014-10-14pass config slots as pointers instead of offsetsJonathan Nieder
2014-09-18pretty: add %D format specifierHarry Jeffery
2013-04-18pretty: share code between format_decoration and show_decorationsNguyễn Thái Ngọc Duy
2012-12-22get_patch_filename(): split into two functionsJunio C Hamano
2012-12-22get_patch_filename(): simplify function signatureJunio C Hamano
2012-05-22format-patch: refactor get_patch_filenameJeff King
2010-06-24Allow customizable commit decorations colorsNazri Ramliy
2009-08-18git-log: allow --decorate[=short|full]Lars Hjemli
2009-03-23format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd
2009-03-23format-patch: move get_patch_filename() into log-treeStephen Boyd
2008-11-04Add a 'source' decorator for commitsLinus Torvalds
2008-09-05move load_ref_decorations() to log-tree.c and export itRené Scharfe
2008-05-03Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins
2008-03-15Merge branch 'maint'Junio C Hamano
2008-02-19Export some email and pretty-printing functionsDaniel Barkalow
2007-10-27rev-list: implement --bisect-allChristian Couder
2006-06-26Add msg_sep to diff_optionsTimo Hirvonen
2006-04-17Log message printout cleanupsLinus Torvalds
2006-04-15Common option parsing for "git log --diff" and friendsLinus Torvalds
2006-04-09log-tree: separate major part of diff-tree.Junio C Hamano