git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jay Soffian <jaysoffian@gmail.com>
To: jean-luc malet <jeanluc.malet@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: how to have --no-ff be the default for all branch
Date: Fri, 6 Mar 2009 12:01:25 -0500	[thread overview]
Message-ID: <76718490903060901j26308d42wfc288e522abee369@mail.gmail.com> (raw)
In-Reply-To: <1de9d39c0903060245u45373b8cq10d52f353c2214e2@mail.gmail.com>

2009/3/6 jean-luc malet <jeanluc.malet@gmail.com>:
> I would like that it is the default for all branch and that I use --ff
> when I want to do fast forward merge
> I know that I can set it up for one branch
> git config add branch.master.mergeoption --no-ff
> but I want it to be the default no just for one branch but for all branch
> git config add branch.*.mergeoption --no-ff
> don't work....
>
> how can I do that?

Not currently possible. The best you can do currently is to make an alias.

It would be a fairly trivial patch though to support merge.options. :-)

j.

      reply	other threads:[~2009-03-06 17:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1de9d39c0903060244t2d39e9c8kd5791d097c84bbeb@mail.gmail.com>
2009-03-06 10:45 ` Fwd: how to have --no-ff be the default for all branch jean-luc malet
2009-03-06 17:01   ` Jay Soffian [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=76718490903060901j26308d42wfc288e522abee369@mail.gmail.com \
    --to=jaysoffian@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=jeanluc.malet@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).