Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/maint-blank-at-eof'
[gitweb.git]
/
log-tree.c
diff --git
a/log-tree.c
b/log-tree.c
index 1618f3c79a3095ab88553d9ca71ce0c4024c6b97..f7d54f2f1b132d54adda6a9ca5f8e1332856709f 100644
(file)
--- a/
log-tree.c
+++ b/
log-tree.c
@@
-43,6
+43,7
@@
void load_ref_decorations(int flags)
if (!loaded) {
loaded = 1;
for_each_ref(add_ref_decoration, &flags);
+ head_ref(add_ref_decoration, &flags);
}
}