13 Commits (91e80b984e0afda37d288e550fb5832d2b71568c)

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