All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Sixt <j.sixt@viscovery.net>
To: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Cc: git@vger.kernel.org, hjemli@gmail.com, gitster@pobox.com
Subject: Re: [PATCH] fetch: if not fetching from default remote, ignore default merge
Date: Thu, 11 Oct 2007 08:39:54 +0200	[thread overview]
Message-ID: <470DC53A.4050707@viscovery.net> (raw)
In-Reply-To: <Pine.LNX.4.64.0710110146200.4174@racer.site>

Johannes Schindelin schrieb:
> +test_expect_success 'fetch with a non-applying branch.<name>.merge' '
> +	git config branch.master.remote yeti &&
> +	git config branch.master.merge refs/heads/bigfoot &&
> +	git config remote.blub.url one &&
> +	git config remote.blub.fetch 'refs/heads/*:refs/remotes/one/*' &&

Better use double-quotes around the refspecs.

> +	git fetch blub
> +'
> +

-- Hannes

  reply	other threads:[~2007-10-11  6:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-11  0:47 [PATCH] fetch: if not fetching from default remote, ignore default merge Johannes Schindelin
2007-10-11  6:39 ` Johannes Sixt [this message]
2007-10-11 11:34   ` Johannes Schindelin
2007-10-11 11:35   ` [PATCH v2] " Johannes Schindelin

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=470DC53A.4050707@viscovery.net \
    --to=j.sixt@viscovery.net \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=hjemli@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.