aboutsummaryrefslogtreecommitdiff
path: root/graph.c
Commit message (Expand)AuthorAge
* color: delay auto-color decision until point of useJeff King2011-08-19
* diff: refactor COLOR_DIFF from a flag into an intJeff King2011-08-18
* Share color list between graph and show-branchDan McGee2011-04-04
* rev-list/log: factor out revision mark generationMichael J Gruber2011-03-09
* Merge branch 'maint'Junio C Hamano2010-08-22
|\
| * Typos in code comments, an error message, documentationRalf Wildenhues2010-08-22
* | Enable custom schemes for column colors in the graph APIJohan Herland2010-07-13
* | Make graph_next_line() available in the graph.h APIJohan Herland2010-07-13
|/
* graph.c: register a callback for graph outputBo Yang2010-05-31
* Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_*Mark Lodato2010-03-07
* Merge branch 'as/maint-graph-interesting-fix'Junio C Hamano2009-08-27
|\
| * graph API: fix bug in graph_is_interesting()Adam Simpkins2009-08-21
* | graph API: use a new color when starting a brand new columnAdam Simpkins2009-08-18
|/
* janitor: use NULL and not 0 for pointers.Pierre Habouzit2009-07-22
* Merge branch 'ac/graph-horizontal-line'Junio C Hamano2009-05-18
|\
| * graph API: Use horizontal lines for more compact graphsAllan Caffee2009-04-22
* | Fix typos / spelling in commentsMike Ralphson2009-04-22
* | graph API: fix a bug in the rendering of octopus mergesAllan Caffee2009-04-22
* | graph API: fix extra space during pre_commit_line stateAllan Caffee2009-04-22
|/
* graph API: Added logic for colored edgesAllan Caffee2009-04-13
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* graph.c: make many functions staticNanako Shiraishi2008-09-25
* git log --graph: print '*' for all commits, including mergesAdam Simpkins2008-06-06
* graph API: fix "git log --graph --first-parent"Adam Simpkins2008-06-06
* graph API: avoid printing unnecessary padding before some octopus mergesAdam Simpkins2008-06-01
* graph API: improve display of merge commitsAdam Simpkins2008-06-01
* get_revision(): honor the topo_order flag for boundary commitsAdam Simpkins2008-05-25
* Fix output of "git log --graph --boundary"Adam Simpkins2008-05-25
* log --graph --left-right: show left/right information in place of '*'Adam Simpkins2008-05-25
* graph API: don't print branch lines for uninteresting merge parentsAdam Simpkins2008-05-25
* graph API: fix graph mis-alignment after uninteresting commitsAdam Simpkins2008-05-25
* graph API: eliminate unnecessary indentationAdam Simpkins2008-05-05
* Add history graph APIAdam Simpkins2008-05-05