mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 18:03:54 +00:00
fix can't detect repository index issues.
This commit is contained in:
parent
fb8dd803b7
commit
56ab8c5437
@ -35,7 +35,7 @@
|
||||
|
||||
#include "refs.h"
|
||||
|
||||
#define GIT_DIR "/.git/"
|
||||
#define GIT_DIR ".git/"
|
||||
#define GIT_OBJECTS_DIR "objects/"
|
||||
#define GIT_OBJECTS_INFO_DIR GIT_OBJECTS_DIR "info/"
|
||||
#define GIT_OBJECTS_PACK_DIR GIT_OBJECTS_DIR "pack/"
|
||||
|
Loading…
Reference in New Issue
Block a user