зеркало из https://github.com/microsoft/git.git
Merge branch 'ma/hg-to-git'
* ma/hg-to-git: hg-to-git: --allow-empty-message in git commit
This commit is contained in:
Коммит
400bf4c46b
|
@ -225,7 +225,7 @@ for cset in range(int(tip) + 1):
|
|||
os.system('git ls-files -x .hg --deleted | git update-index --remove --stdin')
|
||||
|
||||
# commit
|
||||
os.system(getgitenv(user, date) + 'git commit --allow-empty -a -F %s' % filecomment)
|
||||
os.system(getgitenv(user, date) + 'git commit --allow-empty --allow-empty-message -a -F %s' % filecomment)
|
||||
os.unlink(filecomment)
|
||||
|
||||
# tag
|
||||
|
|
Загрузка…
Ссылка в новой задаче