Receipe:
1. git rebase -i HEAD~3
2. (Editor opens.) "Squash" the last commit.
3. Save and exit editor.

Symptoms:
1. The editor now opens again with an empty file named [EMAIL PROTECTED]
2. After git-rebase is finished there remains a dangling file $@ in the
working copy.

Expected behaviour:
1. The editor opens with a file showing both commit messages of the two
merged commits as Git-preview20080301.exe did.
2. Working copy has no temporary files after git-rebase.

The bug can be observed with Git 1.5.5.1015.g9d258
(Git-1.5.5-preview20080413.exe).

Thanks,
Stephan Hennig

Reply via email to