Sorry, I meant the usual behavior*
Another possibility is to use interactive rebase where you squash files/even
lines of file inside a single commit you there you can even change the
commit orders, use git rebase -i HEAD~4 to interactily change your commits.
-Fred
-----Message d'origine-----
From: Frédéric THOMAS
Sent: Monday, March 18, 2013 3:24 AM
To: dev@flex.apache.org
Subject: Re: Git and check in messages
That's usage behavior but there is the possibility to amend your last commit
overriding the last message too using git commit --amend
-Fred
-----Message d'origine-----
From: Justin Mclean
Sent: Monday, March 18, 2013 3:19 AM
To: dev@flex.apache.org
Subject: Git and check in messages
Hi,
Just noticed that the checkin messages are set up to do one message per
(local) commit. Is this the behaviour we want? If you do a large number of
small commits and then push you get a lot of emails sent to the list.
Thanks,
Justin