* ma/hg-to-git:
  hg-to-git: --allow-empty-message in git commit
This commit is contained in:
Junio C Hamano 2013-08-01 11:52:40 -07:00
Родитель c2980866b7 1611eed6e5
Коммит 400bf4c46b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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