Re: [git-users] Why git merge always ask for a commit message?

2012-09-05 Thread PJ Weisberg
On Tuesday, September 4, 2012, Mauro mrsan...@gmail.com wrote:
 There is a way now to make a fast-forward merge?
 Or I must delete brand devel and recreate?
 Thanks for your answers and your patience.

Just merge master into devel

-- 
-PJ

Gehm's Corollary to Clark's Law: Any technology distinguishable from
magic is insufficiently advanced.

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



Re: [git-users] Why git merge always ask for a commit message?

2012-09-05 Thread Mauro
On 5 September 2012 15:19, PJ Weisberg pjweisb...@gmail.com wrote:
 On Tuesday, September 4, 2012, Mauro mrsan...@gmail.com wrote:
 There is a way now to make a fast-forward merge?
 Or I must delete brand devel and recreate?
 Thanks for your answers and your patience.

 Just merge master into devel

Yeah, more simple than I thought.
Thank you very much.

M

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



[git-users] Why git merge always ask for a commit message?

2012-09-03 Thread Mauro Sanna
I have two branches: devel and master.
I'm using git as repository for some applications.
Usually I do changes under devel branch, commit and push.
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.
I read that it is not Fast-forward but it is done by recursive strategy.
Configuration are the same in all my projects so I don't know why now git 
merge asks for a commit message and git merge isn't done Fast-forward.
Can you help me please?
Thank you.

-- 
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/-/Og9a71rfta4J.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.