On Monday, 3 September 2012 12:19:11 UTC+1, Mauro Sanna wrote: > Then I do a git checkout master, git merge devel and push and all done. > I always have done this but now, in a new application, when I do git merge > devel into master it asks me for a commit message. >
In version 1.7.10, git started prompting for a commit message after every merge. The rationale behind this is explained in Junio's (the maintainer's) blog post [1] Antony [1]: http://git-blame.blogspot.co.uk/2012/02/anticipating-git-1710.html -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To view this discussion on the web visit https://groups.google.com/d/msg/git-users/-/y0ji-qYo-vcJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
