index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
graph.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
2008-10-12
1
-9
/
+4
*
graph.c: make many functions static
Nanako Shiraishi
2008-09-25
1
-14
/
+43
*
git log --graph: print '*' for all commits, including merges
Adam Simpkins
2008-06-06
1
-14
/
+0
*
graph API: fix "git log --graph --first-parent"
Adam Simpkins
2008-06-06
1
-11
/
+53
*
graph API: avoid printing unnecessary padding before some octopus merges
Adam Simpkins
2008-06-02
1
-5
/
+8
*
graph API: improve display of merge commits
Adam Simpkins
2008-06-01
1
-17
/
+93
*
get_revision(): honor the topo_order flag for boundary commits
Adam Simpkins
2008-05-25
1
-8
/
+1
*
Fix output of "git log --graph --boundary"
Adam Simpkins
2008-05-25
1
-13
/
+66
*
log --graph --left-right: show left/right information in place of '*'
Adam Simpkins
2008-05-25
1
-11
/
+11
*
graph API: don't print branch lines for uninteresting merge parents
Adam Simpkins
2008-05-25
1
-13
/
+44
*
graph API: fix graph mis-alignment after uninteresting commits
Adam Simpkins
2008-05-25
1
-0
/
+3
*
graph API: eliminate unnecessary indentation
Adam Simpkins
2008-05-06
1
-14
/
+52
*
Add history graph API
Adam Simpkins
2008-05-06
1
-0
/
+907