60 Commits (60aced3dfa68df60952fed28c4ae63a5bbda0275)

Author SHA1 Message Date
René Scharfe 38bdf62b73 graph: use strbuf_addchars() to add spaces 7 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 8 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() 10 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 10 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 11 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 12 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
Mike Ralphson 3ea3c215c0 Fix typos / spelling in comments 16 years ago
Allan Caffee eaf158f8bd graph API: Use horizontal lines for more compact graphs 16 years ago
Allan Caffee a6c1a3827c graph API: fix a bug in the rendering of octopus merges 16 years ago
Allan Caffee 36a31feae2 graph API: fix extra space during pre_commit_line state 16 years ago
Allan Caffee 427fc5b888 graph API: Added logic for colored edges 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 17 years ago
Nanako Shiraishi 064bfbde45 graph.c: make many functions static 17 years ago
Adam Simpkins 03300c0ac0 git log --graph: print '*' for all commits, including merges 17 years ago
Adam Simpkins a0ebe573a5 graph API: fix "git log --graph --first-parent" 17 years ago
Adam Simpkins f1979d6b3f graph API: avoid printing unnecessary padding before some octopus merges 17 years ago
Adam Simpkins 3395908ee4 graph API: improve display of merge commits 17 years ago
Adam Simpkins 4603ec0f96 get_revision(): honor the topo_order flag for boundary commits 17 years ago
Adam Simpkins 3c68d67b57 Fix output of "git log --graph --boundary" 17 years ago
Adam Simpkins 7528f27dd6 log --graph --left-right: show left/right information in place of '*' 17 years ago
Adam Simpkins 37a75abc98 graph API: don't print branch lines for uninteresting merge parents 17 years ago
Adam Simpkins 2ecbd0a0db graph API: fix graph mis-alignment after uninteresting commits 17 years ago
Adam Simpkins 0724cb86c5 graph API: eliminate unnecessary indentation 17 years ago
Adam Simpkins c12172d2ea Add history graph API 17 years ago