Create a new object database and automatically add
the two default backends:
- git_odb_backend_loose: read and write loose object files
from disk, assuming objects_dir as the Objects folder
- git_odb_backend_pack: read objects from packfiles,
assuming objects_dir as the Objects folder which
contains a 'pack/' folder with the corresponding data
Create a new object database and automatically add the two default backends:
- git_odb_backend_loose: read and write loose object files from disk, assuming objects_dir as the Objects folder
- git_odb_backend_pack: read objects from packfiles, assuming objects_dir as the Objects folder which contains a 'pack/' folder with the corresponding data