summaryrefslogtreecommitdiffstats
path: root/log-tree.c
AgeCommit message (Expand)AuthorLines
2010-06-24Allow customizable commit decorations colorsNazri Ramliy-0/+36
2010-06-20log --decorate: Colorize commit decorationsNazri Ramliy-1/+33
2010-06-20log-tree.c: Use struct name_decoration's type for classifying decorationNazri Ramliy-8/+32
2010-05-31Output the graph columns at the end of the commit messageBo Yang-0/+6
2010-02-12git log -p -m: document -m and honor --first-parentPetr Baudis-0/+10
2010-01-20Fix "log" family not to be too agressive about showing notesJunio C Hamano-0/+1
2009-10-19Introduce new pretty formats %g[sdD] for reflog informationThomas Rast-0/+1
2009-10-19Refactor pretty_print_commit arguments into a structThomas Rast-11/+13
2009-10-12Let --decorate show HEAD positionThomas Rast-0/+1
2009-09-29improve reflog date/number heuristicJeff King-1/+3
2009-08-18git-log: allow --decorate[=short|full]Lars Hjemli-3/+4
2009-08-10Expose the has_non_ascii() functionJohannes Schindelin-12/+0
2009-07-01log-tree: fix confusing commentJeff King-1/+2
2009-05-13Prettify log decorations even moreFelipe Contreras-0/+1
2009-03-27log-tree: fix patch filename computation in "git format-patch"Christian Couder-10/+5
2009-03-22format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd-7/+11
2009-03-22format-patch: move get_patch_filename() into log-treeStephen Boyd-0/+22
2009-03-11Merge branch 'tr/format-patch-thread'Junio C Hamano-3/+8
2009-03-07Move local variables to narrower scopesBenjamin Kramer-3/+3
2009-02-21format-patch: track several referencesThomas Rast-3/+8
2009-02-13log: do not print ellipses with --abbrev-commitThomas Rast-4/+4
2008-11-16Fix machine-parseability of 'git log --source'Linus Torvalds-1/+1
2008-11-04Make '--decorate' set an explicit 'show_decorations' flagLinus Torvalds-0/+2
2008-11-04Add a 'source' decorator for commitsLinus Torvalds-3/+5
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey-2/+1
2008-09-04move load_ref_decorations() to log-tree.c and export itRené Scharfe-0/+36
2008-08-17Teach git log --exit-code to return an appropriate exit codePeter Valdemar Mørch-1/+1
2008-07-29format-patch: Produce better output with --inline or --attachKevin Ballard-1/+1
2008-05-25log --graph --left-right: show left/right information in place of '*'Adam Simpkins-18/+23
2008-05-05log and rev-list: add --graph optionAdam Simpkins-7/+69
2008-05-05revision API: split parent rewriting and parent printing optionsAdam Simpkins-2/+2
2008-05-03log: print log entry terminator even if the message is emptyAdam Simpkins-4/+3
2008-05-03Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins-18/+9
2008-04-10log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano-2/+2
2008-03-23pretty.c: add %x00 format specifier.Govind Salinas-2/+4
2008-03-15Merge branch 'maint'Junio C Hamano-3/+12
2008-03-15format-patch: generate MIME header as needed even when there is format.headerJunio C Hamano-1/+6
2008-02-27Merge branch 'db/cover-letter'Junio C Hamano-58/+68
2008-02-19Export some email and pretty-printing functionsDaniel Barkalow-58/+68
2008-02-13Add "--show-all" revision walker flag for debuggingLinus Torvalds-4/+11
2007-11-11Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit-4/+2
2007-11-01format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano-1/+14
2007-10-26rev-list: implement --bisect-allChristian Couder-1/+1
2007-10-15Merge branch 'maint'Shawn O. Pearce-1/+2
2007-10-15Clean up "git log" format with DIFF_FORMAT_NO_OUTPUTLinus Torvalds-1/+2
2007-10-03Merge branch 'mv/unknown'Junio C Hamano-1/+2
2007-09-26Don't use "<unknown>" for placeholders and suppress printing of empty user fo...Michal Vitecek-1/+2
2007-09-10Rework pretty_print_commit to use strbufs instead of custom buffers.Pierre Habouzit-37/+19
2007-08-14Add --log-size to git log to print message sizeMarco Costalba-0/+3
2007-07-04Handle missing prefix for "Subject:" as if no prefix givenAlex Riesen-1/+1