summaryrefslogtreecommitdiff
path: root/log-tree.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-18Merge branch 'js/log-show-children'Junio C Hamano1-0/+12
2011-10-04log --childrenJay Soffian1-0/+12
2011-08-28Merge branch 'nd/decorate-grafts'Junio C Hamano1-4/+32
2011-08-25log: Do not decorate replacements with --no-replace-objectsMichael J Gruber1-0/+2
2011-08-19color: delay auto-color decision until point of useJeff King1-1/+1
2011-08-19log: decorate "replaced" on to replaced commitsNguyễn Thái Ngọc Duy1-1/+15
2011-08-18diff: refactor COLOR_DIFF from a flag into an intJeff King1-2/+2
2011-08-18log: decorate grafted commits with "grafted"Nguyễn Thái Ngọc Duy1-0/+12
2011-08-18decoration: do not mis-decorate refs with same prefixNguyễn Thái Ngọc Duy1-3/+3
2011-05-31Merge branch 'jk/format-patch-am'Junio C Hamano1-1/+3
2011-05-30format-patch: make zero-length subject prefixes prettierJeff King1-1/+2
2011-05-26format-patch: preserve subject newlines with -kJeff King1-0/+1
2011-05-26clean up calling conventions for pretty.c functionsJeff King1-1/+2
2011-03-10git-log: put space after commit markMichael J Gruber1-2/+2
2011-03-09rev-list/log: factor out revision mark generationMichael J Gruber1-24/+4
2010-06-24Allow customizable commit decorations colorsNazri Ramliy1-0/+36
2010-06-20log --decorate: Colorize commit decorationsNazri Ramliy1-1/+33
2010-06-20log-tree.c: Use struct name_decoration's type for classifying decorationNazri Ramliy1-8/+32
2010-05-31Output the graph columns at the end of the commit messageBo Yang1-0/+6
2010-02-12git log -p -m: document -m and honor --first-parentPetr Baudis1-0/+10
2010-01-20Fix "log" family not to be too agressive about showing notesJunio C Hamano1-0/+1
2009-10-19Introduce new pretty formats %g[sdD] for reflog informationThomas Rast1-0/+1
2009-10-19Refactor pretty_print_commit arguments into a structThomas Rast1-11/+13
2009-10-12Let --decorate show HEAD positionThomas Rast1-0/+1
2009-09-29improve reflog date/number heuristicJeff King1-1/+3
2009-08-18git-log: allow --decorate[=short|full]Lars Hjemli1-3/+4
2009-08-10Expose the has_non_ascii() functionJohannes Schindelin1-12/+0
2009-07-01log-tree: fix confusing commentJeff King1-1/+2
2009-05-13Prettify log decorations even moreFelipe Contreras1-0/+1
2009-03-27log-tree: fix patch filename computation in "git format-patch"Christian Couder1-10/+5
2009-03-22format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd1-7/+11
2009-03-22format-patch: move get_patch_filename() into log-treeStephen Boyd1-0/+22
2009-03-11Merge branch 'tr/format-patch-thread'Junio C Hamano1-3/+8
2009-03-07Move local variables to narrower scopesBenjamin Kramer1-3/+3
2009-02-21format-patch: track several referencesThomas Rast1-3/+8
2009-02-13log: do not print ellipses with --abbrev-commitThomas Rast1-4/+4
2008-11-16Fix machine-parseability of 'git log --source'Linus Torvalds1-1/+1
2008-11-04Make '--decorate' set an explicit 'show_decorations' flagLinus Torvalds1-0/+2
2008-11-04Add a 'source' decorator for commitsLinus Torvalds1-3/+5
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-2/+1
2008-09-04move load_ref_decorations() to log-tree.c and export itRené Scharfe1-0/+36
2008-08-17Teach git log --exit-code to return an appropriate exit codePeter Valdemar Mørch1-1/+1
2008-07-29format-patch: Produce better output with --inline or --attachKevin Ballard1-1/+1
2008-05-25log --graph --left-right: show left/right information in place of '*'Adam Simpkins1-18/+23
2008-05-05log and rev-list: add --graph optionAdam Simpkins1-7/+69
2008-05-05revision API: split parent rewriting and parent printing optionsAdam Simpkins1-2/+2
2008-05-03log: print log entry terminator even if the message is emptyAdam Simpkins1-4/+3
2008-05-03Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins1-18/+9
2008-04-10log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano1-2/+2
2008-03-23pretty.c: add %x00 format specifier.Govind Salinas1-2/+4