--- pack-write.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pack-write.c b/pack-write.c index e6aa7e3..b728ea2 100644 --- a/pack-write.c +++ b/pack-write.c @@ -344,6 +344,11 @@ struct sha1file *create_tmp_packfile(char **pack_tmp_name) return sha1fd(fd, *pack_tmp_name); } +void backup_file(char *filename) +{ + +} + void finish_tmp_packfile(char *name_buffer, const char *pack_tmp_name, struct pack_idx_entry **written_list, -- 1.8.4.rc1.25.g2793d0a -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html