summaryrefslogtreecommitdiff
path: root/graph.c
AgeCommit message (Expand)Author
2011-08-19color: delay auto-color decision until point of useJeff King
2011-08-18diff: refactor COLOR_DIFF from a flag into an intJeff King
2011-04-05Share color list between graph and show-branchDan McGee
2011-03-09rev-list/log: factor out revision mark generationMichael J Gruber
2010-08-23Merge branch 'maint'Junio C Hamano
2010-08-22Typos in code comments, an error message, documentationRalf Wildenhues
2010-07-13Enable custom schemes for column colors in the graph APIJohan Herland
2010-07-13Make graph_next_line() available in the graph.h APIJohan Herland
2010-06-01graph.c: register a callback for graph outputBo Yang
2010-03-07Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_*Mark Lodato
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