summaryrefslogtreecommitdiffstats
path: root/graph.c
AgeCommit message (Expand)AuthorLines
2013-10-18graph: fix coloring around octopus mergesHemmo Nieminen-2/+2
2013-03-03Revert "graph.c: mark private file-scope symbols as static"John Keeping-30/+2
2013-02-07graph: output padding for merge subsequent parentsJohn Keeping-0/+10
2013-01-14Merge branch 'mk/maint-graph-infinity-loop' into maintJunio C Hamano-1/+1
2012-09-25graph.c: infinite loop in git whatchanged --graph -mMichaƂ Kiedrowicz-1/+1
2012-09-15graph.c: mark private file-scope symbols as staticJunio C Hamano-2/+30
2012-04-16Add output_prefix_length to diff_optionsLucian Poston-0/+3
2011-08-19color: delay auto-color decision until point of useJeff King-1/+1
2011-08-18diff: refactor COLOR_DIFF from a flag into an intJeff King-1/+1
2011-04-04Share color list between graph and show-branchDan McGee-22/+1
2011-03-09rev-list/log: factor out revision mark generationMichael J Gruber-15/+2
2010-08-22Merge branch 'maint'Junio C Hamano-1/+1
2010-08-22Typos in code comments, an error message, documentationRalf Wildenhues-1/+1
2010-07-13Enable custom schemes for column colors in the graph APIJohan Herland-11/+26
2010-07-13Make graph_next_line() available in the graph.h APIJohan Herland-12/+1
2010-05-31graph.c: register a callback for graph outputBo Yang-0/+19
2010-03-07Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_*Mark Lodato-6/+6
2009-08-27Merge branch 'as/maint-graph-interesting-fix'Junio C Hamano-2/+3
2009-08-21graph API: fix bug in graph_is_interesting()Adam Simpkins-2/+3
2009-08-18graph API: use a new color when starting a brand new columnAdam Simpkins-3/+11
2009-07-22janitor: use NULL and not 0 for pointers.Pierre Habouzit-1/+1
2009-05-18Merge branch 'ac/graph-horizontal-line'Junio C Hamano-15/+47
2009-04-22Fix typos / spelling in commentsMike Ralphson-1/+1
2009-04-22graph API: Use horizontal lines for more compact graphsAllan Caffee-15/+47
2009-04-22graph API: fix a bug in the rendering of octopus mergesAllan Caffee-1/+1
2009-04-22graph API: fix extra space during pre_commit_line stateAllan Caffee-2/+2
2009-04-13graph API: Added logic for colored edgesAllan Caffee-48/+198
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey-9/+4
2008-09-25graph.c: make many functions staticNanako Shiraishi-14/+43
2008-06-06git log --graph: print '*' for all commits, including mergesAdam Simpkins-14/+0
2008-06-06graph API: fix "git log --graph --first-parent"Adam Simpkins-11/+53
2008-06-01graph API: avoid printing unnecessary padding before some octopus mergesAdam Simpkins-5/+8
2008-06-01graph API: improve display of merge commitsAdam Simpkins-17/+93
2008-05-25get_revision(): honor the topo_order flag for boundary commitsAdam Simpkins-8/+1
2008-05-25Fix output of "git log --graph --boundary"Adam Simpkins-13/+66
2008-05-25log --graph --left-right: show left/right information in place of '*'Adam Simpkins-11/+11
2008-05-25graph API: don't print branch lines for uninteresting merge parentsAdam Simpkins-13/+44
2008-05-25graph API: fix graph mis-alignment after uninteresting commitsAdam Simpkins-0/+3
2008-05-05graph API: eliminate unnecessary indentationAdam Simpkins-14/+52
2008-05-05Add history graph APIAdam Simpkins-0/+907