summaryrefslogtreecommitdiff
path: root/graph.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-16graph: fix coloring of octopus dashesLibravatar James Coglan1-34/+37
2019-10-16graph: flatten edges that fuse with their right neighborLibravatar James Coglan1-8/+26
2019-10-16graph: smooth appearance of collapsing edges on commit linesLibravatar James Coglan1-4/+13
2019-10-16graph: rename `new_mapping` to `old_mapping`Libravatar James Coglan1-27/+27
2019-10-16graph: commit and post-merge lines for left-skewed mergesLibravatar James Coglan1-5/+58
2019-10-16graph: tidy up display of left-skewed mergesLibravatar James Coglan1-28/+97
2019-10-16graph: extract logic for moving to GRAPH_PRE_COMMIT stateLibravatar James Coglan1-4/+8
2019-10-16graph: remove `mapping_idx` and `graph_update_width()`Libravatar James Coglan1-55/+10
2019-10-16graph: reduce duplication in `graph_insert_into_new_columns()`Libravatar James Coglan1-13/+7
2019-10-16graph: reuse `find_new_column_by_commit()`Libravatar James Coglan1-25/+23
2019-10-16graph: handle line padding in `graph_next_line()`Libravatar James Coglan1-29/+20
2019-10-16graph: automatically track display width of graph linesLibravatar James Coglan1-95/+99
2018-10-26Merge branch 'np/log-graph-octopus-fix'Libravatar Junio C Hamano1-15/+43
2018-10-12log: fix coloring of certain octopus merge shapesLibravatar Noam Postavsky1-15/+43
2017-10-02graph: use strbuf_addchars() to add spacesLibravatar René Scharfe1-7/+3
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-02-15Merge branch 'rs/swap'Libravatar Junio C Hamano1-9/+2
2017-02-02Merge branch 'nd/log-graph-configurable-colors'Libravatar Junio C Hamano1-3/+37
2017-01-30graph: use SWAP macroLibravatar René Scharfe1-5/+1
2017-01-30use SWAP macroLibravatar René Scharfe1-4/+1
2017-01-23log --graph: customize the graph lines with config log.graphColorsLibravatar Nguyễn Thái Ngọc Duy1-3/+37
2016-10-06Merge branch 'jk/graph-padding-fix'Libravatar Junio C Hamano1-4/+12
2016-09-29graph: fix extra spaces in graph_padding_lineLibravatar Jeff King1-4/+12
2016-08-31graph: add support for --line-prefix on all graph-aware outputLibravatar Jacob Keller1-34/+64
2016-08-31diff.c: remove output_prefix_length fieldLibravatar Junio C Hamano1-2/+0
2016-07-19Merge branch 'js/log-to-diffopt-file'Libravatar Junio C Hamano1-13/+17
2016-06-24graph: respect the diffopt.file settingLibravatar Johannes Schindelin1-13/+17
2016-06-16pretty: pass graph width to pretty formatting for use in '%>|(N)'Libravatar Josef Kufner1-0/+7
2016-02-22convert trivial cases to ALLOC_ARRAYLibravatar Jeff King1-6/+4
2014-09-29Merge branch 'rs/graph-simplify'Libravatar Junio C Hamano1-13/+4
2014-09-26Merge branch 'rs/realloc-array'Libravatar Junio C Hamano1-10/+4
2014-09-22graph: simplify graph_padding_line()Libravatar René Scharfe1-13/+4
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysLibravatar René Scharfe1-10/+4
2014-09-08strbuf: use strbuf_addchars() for adding a char multiple timesLibravatar René Scharfe1-3/+2
2013-10-18graph: fix coloring around octopus mergesLibravatar Hemmo Nieminen1-2/+2
2013-03-03Revert "graph.c: mark private file-scope symbols as static"Libravatar John Keeping1-30/+2
2013-02-07graph: output padding for merge subsequent parentsLibravatar John Keeping1-0/+10
2013-01-14Merge branch 'mk/maint-graph-infinity-loop' into maintLibravatar Junio C Hamano1-1/+1
2012-09-25graph.c: infinite loop in git whatchanged --graph -mLibravatar Michał Kiedrowicz1-1/+1
2012-09-15graph.c: mark private file-scope symbols as staticLibravatar Junio C Hamano1-2/+30
2012-04-16Add output_prefix_length to diff_optionsLibravatar Lucian Poston1-0/+3
2011-08-19color: delay auto-color decision until point of useLibravatar Jeff King1-1/+1
2011-08-18diff: refactor COLOR_DIFF from a flag into an intLibravatar Jeff King1-1/+1
2011-04-04Share color list between graph and show-branchLibravatar Dan McGee1-22/+1
2011-03-09rev-list/log: factor out revision mark generationLibravatar Michael J Gruber1-15/+2
2010-08-22Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2010-08-22Typos in code comments, an error message, documentationLibravatar Ralf Wildenhues1-1/+1
2010-07-13Enable custom schemes for column colors in the graph APILibravatar Johan Herland1-11/+26
2010-07-13Make graph_next_line() available in the graph.h APILibravatar Johan Herland1-12/+1
2010-05-31graph.c: register a callback for graph outputLibravatar Bo Yang1-0/+19