More static

There still are quite a few symbols that ought to be static.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano
2007-06-13 01:42:05 -07:00
parent b79d18c92d
commit 4175e9e3a8
8 changed files with 6 additions and 64 deletions

View File

@ -27,7 +27,7 @@ struct sort_node
const char *commit_type = "commit";
struct cmt_fmt_map {
static struct cmt_fmt_map {
const char *n;
size_t cmp_len;
enum cmit_fmt v;