Commit message problem of reverting multiple commits

2012-11-13 Thread 乙酸鋰
Hi, I ran git 1.8.0 command line git revert --no-commit rev1 rev2 I see a prepared commit message like Revert description from one commit This reverts commit SHA1 of one commit. The actual revert content is correct - it is all the relevant commits that were selected. I expect the message to

Re: Commit message problem of reverting multiple commits

2012-11-13 Thread Junio C Hamano
乙酸鋰 ch3co...@gmail.com writes: I ran git 1.8.0 command line git revert --no-commit rev1 rev2 I see a prepared commit message like Revert description from one commit This reverts commit SHA1 of one commit. The actual revert content is correct - it is all the relevant commits that were