summaryrefslogtreecommitdiff
path: root/log-tree.h
Commit message (Expand)AuthorAgeFilesLines
* log-tree.h: remove unused function declarationsÆvar Arnfjörð Bjarmason2021-10-011-2/+0
* format-patch: make output filename configurableJunio C Hamano2020-11-091-1/+0
* log: add log.excludeDecoration config optionDerrick Stolee2020-04-161-1/+3
* format-patch: make cover letters always text/plainbrian m. carlson2018-05-021-1/+2
* log: add option to choose which refs to decoratera/decorate-limit-refsRafael Ascensão2017-11-221-1/+5
* pretty: use fmt_output_email_subject()rs/log-email-subjectRené Scharfe2017-03-011-1/+0
* log-tree: factor out fmt_output_email_subject()René Scharfe2017-03-011-0/+1
* Merge branch 'jn/parse-config-slot'Junio C Hamano2014-10-201-1/+1
|\
| * pass config slots as pointers instead of offsetsJonathan Nieder2014-10-141-1/+1
* | pretty: add %D format specifierhj/pretty-naked-decorationHarry Jeffery2014-09-181-1/+7
|/
* pretty: share code between format_decoration and show_decorationsNguyễn Thái Ngọc Duy2013-04-181-0/+1
* get_patch_filename(): split into two functionsJunio C Hamano2012-12-211-3/+2
* get_patch_filename(): simplify function signatureJunio C Hamano2012-12-211-2/+3
* format-patch: refactor get_patch_filenameJeff King2012-05-221-2/+2
* Allow customizable commit decorations colorsNazri Ramliy2010-06-241-0/+1
* git-log: allow --decorate[=short|full]Lars Hjemli2009-08-181-1/+1
* format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd2009-03-221-1/+1
* format-patch: move get_patch_filename() into log-treeStephen Boyd2009-03-221-0/+4
* Add a 'source' decorator for commitsLinus Torvalds2008-11-041-1/+1
* move load_ref_decorations() to log-tree.c and export itRené Scharfe2008-09-041-0/+1
* Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins2008-05-031-1/+1
* Merge branch 'maint'Junio C Hamano2008-03-151-1/+3
|\
* | Export some email and pretty-printing functionsDaniel Barkalow2008-02-191-0/+2
|/
* rev-list: implement --bisect-allChristian Couder2007-10-261-0/+1
* Add msg_sep to diff_optionsTimo Hirvonen2006-06-261-1/+1
* Log message printout cleanupsLinus Torvalds2006-04-171-0/+5
* Common option parsing for "git log --diff" and friendsLinus Torvalds2006-04-141-17/+5
* log-tree: separate major part of diff-tree.Junio C Hamano2006-04-091-0/+23