80 Commits (3d11275505694ce4e5256516de1c5dd90e749303)

Author SHA1 Message Date
Derrick Stolee c958d3bd0a graph: fix collapse of multiple edges 5 years ago
Derrick Stolee a1087c9367 graph: fix lack of color in horizontal lines 5 years ago
Derrick Stolee 0d251c3291 graph: drop assert() for merge with two collapsing parents 5 years ago
ryenus 571fb96573 fix-typo: consecutive-word duplications 5 years ago
Heba Waly 3f1480b745 graph: move doc to graph.h and graph.c 5 years ago
James Coglan bbb13e8188 graph: fix coloring of octopus dashes 5 years ago
James Coglan 92beecc136 graph: flatten edges that fuse with their right neighbor 5 years ago
James Coglan 479db18bc0 graph: smooth appearance of collapsing edges on commit lines 5 years ago
James Coglan 0195285b95 graph: rename `new_mapping` to `old_mapping` 5 years ago
James Coglan d62893ecc1 graph: commit and post-merge lines for left-skewed merges 5 years ago
James Coglan 0f0f389f12 graph: tidy up display of left-skewed merges 5 years ago
James Coglan ee7abb5ffa graph: extract logic for moving to GRAPH_PRE_COMMIT state 5 years ago
James Coglan 46ba2abdfa graph: remove `mapping_idx` and `graph_update_width()` 5 years ago
James Coglan a551fd5efd graph: reduce duplication in `graph_insert_into_new_columns()` 5 years ago
James Coglan 9157a2a032 graph: reuse `find_new_column_by_commit()` 5 years ago
James Coglan 210179a20d graph: handle line padding in `graph_next_line()` 5 years ago
James Coglan fbccf255f9 graph: automatically track display width of graph lines 5 years ago
Noam Postavsky 04005834ed log: fix coloring of certain octopus merge shapes 7 years ago
René Scharfe 38bdf62b73 graph: use strbuf_addchars() to add spaces 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
René Scharfe 9e2edd66dd graph: use SWAP macro 8 years ago
René Scharfe 35d803bc9a use SWAP macro 8 years ago
Nguyễn Thái Ngọc Duy 73c727d69f log --graph: customize the graph lines with config log.graphColors 8 years ago
Jeff King 1647793524 graph: fix extra spaces in graph_padding_line 9 years ago
Jacob Keller 660e113ce1 graph: add support for --line-prefix on all graph-aware output 9 years ago
Junio C Hamano cd48dadb8d diff.c: remove output_prefix_length field 9 years ago
Johannes Schindelin c61008fdfb graph: respect the diffopt.file setting 9 years ago
Josef Kufner 3ad87c807c pretty: pass graph width to pretty formatting for use in '%>|(N)' 9 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
René Scharfe 0176e7a71f graph: simplify graph_padding_line() 11 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 11 years ago
René Scharfe 415792edf5 strbuf: use strbuf_addchars() for adding a char multiple times 11 years ago
Hemmo Nieminen 339c17bc76 graph: fix coloring around octopus merges 12 years ago
John Keeping ac751a0b43 Revert "graph.c: mark private file-scope symbols as static" 12 years ago
John Keeping a48ec24158 graph: output padding for merge subsequent parents 12 years ago
Michał Kiedrowicz 656197ad38 graph.c: infinite loop in git whatchanged --graph -m 13 years ago
Junio C Hamano ba35480439 graph.c: mark private file-scope symbols as static 13 years ago
Lucian Poston 5e71a84a2d Add output_prefix_length to diff_options 13 years ago
Jeff King daa0c3d971 color: delay auto-color decision until point of use 14 years ago
Jeff King f1c9626105 diff: refactor COLOR_DIFF from a flag into an int 14 years ago
Dan McGee 7cd52b5b4b Share color list between graph and show-branch 14 years ago
Michael J Gruber 1df2d656cc rev-list/log: factor out revision mark generation 14 years ago
Ralf Wildenhues 22e5e58a3c Typos in code comments, an error message, documentation 15 years ago
Johan Herland 1e3d4119d2 Enable custom schemes for column colors in the graph API 15 years ago
Johan Herland 6bdc17d9a6 Make graph_next_line() available in the graph.h API 15 years ago
Bo Yang b5a4de9d50 graph.c: register a callback for graph output 15 years ago
Mark Lodato 758df17ab0 Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_* 15 years ago
Adam Simpkins beb5af43a6 graph API: fix bug in graph_is_interesting() 16 years ago
Adam Simpkins 91e50b2c0a graph API: use a new color when starting a brand new column 16 years ago
Pierre Habouzit 67da52bedc janitor: use NULL and not 0 for pointers. 16 years ago