Hi,
Can we please eliminate this f@#$ing message:
Warning: No merge candidate found because value of config option
"branch.master.merge" does not match any remote branch fetched.
This message simply means:
Warning: you're not conforming to some merge policy that I've
set forth in such and such of my patches committed to git.
If the default behavior is the old, current, well established
behavior, then I see no reason for this "scary" f@#$ing message
to be printed, "warning" me of some "problem".
Thanks!
Luben
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:42:46
Hi,
On Wed, 20 Dec 2006, Luben Tuikov wrote:
Can we please eliminate this f@#$ing message:
Warning: No merge candidate found because value of config option
"branch.master.merge" does not match any remote branch fetched.
Well, you can always tell git explicitely what you want. I.e. specify the
remote _and_ the branch you want to merge.
BTW I am still waiting for your test results regarding the segmentation
fault of merge-recursive.
Ciao,
Dscho
--- Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:
quoted
Can we please eliminate this f@#$ing message:
Warning: No merge candidate found because value of config option
"branch.master.merge" does not match any remote branch fetched.
Well, you can always tell git explicitely what you want. I.e. specify the
remote _and_ the branch you want to merge.
What would be that setting if I want the default behavior?
Is this "merge candidate let-me-impose-my-workflow-on-you" merge
a single step or does it also checkout as
the default behavior: fast forward local origin to remote master,
merge local origin to local master, check out master?
BTW I am still waiting for your test results regarding the segmentation
fault of merge-recursive.
I'm swamped. Did you say you have no 64 bit machines you can try it on?
Also, I don't mind giving you my dev tree, but currently I don't export
it anywhere. BTW, I've seen this bug on 64 bit machines. I've not tried
it on 32.
Luben
I'm swamped. Did you say you have no 64 bit machines you can try it on?
Also, I don't mind giving you my dev tree, but currently I don't export
it anywhere. BTW, I've seen this bug on 64 bit machines. I've not tried
it on 32.
I have an amd64 here that I need to finish configuring. Its running
well enough however that I could debug this issue on that machine
if I could get the branches in question.
merge-recursive and the xdl_merge() routine aren't exactly my area
of expertise, but if Johannes can't do it I'll step up and see what
I can do.
--
Shawn.