diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-01-14 15:01:27 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-01-15 11:05:48 -0800 |
commit | 167832c2ca8e42572c0e8d329a78dbace2ecf2db (patch) | |
tree | 700baed1a1994b2524fcc3a283d046f7a987a600 /commit.h | |
parent | remote.c: make clear_cas_option() static (diff) | |
download | tgif-167832c2ca8e42572c0e8d329a78dbace2ecf2db.tar.xz |
shallow.c: make check_shallow_file_for_update() static
No external callers exist.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.h')
-rw-r--r-- | commit.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -254,7 +254,6 @@ extern int for_each_commit_graft(each_commit_graft_fn, void *); extern int is_repository_shallow(void); extern struct commit_list *get_shallow_commits(struct object_array *heads, int depth, int shallow_flag, int not_shallow_flag); -extern void check_shallow_file_for_update(void); extern void set_alternate_shallow_file(const char *path, int override); extern int write_shallow_commits(struct strbuf *out, int use_pack_protocol, const struct sha1_array *extra); |