Change how diff works

This commit is contained in:
Antonin Ruan
2024-06-03 13:45:02 +02:00
parent 346c6e28aa
commit bd48b08294
6 changed files with 100 additions and 115 deletions

View File

@@ -42,4 +42,7 @@ int tmp_dump(struct object *obj, char* filename);
int init_tmp_diff_dir(char* dir);
int new_branch(char* branch_name);
int create_dir(char *dir);
int dump_tree(char *cwd, struct tree *tree);
#endif // FS_H