summaryrefslogtreecommitdiff
path: root/log-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/format-patch-am'Junio C Hamano2011-05-311-1/+3
|\
| * format-patch: preserve subject newlines with -kJeff King2011-05-261-0/+1
| * clean up calling conventions for pretty.c functionsJeff King2011-05-261-1/+2
* | format-patch: make zero-length subject prefixes prettierJeff King2011-05-301-1/+2
* | git-log: put space after commit markMichael J Gruber2011-03-101-2/+2
* | rev-list/log: factor out revision mark generationMichael J Gruber2011-03-091-24/+4
|/
* Allow customizable commit decorations colorsNazri Ramliy2010-06-241-0/+36
* log --decorate: Colorize commit decorationsNazri Ramliy2010-06-201-1/+33
* log-tree.c: Use struct name_decoration's type for classifying decorationNazri Ramliy2010-06-201-8/+32
* Output the graph columns at the end of the commit messageBo Yang2010-05-311-0/+6
* git log -p -m: document -m and honor --first-parentPetr Baudis2010-02-121-0/+10
* Fix "log" family not to be too agressive about showing notesJunio C Hamano2010-01-201-0/+1
* Introduce new pretty formats %g[sdD] for reflog informationThomas Rast2009-10-191-0/+1
* Refactor pretty_print_commit arguments into a structThomas Rast2009-10-191-11/+13
* Let --decorate show HEAD positionThomas Rast2009-10-121-0/+1
* improve reflog date/number heuristicJeff King2009-09-291-1/+3
* git-log: allow --decorate[=short|full]Lars Hjemli2009-08-181-3/+4
* Expose the has_non_ascii() functionJohannes Schindelin2009-08-101-12/+0
* log-tree: fix confusing commentJeff King2009-07-011-1/+2
* Prettify log decorations even moreFelipe Contreras2009-05-131-0/+1
* log-tree: fix patch filename computation in "git format-patch"Christian Couder2009-03-271-10/+5
* format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd2009-03-221-7/+11
* format-patch: move get_patch_filename() into log-treeStephen Boyd2009-03-221-0/+22
* Merge branch 'tr/format-patch-thread'Junio C Hamano2009-03-111-3/+8
|\
| * format-patch: track several referencesThomas Rast2009-02-211-3/+8
* | Move local variables to narrower scopesBenjamin Kramer2009-03-071-3/+3
|/
* log: do not print ellipses with --abbrev-commitThomas Rast2009-02-131-4/+4
* Fix machine-parseability of 'git log --source'Linus Torvalds2008-11-161-1/+1
* Make '--decorate' set an explicit 'show_decorations' flagLinus Torvalds2008-11-041-0/+2
* Add a 'source' decorator for commitsLinus Torvalds2008-11-041-3/+5
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
* move load_ref_decorations() to log-tree.c and export itRené Scharfe2008-09-041-0/+36
* Teach git log --exit-code to return an appropriate exit codePeter Valdemar Mørch2008-08-171-1/+1
* format-patch: Produce better output with --inline or --attachKevin Ballard2008-07-291-1/+1
* log --graph --left-right: show left/right information in place of '*'Adam Simpkins2008-05-251-18/+23
* log and rev-list: add --graph optionAdam Simpkins2008-05-051-7/+69
* revision API: split parent rewriting and parent printing optionsAdam Simpkins2008-05-051-2/+2
* log: print log entry terminator even if the message is emptyAdam Simpkins2008-05-031-4/+3
* Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins2008-05-031-18/+9
* log: teach "terminator" vs "separator" mode to "--pretty=format"Junio C Hamano2008-04-101-2/+2
* pretty.c: add %x00 format specifier.Govind Salinas2008-03-231-2/+4
* Merge branch 'maint'Junio C Hamano2008-03-151-3/+12
|\
| * format-patch: generate MIME header as needed even when there is format.headerJunio C Hamano2008-03-151-1/+6
* | Merge branch 'db/cover-letter'Junio C Hamano2008-02-271-58/+68
|\ \
| * | Export some email and pretty-printing functionsDaniel Barkalow2008-02-191-58/+68
| |/
* | Add "--show-all" revision walker flag for debuggingLinus Torvalds2008-02-131-4/+11
|/
* Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit2007-11-111-4/+2
* format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano2007-11-011-1/+14
* rev-list: implement --bisect-allChristian Couder2007-10-261-1/+1
* Merge branch 'maint'Shawn O. Pearce2007-10-151-1/+2
|\