| Commit message (Expand) | Author | Age | Files | Lines |
* | Add output_prefix_length to diff_options | Lucian Poston | 2012-04-16 | 1 | -0/+3 |
* | color: delay auto-color decision until point of use | Jeff King | 2011-08-19 | 1 | -1/+1 |
* | diff: refactor COLOR_DIFF from a flag into an int | Jeff King | 2011-08-18 | 1 | -1/+1 |
* | Share color list between graph and show-branch | Dan McGee | 2011-04-04 | 1 | -22/+1 |
* | rev-list/log: factor out revision mark generation | Michael J Gruber | 2011-03-09 | 1 | -15/+2 |
* | Merge branch 'maint' | Junio C Hamano | 2010-08-22 | 1 | -1/+1 |
|\ |
|
| * | Typos in code comments, an error message, documentation | Ralf Wildenhues | 2010-08-22 | 1 | -1/+1 |
* | | Enable custom schemes for column colors in the graph API | Johan Herland | 2010-07-13 | 1 | -11/+26 |
* | | Make graph_next_line() available in the graph.h API | Johan Herland | 2010-07-13 | 1 | -12/+1 |
|/ |
|
* | graph.c: register a callback for graph output | Bo Yang | 2010-05-31 | 1 | -0/+19 |
* | Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_* | Mark Lodato | 2010-03-07 | 1 | -6/+6 |
* | Merge branch 'as/maint-graph-interesting-fix' | Junio C Hamano | 2009-08-27 | 1 | -2/+3 |
|\ |
|
| * | graph API: fix bug in graph_is_interesting() | Adam Simpkins | 2009-08-21 | 1 | -2/+3 |
* | | graph API: use a new color when starting a brand new column | Adam Simpkins | 2009-08-18 | 1 | -3/+11 |
|/ |
|
* | janitor: use NULL and not 0 for pointers. | Pierre Habouzit | 2009-07-22 | 1 | -1/+1 |
* | Merge branch 'ac/graph-horizontal-line' | Junio C Hamano | 2009-05-18 | 1 | -15/+47 |
|\ |
|
| * | graph API: Use horizontal lines for more compact graphs | Allan Caffee | 2009-04-22 | 1 | -15/+47 |
* | | Fix typos / spelling in comments | Mike Ralphson | 2009-04-22 | 1 | -1/+1 |
* | | graph API: fix a bug in the rendering of octopus merges | Allan Caffee | 2009-04-22 | 1 | -1/+1 |
* | | graph API: fix extra space during pre_commit_line state | Allan Caffee | 2009-04-22 | 1 | -2/+2 |
|/ |
|
* | graph API: Added logic for colored edges | Allan Caffee | 2009-04-13 | 1 | -48/+198 |
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 | 1 | -9/+4 |
* | graph.c: make many functions static | Nanako Shiraishi | 2008-09-25 | 1 | -14/+43 |
* | git log --graph: print '*' for all commits, including merges | Adam Simpkins | 2008-06-06 | 1 | -14/+0 |
* | graph API: fix "git log --graph --first-parent" | Adam Simpkins | 2008-06-06 | 1 | -11/+53 |
* | graph API: avoid printing unnecessary padding before some octopus merges | Adam Simpkins | 2008-06-01 | 1 | -5/+8 |
* | graph API: improve display of merge commits | Adam Simpkins | 2008-06-01 | 1 | -17/+93 |
* | get_revision(): honor the topo_order flag for boundary commits | Adam Simpkins | 2008-05-25 | 1 | -8/+1 |
* | Fix output of "git log --graph --boundary" | Adam Simpkins | 2008-05-25 | 1 | -13/+66 |
* | log --graph --left-right: show left/right information in place of '*' | Adam Simpkins | 2008-05-25 | 1 | -11/+11 |
* | graph API: don't print branch lines for uninteresting merge parents | Adam Simpkins | 2008-05-25 | 1 | -13/+44 |
* | graph API: fix graph mis-alignment after uninteresting commits | Adam Simpkins | 2008-05-25 | 1 | -0/+3 |
* | graph API: eliminate unnecessary indentation | Adam Simpkins | 2008-05-05 | 1 | -14/+52 |
* | Add history graph API | Adam Simpkins | 2008-05-05 | 1 | -0/+907 |