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