Age | Commit message (Expand) | Author | Files | Lines |
2010-05-31 | graph.c: register a callback for graph output | Bo Yang | 1 | -0/+19 |
2010-03-07 | Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_* | Mark Lodato | 1 | -6/+6 |
2009-08-27 | Merge branch 'as/maint-graph-interesting-fix' | Junio C Hamano | 1 | -2/+3 |
2009-08-21 | graph API: fix bug in graph_is_interesting() | Adam Simpkins | 1 | -2/+3 |
2009-08-18 | graph API: use a new color when starting a brand new column | Adam Simpkins | 1 | -3/+11 |
2009-07-22 | janitor: use NULL and not 0 for pointers. | Pierre Habouzit | 1 | -1/+1 |
2009-05-18 | Merge branch 'ac/graph-horizontal-line' | Junio C Hamano | 1 | -15/+47 |
2009-04-22 | Fix typos / spelling in comments | Mike Ralphson | 1 | -1/+1 |
2009-04-22 | graph API: Use horizontal lines for more compact graphs | Allan Caffee | 1 | -15/+47 |
2009-04-22 | graph API: fix a bug in the rendering of octopus merges | Allan Caffee | 1 | -1/+1 |
2009-04-22 | graph API: fix extra space during pre_commit_line state | Allan Caffee | 1 | -2/+2 |
2009-04-13 | graph API: Added logic for colored edges | Allan Caffee | 1 | -48/+198 |
2008-10-12 | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 1 | -9/+4 |
2008-09-25 | graph.c: make many functions static | Nanako Shiraishi | 1 | -14/+43 |
2008-06-06 | git log --graph: print '*' for all commits, including merges | Adam Simpkins | 1 | -14/+0 |
2008-06-06 | graph API: fix "git log --graph --first-parent" | Adam Simpkins | 1 | -11/+53 |
2008-06-01 | graph API: avoid printing unnecessary padding before some octopus merges | Adam Simpkins | 1 | -5/+8 |
2008-06-01 | graph API: improve display of merge commits | Adam Simpkins | 1 | -17/+93 |
2008-05-25 | get_revision(): honor the topo_order flag for boundary commits | Adam Simpkins | 1 | -8/+1 |
2008-05-25 | Fix output of "git log --graph --boundary" | Adam Simpkins | 1 | -13/+66 |
2008-05-25 | log --graph --left-right: show left/right information in place of '*' | Adam Simpkins | 1 | -11/+11 |
2008-05-25 | graph API: don't print branch lines for uninteresting merge parents | Adam Simpkins | 1 | -13/+44 |
2008-05-25 | graph API: fix graph mis-alignment after uninteresting commits | Adam Simpkins | 1 | -0/+3 |
2008-05-05 | graph API: eliminate unnecessary indentation | Adam Simpkins | 1 | -14/+52 |
2008-05-05 | Add history graph API | Adam Simpkins | 1 | -0/+907 |