summaryrefslogtreecommitdiffstats
path: root/graph.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'np/log-graph-octopus-fix'Junio C Hamano2018-10-261-15/+43
|\
| * log: fix coloring of certain octopus merge shapesNoam Postavsky2018-10-121-15/+43
* | graph: use strbuf_addchars() to add spacesRené Scharfe2017-10-021-7/+3
|/
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* Merge branch 'rs/swap'Junio C Hamano2017-02-151-9/+2
|\
| * graph: use SWAP macroRené Scharfe2017-01-301-5/+1
| * use SWAP macroRené Scharfe2017-01-301-4/+1
* | Merge branch 'nd/log-graph-configurable-colors'Junio C Hamano2017-02-021-3/+37
|\ \ | |/ |/|
| * log --graph: customize the graph lines with config log.graphColorsNguyễn Thái Ngọc Duy2017-01-231-3/+37
* | Merge branch 'jk/graph-padding-fix'Junio C Hamano2016-10-061-4/+12
|\ \
| * | graph: fix extra spaces in graph_padding_lineJeff King2016-09-291-4/+12
* | | graph: add support for --line-prefix on all graph-aware outputJacob Keller2016-08-311-34/+64
* | | diff.c: remove output_prefix_length fieldJunio C Hamano2016-08-311-2/+0
| |/ |/|
* | Merge branch 'js/log-to-diffopt-file'Junio C Hamano2016-07-191-13/+17
|\ \
| * | graph: respect the diffopt.file settingJohannes Schindelin2016-06-241-13/+17
| |/
* / pretty: pass graph width to pretty formatting for use in '%>|(N)'Josef Kufner2016-06-161-0/+7
|/
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-6/+4
* Merge branch 'rs/graph-simplify'Junio C Hamano2014-09-291-13/+4
|\
| * graph: simplify graph_padding_line()René Scharfe2014-09-221-13/+4
* | Merge branch 'rs/realloc-array'Junio C Hamano2014-09-261-10/+4
|\ \ | |/ |/|
| * use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-181-10/+4
* | strbuf: use strbuf_addchars() for adding a char multiple timesRené Scharfe2014-09-081-3/+2
|/
* graph: fix coloring around octopus mergesHemmo 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