mirror of
https://github.com/git/git.git
synced 2024-11-18 05:13:58 +01:00
git-init-db: create "pack" subdirectory under objects
Don't make the user have to mkdir it just because he's excited about the new object pack functionality, do it for him.
This commit is contained in:
parent
85c1f337be
commit
f49fb35d0d
@ -87,5 +87,7 @@ int main(int argc, char **argv)
|
||||
sprintf(path+len, "/%02x", i);
|
||||
safe_create_dir(path);
|
||||
}
|
||||
strcpy(path+len, "/pack");
|
||||
safe_create_dir(path);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user