Repo init

This commit is contained in:
Antonin Ruan
2024-05-30 12:50:59 +02:00
parent d20d295817
commit 0bdc0b150d
3 changed files with 43 additions and 24 deletions

View File

@@ -25,6 +25,7 @@
int local_repo_exist();
int index_exist();
int init_repo();
int blob_from_file(char *filename, struct object *object);
int write_object(struct object *obj);
int read_object(char *checksum, struct object *obj);