summaryrefslogtreecommitdiff
path: root/graph.c
AgeCommit message (Expand)Author
2009-08-27Merge branch 'as/maint-graph-interesting-fix'Junio C Hamano
2009-08-21graph API: fix bug in graph_is_interesting()Adam Simpkins
2009-08-19graph API: use a new color when starting a brand new columnAdam Simpkins
2009-07-23janitor: use NULL and not 0 for pointers.Pierre Habouzit
2009-05-18Merge branch 'ac/graph-horizontal-line'Junio C Hamano
2009-04-23Fix typos / spelling in commentsMike Ralphson
2009-04-23graph API: Use horizontal lines for more compact graphsAllan Caffee
2009-04-23graph API: fix a bug in the rendering of octopus mergesAllan Caffee
2009-04-23graph API: fix extra space during pre_commit_line stateAllan Caffee
2009-04-14graph API: Added logic for colored edgesAllan Caffee
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-09-25graph.c: make many functions staticNanako Shiraishi
2008-06-06git log --graph: print '*' for all commits, including mergesAdam Simpkins
2008-06-06graph API: fix "git log --graph --first-parent"Adam Simpkins
2008-06-02graph API: avoid printing unnecessary padding before some octopus mergesAdam Simpkins
2008-06-01graph API: improve display of merge commitsAdam Simpkins
2008-05-25get_revision(): honor the topo_order flag for boundary commitsAdam Simpkins
2008-05-25Fix output of "git log --graph --boundary"Adam Simpkins
2008-05-25log --graph --left-right: show left/right information in place of '*'Adam Simpkins
2008-05-25graph API: don't print branch lines for uninteresting merge parentsAdam Simpkins
2008-05-25graph API: fix graph mis-alignment after uninteresting commitsAdam Simpkins
2008-05-06graph API: eliminate unnecessary indentationAdam Simpkins
2008-05-06Add history graph APIAdam Simpkins