We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c298086 + 1611eed commit 400bf4cCopy full SHA for 400bf4c
contrib/hg-to-git/hg-to-git.py
@@ -225,7 +225,7 @@ def getgitenv(user, date):
225
os.system('git ls-files -x .hg --deleted | git update-index --remove --stdin')
226
227
# commit
228
- 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)
229
os.unlink(filecomment)
230
231
# tag
0 commit comments