summaryrefslogtreecommitdiff
path: root/graph.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-22Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2010-08-22Typos in code comments, an error message, documentationLibravatar Ralf Wildenhues1-1/+1
2010-07-13Enable custom schemes for column colors in the graph APILibravatar Johan Herland1-11/+26
2010-07-13Make graph_next_line() available in the graph.h APILibravatar Johan Herland1-12/+1
2010-05-31graph.c: register a callback for graph outputLibravatar Bo Yang1-0/+19
2010-03-07Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_*Libravatar Mark Lodato1-6/+6
2009-08-27Merge branch 'as/maint-graph-interesting-fix'Libravatar Junio C Hamano1-2/+3
2009-08-21graph API: fix bug in graph_is_interesting()Libravatar Adam Simpkins1-2/+3
2009-08-18graph API: use a new color when starting a brand new columnLibravatar Adam Simpkins1-3/+11
2009-07-22janitor: use NULL and not 0 for pointers.Libravatar Pierre Habouzit1-1/+1
2009-05-18Merge branch 'ac/graph-horizontal-line'Libravatar Junio C Hamano1-15/+47
2009-04-22Fix typos / spelling in commentsLibravatar Mike Ralphson1-1/+1
2009-04-22graph API: Use horizontal lines for more compact graphsLibravatar Allan Caffee1-15/+47
2009-04-22graph API: fix a bug in the rendering of octopus mergesLibravatar Allan Caffee1-1/+1
2009-04-22graph API: fix extra space during pre_commit_line stateLibravatar Allan Caffee1-2/+2
2009-04-13graph API: Added logic for colored edgesLibravatar Allan Caffee1-48/+198
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerLibravatar Brandon Casey1-9/+4
2008-09-25graph.c: make many functions staticLibravatar Nanako Shiraishi1-14/+43
2008-06-06git log --graph: print '*' for all commits, including mergesLibravatar Adam Simpkins1-14/+0
2008-06-06graph API: fix "git log --graph --first-parent"Libravatar Adam Simpkins1-11/+53
2008-06-01graph API: avoid printing unnecessary padding before some octopus mergesLibravatar Adam Simpkins1-5/+8
2008-06-01graph API: improve display of merge commitsLibravatar Adam Simpkins1-17/+93
2008-05-25get_revision(): honor the topo_order flag for boundary commitsLibravatar Adam Simpkins1-8/+1
2008-05-25Fix output of "git log --graph --boundary"Libravatar Adam Simpkins1-13/+66
2008-05-25log --graph --left-right: show left/right information in place of '*'Libravatar Adam Simpkins1-11/+11
2008-05-25graph API: don't print branch lines for uninteresting merge parentsLibravatar Adam Simpkins1-13/+44
2008-05-25graph API: fix graph mis-alignment after uninteresting commitsLibravatar Adam Simpkins1-0/+3
2008-05-05graph API: eliminate unnecessary indentationLibravatar Adam Simpkins1-14/+52
2008-05-05Add history graph APILibravatar Adam Simpkins1-0/+907