summaryrefslogtreecommitdiffstatshomepage
path: root/git
diff options
context:
space:
mode:
authorLars Hjemli2008-05-18 21:40:28 +0200
committerLars Hjemli2008-05-18 21:40:28 +0200
commitc3de425acbc4ae1190ca99e733a72da56c6a082b (patch)
treea389aabd5071681e7d520d11ec384224f94fe567 /git
parent8907f2a03195abec409540ab11293fe748468413 (diff)
downloadcgit-c3de425acbc4ae1190ca99e733a72da56c6a082b.tar
cgit-c3de425acbc4ae1190ca99e733a72da56c6a082b.tar.gz
cgit-c3de425acbc4ae1190ca99e733a72da56c6a082b.zip
Use GIT-1.5.5.1
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'git')
m---------git0
1 files changed, 0 insertions, 0 deletions
diff --git a/git b/git
-Subproject 1d2375ddfee18bd3effd2c1f98527cc2f8b1df0
+Subproject 66aaa2fc22c8494d9019b241f5d6395a6044a89
hlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#ifndef UI_SUMMARY_H
#define UI_SUMMARY_H

extern void cgit_print_summary();
extern void cgit_print_repo_readme();

#endif /* UI_SUMMARY_H */