Re: git merge and merge message
- Date: Sun, 11 Mar 2007 19:15:17 +0100
- From: Xavier Maillard <zedek@xxxxxxx>
- Subject: Re: git merge and merge message
From: "J. Bruce Fields" <bfields@xxxxxxxxxxxx>
On Sun, Mar 11, 2007 at 04:05:04PM +0100, Xavier Maillard wrote:
> The merge is correct but there is not merge message when I do a
> git log.
Have you done any work on the master branch since you branched the topic
branch off from it? If not, the merge is just a "fast forward"--no
merge commit is created, and instead the head of the master branch is
just updated to point at the same commit as the head of the topic
branch.
No I did not touch master before. It could explain that behaviour
then :)
I am still in my baby-learn phase but git really rocks (I am
still lost with branches and tags but I am trying hard to
understand.).
Thank you.
--
Xavier
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html