20 Commits (86c91f91794cd6af8e19fbe68ab283d567d2b66f)

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