summaryrefslogtreecommitdiff
path: root/graph.c
Commit message (Expand)AuthorAgeFilesLines
* strbuf: use strbuf_addchars() for adding a char multiple timesrs/export-strbuf-addcharsRené Scharfe2014-09-081-3/+2
* graph: fix coloring around octopus mergeshn/log-graph-color-octopusHemmo Nieminen2013-10-181-2/+2
* Revert "graph.c: mark private file-scope symbols as static"John Keeping2013-03-031-30/+2
* graph: output padding for merge subsequent parentsJohn Keeping2013-02-071-0/+10
* Merge branch 'mk/maint-graph-infinity-loop' into maintJunio C Hamano2013-01-141-1/+1
|\
| * graph.c: infinite loop in git whatchanged --graph -mMichał Kiedrowicz2012-09-251-1/+1
* | graph.c: mark private file-scope symbols as staticJunio C Hamano2012-09-151-2/+30
|/
* Add output_prefix_length to diff_optionsLucian Poston2012-04-161-0/+3
* color: delay auto-color decision until point of useJeff King2011-08-191-1/+1
* diff: refactor COLOR_DIFF from a flag into an intJeff King2011-08-181-1/+1
* Share color list between graph and show-branchDan McGee2011-04-041-22/+1
* rev-list/log: factor out revision mark generationMichael J Gruber2011-03-091-15/+2
* Merge branch 'maint'Junio C Hamano2010-08-221-1/+1
|\
| * Typos in code comments, an error message, documentationRalf Wildenhues2010-08-221-1/+1
* | Enable custom schemes for column colors in the graph APIJohan Herland2010-07-131-11/+26
* | Make graph_next_line() available in the graph.h APIJohan Herland2010-07-131-12/+1
|/
* graph.c: register a callback for graph outputBo Yang2010-05-311-0/+19
* Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_*Mark Lodato2010-03-071-6/+6
* 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