зеркало из https://github.com/mislav/hub.git
Fix git bundle test re: main branch
This commit is contained in:
Родитель
9f9bf6c463
Коммит
4b7f6a4f3a
|
@ -61,7 +61,7 @@ Given(/^a git bundle named "([^"]*)"$/) do |file|
|
|||
|
||||
Dir.mktmpdir do |tmpdir|
|
||||
Dir.chdir(tmpdir) do
|
||||
`git init --quiet`
|
||||
`git -c init.defaultBranch=master init --quiet`
|
||||
`GIT_COMMITTER_NAME=a GIT_COMMITTER_EMAIL=b git commit --quiet -m 'empty' --allow-empty --author='a <b>'`
|
||||
`git bundle create "#{dest}" master 2>&1`
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче