Optimisation in hash_object

This commit is contained in:
womax
2024-05-28 20:14:08 +02:00
parent 70644cf67e
commit be53633c4f
3 changed files with 9 additions and 16 deletions

View File

@@ -1,6 +1,8 @@
#ifndef FS_H
#define FS_H 1
#include "objects.h"
#define LOCAL_REPO ".cgit"
#define DEFAULT_DIR_MODE 0755
#define DEFAULT_FILE_MODE 0444