乙酸鋰 writes:
> I ran git 1.8.0 command line
>
> git revert --no-commit rev1 rev2
>
> I see a prepared commit message like
>
> Revert ""
> This reverts commit .
>
>
> The actual revert content is correct - it is all the relevant commits
> that were selected. I expect the message to reflect this:
>
Hi,
I ran git 1.8.0 command line
git revert --no-commit rev1 rev2
I see a prepared commit message like
Revert ""
This reverts commit .
The actual revert content is correct - it is all the relevant commits
that were selected. I expect the message to reflect this:
Revert "", ""
This reverts co
2 matches
Mail list logo