On Sat, 28 Jul 2007 05:14:26 -0700
Junio C Hamano [off-list ref] wrote:
Hi,
Benoit SIGOURE [off-list ref] writes:
quoted
git version 1.5.2.3 over here, I've googled and searched in the ML
archives but did not find this: when I git-svn rebase, my commits in
Git (that are temporarily removed and then re-applied) get their
commit message flattened on a single line...
Do you mean by "my commits in Git" a commit you created with git
in your git repository?
Tested this here (rc3.24.g83b3d) and can confirm the reported problem.
After making a commit in git and then running "git svn rebase" to
receive updates from the svn repo, the rebased commit has a borked
description (multi-lined commit message appears all on one line).
Sean