summaryrefslogtreecommitdiffstats
path: root/graph.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'as/maint-graph-interesting-fix'Junio C Hamano2009-08-271-2/+3
|\
| * graph API: fix bug in graph_is_interesting()Adam Simpkins2009-08-211-2/+3
* | graph API: use a new color when starting a brand new columnAdam Simpkins2009-08-181-3/+11
|/
* janitor: use NULL and not 0 for pointers.Pierre Habouzit2009-07-221-1/+1
* Merge branch 'ac/graph-horizontal-line'Junio C Hamano2009-05-181-15/+47
|\
| * graph API: Use horizontal lines for more compact graphsAllan Caffee2009-04-221-15/+47
* | Fix typos / spelling in commentsMike Ralphson2009-04-221-1/+1
* | graph API: fix a bug in the rendering of octopus mergesAllan Caffee2009-04-221-1/+1
* | graph API: fix extra space during pre_commit_line stateAllan Caffee2009-04-221-2/+2
|/
* graph API: Added logic for colored edgesAllan Caffee2009-04-131-48/+198
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-9/+4
* graph.c: make many functions staticNanako Shiraishi2008-09-251-14/+43
* git log --graph: print '*' for all commits, including mergesAdam Simpkins2008-06-061-14/+0
* graph API: fix "git log --graph --first-parent"Adam Simpkins2008-06-061-11/+53
* graph API: avoid printing unnecessary padding before some octopus mergesAdam Simpkins2008-06-011-5/+8
* graph API: improve display of merge commitsAdam Simpkins2008-06-011-17/+93
* get_revision(): honor the topo_order flag for boundary commitsAdam Simpkins2008-05-251-8/+1
* Fix output of "git log --graph --boundary"Adam Simpkins2008-05-251-13/+66
* log --graph --left-right: show left/right information in place of '*'Adam Simpkins2008-05-251-11/+11
* graph API: don't print branch lines for uninteresting merge parentsAdam Simpkins2008-05-251-13/+44
* graph API: fix graph mis-alignment after uninteresting commitsAdam Simpkins2008-05-251-0/+3
* graph API: eliminate unnecessary indentationAdam Simpkins2008-05-051-14/+52
* Add history graph APIAdam Simpkins2008-05-051-0/+907