summaryrefslogtreecommitdiff
path: root/graph.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-30strvec: rename struct fieldsLibravatar Jeff King1-2/+2
2020-07-28strvec: convert more callers away from argv_array nameLibravatar Jeff King1-5/+5
2020-07-28strvec: rename files from argv-array to strvecLibravatar Jeff King1-1/+1
2020-04-27graph.c: limit linkage of internal variableLibravatar Đoàn Trần Công Danh1-1/+1
2020-01-15graph: fix collapse of multiple edgesLibravatar Derrick Stolee1-2/+8
2020-01-08graph: fix lack of color in horizontal linesLibravatar Derrick Stolee1-4/+9
2020-01-08graph: drop assert() for merge with two collapsing parentsLibravatar Derrick Stolee1-4/+0
2019-12-16Merge branch 'hw/doc-in-header'Libravatar Junio C Hamano1-0/+1
2019-12-16fix-typo: consecutive-word duplicationsLibravatar ryenus1-1/+1
2019-11-18graph: move doc to graph.h and graph.cLibravatar Heba Waly1-0/+1
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