git: create .git/objects/ on git/init
This commit is contained in:
parent
16da8c0529
commit
a0e65ca075
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if(~ $#upstream 0){
|
||||||
}
|
}
|
||||||
|
|
||||||
mkdir -p $dir/.git/refs/^(heads remotes)
|
mkdir -p $dir/.git/refs/^(heads remotes)
|
||||||
mkdir -p $dir/.git/fs
|
mkdir -p $dir/.git/^(fs objects)
|
||||||
>$dir/.git/config {
|
>$dir/.git/config {
|
||||||
echo '[core]'
|
echo '[core]'
|
||||||
echo ' repositoryformatversion = p9.0'
|
echo ' repositoryformatversion = p9.0'
|
||||||
|
|
Loading…
Reference in a new issue