summaryrefslogtreecommitdiff
path: root/log-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect ref namespace checknd/maint-refname-in-hierarchy-checkNguyễn Thái Ngọc Duy2012-01-111-2/+2
* Merge branch 'js/log-show-children'Junio C Hamano2011-10-181-0/+12
|\
| * log --childrenjs/log-show-childrenJay Soffian2011-10-041-0/+12
* | Merge branch 'nd/decorate-grafts'Junio C Hamano2011-08-281-4/+32
|\ \
| * | log: Do not decorate replacements with --no-replace-objectsMichael J Gruber2011-08-251-0/+2
| * | log: decorate "replaced" on to replaced commitsNguyễn Thái Ngọc Duy2011-08-191-1/+15
| * | log: decorate grafted commits with "grafted"Nguyễn Thái Ngọc Duy2011-08-181-0/+12
| * | decoration: do not mis-decorate refs with same prefixNguyễn Thái Ngọc Duy2011-08-181-3/+3
* | | color: delay auto-color decision until point of useJeff King2011-08-191-1/+1
* | | diff: refactor COLOR_DIFF from a flag into an intJeff King2011-08-181-2/+2
|/ /
* | 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