summaryrefslogtreecommitdiff
path: root/graph.c
AgeCommit message (Expand)Author
2018-10-26Merge branch 'np/log-graph-octopus-fix'Junio C Hamano
2018-10-12log: fix coloring of certain octopus merge shapesNoam Postavsky
2017-10-02graph: use strbuf_addchars() to add spacesRené Scharfe
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-02-15Merge branch 'rs/swap'Junio C Hamano
2017-02-02Merge branch 'nd/log-graph-configurable-colors'Junio C Hamano
2017-01-30graph: use SWAP macroRené Scharfe
2017-01-30use SWAP macroRené Scharfe
2017-01-24log --graph: customize the graph lines with config log.graphColorsNguyễn Thái Ngọc Duy
2016-10-06Merge branch 'jk/graph-padding-fix'Junio C Hamano
2016-09-29graph: fix extra spaces in graph_padding_lineJeff King
2016-09-01graph: add support for --line-prefix on all graph-aware outputJacob Keller
2016-09-01diff.c: remove output_prefix_length fieldJunio C Hamano
2016-07-19Merge branch 'js/log-to-diffopt-file'Junio C Hamano
2016-06-24graph: respect the diffopt.file settingJohannes Schindelin
2016-06-16pretty: pass graph width to pretty formatting for use in '%>|(N)'Josef Kufner
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2014-09-29Merge branch 'rs/graph-simplify'Junio C Hamano
2014-09-26Merge branch 'rs/realloc-array'Junio C Hamano
2014-09-22graph: simplify graph_padding_line()René Scharfe
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe
2014-09-08strbuf: use strbuf_addchars() for adding a char multiple timesRené Scharfe
2013-10-18graph: fix coloring around octopus mergesHemmo Nieminen
2013-03-04Revert "graph.c: mark private file-scope symbols as static"John Keeping
2013-02-07graph: output padding for merge subsequent parentsJohn Keeping
2013-01-14Merge branch 'mk/maint-graph-infinity-loop' into maintJunio C Hamano
2012-09-25graph.c: infinite loop in git whatchanged --graph -mMichał Kiedrowicz
2012-09-16graph.c: mark private file-scope symbols as staticJunio C Hamano
2012-04-16Add output_prefix_length to diff_optionsLucian Poston
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