summaryrefslogtreecommitdiffstats
path: root/graph.c
AgeCommit message (Expand)AuthorLines
2024-12-18graph: stop using `the_repository`Patrick Steinhardt-2/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-10-10Merge branch 'jk/output-prefix-cleanup'Junio C Hamano-12/+17
2024-10-03diff: store graph prefix buf in git_graph structJeff King-6/+12
2024-10-03diff: return line_prefix directly when possibleJeff King-0/+3
2024-10-03diff: return const char from output_prefix callbackJeff King-2/+2
2024-10-03diff: drop line_prefix_length fieldJeff King-6/+2
2024-08-13global: prepare for hiding away repo-less config functionsPatrick Steinhardt-0/+2
2023-09-18diff --stat: add config option to limit filename widthDragan Simic-1/+0
2023-02-23treewide: replace cache.h with more direct headers, where possibleElijah Newren-1/+2
2022-02-11log: fix memory leak if --graph is passed multiple timesAlex Henrie-0/+12
2021-06-15graph: improve grammar of "invalid color" error messageAlex Henrie-1/+1
2020-07-30strvec: rename struct fieldsJeff King-2/+2
2020-07-28strvec: convert more callers away from argv_array nameJeff King-5/+5
2020-07-28strvec: rename files from argv-array to strvecJeff King-1/+1
2020-04-27graph.c: limit linkage of internal variableĐoàn Trần Công Danh-1/+1
2020-01-15graph: fix collapse of multiple edgesDerrick Stolee-2/+8
2020-01-08graph: fix lack of color in horizontal linesDerrick Stolee-4/+9
2020-01-08graph: drop assert() for merge with two collapsing parentsDerrick Stolee-4/+0
2019-12-16Merge branch 'hw/doc-in-header'Junio C Hamano-0/+1
2019-12-16fix-typo: consecutive-word duplicationsryenus-1/+1
2019-11-18graph: move doc to graph.h and graph.cHeba Waly-0/+1
2019-10-16graph: fix coloring of octopus dashesJames Coglan-34/+37
2019-10-16graph: flatten edges that fuse with their right neighborJames Coglan-8/+26
2019-10-16graph: smooth appearance of collapsing edges on commit linesJames Coglan-4/+13
2019-10-16graph: rename `new_mapping` to `old_mapping`James Coglan-27/+27
2019-10-16graph: commit and post-merge lines for left-skewed mergesJames Coglan-5/+58
2019-10-16graph: tidy up display of left-skewed mergesJames Coglan-28/+97
2019-10-16graph: extract logic for moving to GRAPH_PRE_COMMIT stateJames Coglan-4/+8
2019-10-16graph: remove `mapping_idx` and `graph_update_width()`James Coglan-55/+10
2019-10-16graph: reduce duplication in `graph_insert_into_new_columns()`James Coglan-13/+7
2019-10-16graph: reuse `find_new_column_by_commit()`James Coglan-25/+23
2019-10-16graph: handle line padding in `graph_next_line()`James Coglan-29/+20
2019-10-16graph: automatically track display width of graph linesJames Coglan-95/+99
2018-10-26Merge branch 'np/log-graph-octopus-fix'Junio C Hamano-15/+43
2018-10-12log: fix coloring of certain octopus merge shapesNoam Postavsky-15/+43
2017-10-02graph: use strbuf_addchars() to add spacesRené Scharfe-7/+3
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2017-02-15Merge branch 'rs/swap'Junio C Hamano-9/+2
2017-02-02Merge branch 'nd/log-graph-configurable-colors'Junio C Hamano-3/+37
2017-01-30graph: use SWAP macroRené Scharfe-5/+1
2017-01-30use SWAP macroRené Scharfe-4/+1
2017-01-23log --graph: customize the graph lines with config log.graphColorsNguyễn Thái Ngọc Duy-3/+37
2016-10-06Merge branch 'jk/graph-padding-fix'Junio C Hamano-4/+12
2016-09-29graph: fix extra spaces in graph_padding_lineJeff King-4/+12
2016-08-31graph: add support for --line-prefix on all graph-aware outputJacob Keller-34/+64
2016-08-31diff.c: remove output_prefix_length fieldJunio C Hamano-2/+0
2016-07-19Merge branch 'js/log-to-diffopt-file'Junio C Hamano-13/+17
2016-06-24graph: respect the diffopt.file settingJohannes Schindelin-13/+17
2016-06-16pretty: pass graph width to pretty formatting for use in '%>|(N)'Josef Kufner-0/+7