summaryrefslogtreecommitdiff
path: root/graph.c
AgeCommit message (Expand)Author
2020-07-31strvec: rename struct fieldsJeff King
2020-07-28strvec: convert more callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-04-27graph.c: limit linkage of internal variableĐoàn Trần Công Danh
2020-01-15graph: fix collapse of multiple edgesDerrick Stolee
2020-01-08graph: fix lack of color in horizontal linesDerrick Stolee
2020-01-08graph: drop assert() for merge with two collapsing parentsDerrick Stolee
2019-12-16Merge branch 'hw/doc-in-header'Junio C Hamano
2019-12-16fix-typo: consecutive-word duplicationsryenus
2019-11-18graph: move doc to graph.h and graph.cHeba Waly
2019-10-16graph: fix coloring of octopus dashesJames Coglan
2019-10-16graph: flatten edges that fuse with their right neighborJames Coglan
2019-10-16graph: smooth appearance of collapsing edges on commit linesJames Coglan
2019-10-16graph: rename `new_mapping` to `old_mapping`James Coglan
2019-10-16graph: commit and post-merge lines for left-skewed mergesJames Coglan
2019-10-16graph: tidy up display of left-skewed mergesJames Coglan
2019-10-16graph: extract logic for moving to GRAPH_PRE_COMMIT stateJames Coglan
2019-10-16graph: remove `mapping_idx` and `graph_update_width()`James Coglan
2019-10-16graph: reduce duplication in `graph_insert_into_new_columns()`James Coglan
2019-10-16graph: reuse `find_new_column_by_commit()`James Coglan
2019-10-16graph: handle line padding in `graph_next_line()`James Coglan
2019-10-16graph: automatically track display width of graph linesJames Coglan
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