29 Commits (3f142468997f9d14d8051a96b2e9db265d41ac0d)

Author SHA1 Message Date
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 16 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