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