Color when diff

This commit is contained in:
womax
2024-06-03 15:36:46 +02:00
parent 6bf58adf0d
commit a5bbd3f86d
4 changed files with 41 additions and 43 deletions

View File

@@ -42,6 +42,8 @@ int get_last_commit(struct object *commit);
int tmp_dump(struct object *obj, char* filename);
int init_tmp_diff_dir(char* dir);
int new_branch(char* branch_name);
void print_diff();
int revert_to(char* commit_checksum);
int create_dir(char *dir);
int dump_tree(char *cwd, struct tree *tree);