Sign in
googlers
/
jrn
/
git
/
afe19ff7b55129d988e421ae1e0df4ec9659787a
/
graph.c
daa0c3d
color: delay auto-color decision until point of use
by Jeff King
· 14 years ago
f1c9626
diff: refactor COLOR_DIFF from a flag into an int
by Jeff King
· 14 years ago
7cd52b5
Share color list between graph and show-branch
by Dan McGee
· 14 years ago
1df2d65
rev-list/log: factor out revision mark generation
by Michael J Gruber
· 14 years ago
bc38219
Merge branch 'maint'
by Junio C Hamano
· 15 years ago
22e5e58
Typos in code comments, an error message, documentation
by Ralf Wildenhues
· 15 years ago
1e3d411
Enable custom schemes for column colors in the graph API
by Johan Herland
· 15 years ago
6bdc17d
Make graph_next_line() available in the graph.h API
by Johan Herland
· 15 years ago
b5a4de9
graph.c: register a callback for graph output
by Bo Yang
· 15 years ago
758df17
Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_*
by Mark Lodato
· 15 years ago
24343c6
Merge branch 'as/maint-graph-interesting-fix'
by Junio C Hamano
· 16 years ago
beb5af4
graph API: fix bug in graph_is_interesting()
by Adam Simpkins
· 16 years ago
91e50b2
graph API: use a new color when starting a brand new column
by Adam Simpkins
· 16 years ago
67da52b
janitor: use NULL and not 0 for pointers.
by Pierre Habouzit
· 16 years ago
7f1eaec
Merge branch 'ac/graph-horizontal-line'
by Junio C Hamano
· 16 years ago
3ea3c21
Fix typos / spelling in comments
by Mike Ralphson
· 16 years ago
eaf158f
graph API: Use horizontal lines for more compact graphs
by Allan Caffee
· 16 years ago
a6c1a38
graph API: fix a bug in the rendering of octopus merges
by Allan Caffee
· 16 years ago
36a31fe
graph API: fix extra space during pre_commit_line state
by Allan Caffee
· 16 years ago
427fc5b
graph API: Added logic for colored edges
by Allan Caffee
· 16 years ago
f285a2d
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
by Brandon Casey
· 16 years ago
064bfbd
graph.c: make many functions static
by Nanako Shiraishi
· 16 years ago
03300c0
git log --graph: print '*' for all commits, including merges
by Adam Simpkins
· 17 years ago
a0ebe57
graph API: fix "git log --graph --first-parent"
by Adam Simpkins
· 17 years ago
f1979d6
graph API: avoid printing unnecessary padding before some octopus merges
by Adam Simpkins
· 17 years ago
3395908
graph API: improve display of merge commits
by Adam Simpkins
· 17 years ago
4603ec0
get_revision(): honor the topo_order flag for boundary commits
by Adam Simpkins
· 17 years ago
3c68d67
Fix output of "git log --graph --boundary"
by Adam Simpkins
· 17 years ago
7528f27
log --graph --left-right: show left/right information in place of '*'
by Adam Simpkins
· 17 years ago
37a75ab
graph API: don't print branch lines for uninteresting merge parents
by Adam Simpkins
· 17 years ago
2ecbd0a
graph API: fix graph mis-alignment after uninteresting commits
by Adam Simpkins
· 17 years ago
0724cb8
graph API: eliminate unnecessary indentation
by Adam Simpkins
· 17 years ago
c12172d
Add history graph API
by Adam Simpkins
· 17 years ago