diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2008-10-03 07:41:25 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-10-03 07:41:25 -0700 |
commit | 3e3d4ee7cb7726dcf799f95d27bce384c32b2c8a (patch) | |
tree | fe6a29d3d62f85eea9953deaf5653741fe73e54c /commit.c | |
parent | d627f68fbbe0480337cd56cce442ed8c1efa230e (diff) | |
parent | 0d1d154dbe4d16a802c2e357de96e349f04d2f2c (diff) | |
download | git-3e3d4ee7cb7726dcf799f95d27bce384c32b2c8a.tar.gz |
Merge branch 'pb/gitweb-tagcloud' into pb/gitweb
* pb/gitweb-tagcloud:
gitweb: Support for simple project search form
gitweb: Make the by_tag filter delve in forks as well
gitweb: Support for tag clouds
... (+ many updates from master) ...
Conflicts:
gitweb/gitweb.perl
Diffstat (limited to 'commit.c')
-rw-r--r-- | commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,7 +160,7 @@ struct commit_graft *read_graft_line(char *buf, int len) return graft; } -int read_graft_file(const char *graft_file) +static int read_graft_file(const char *graft_file) { FILE *fp = fopen(graft_file, "r"); char buf[1024]; |