diff options
author | Nanako Shiraishi <nanako3@lavabit.com> | 2008-10-02 12:14:30 +0200 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-10-03 03:03:35 +0200 |
commit | c5ae6439d454288a809dd7c916e44ec4a5ae0b3b (patch) | |
tree | 92365dcf6e934afe845cd88b496b1bc01f8573bd /commit.h | |
parent | config.c: make git_parse_long() static (diff) | |
download | git-c5ae6439d454288a809dd7c916e44ec4a5ae0b3b.tar.xz git-c5ae6439d454288a809dd7c916e44ec4a5ae0b3b.zip |
commit.c: make read_graft_file() static
This function is not called by any other file.
Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'commit.h')
-rw-r--r-- | commit.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -118,7 +118,6 @@ struct commit_graft { struct commit_graft *read_graft_line(char *buf, int len); int register_commit_graft(struct commit_graft *, int); -int read_graft_file(const char *graft_file); struct commit_graft *lookup_commit_graft(const unsigned char *sha1); extern struct commit_list *get_merge_bases(struct commit *rev1, struct commit *rev2, int cleanup); |