From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Santi_B=E9jar?= Subject: Re: [PATCH 0/7] Make "$remote/$branch" work with unconventional refspecs Date: Mon, 6 May 2013 21:17:11 +0200 Message-ID: References: <1367711749-8812-1-git-send-email-johan@herland.net> <7vr4hmuk20.fsf@alter.siamese.dyndns.org> <7v8v3tuu6i.fsf@alter.siamese.dyndns.org> <7vvc6xt5ov.fsf@alter.siamese.dyndns.org> <7vd2t4rq2p.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: git discussion list , Johan Herland To: Junio C Hamano X-From: git-owner@vger.kernel.org Mon May 06 21:17:38 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UZQun-0000BL-Lp for gcvg-git-2@plane.gmane.org; Mon, 06 May 2013 21:17:38 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755523Ab3EFTRd convert rfc822-to-quoted-printable (ORCPT ); Mon, 6 May 2013 15:17:33 -0400 Received: from mail-lb0-f177.google.com ([209.85.217.177]:53507 "EHLO mail-lb0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754312Ab3EFTRd convert rfc822-to-8bit (ORCPT ); Mon, 6 May 2013 15:17:33 -0400 Received: by mail-lb0-f177.google.com with SMTP id 13so3672757lba.8 for ; Mon, 06 May 2013 12:17:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding :x-gm-message-state; bh=W1upGpvdE4bkZ88rasS+2Wd2fW003+Ej0Giqn4gxQNA=; b=Ot2G1YDi/nGwZMHAdoXaUJZhfptvo0zYiCMgeKDC6mhxnv7HVyCyOkOUO6Yn68NkFD a5MRiHRAagyVa2kfWYksDdkYAplgPKb/3c6qHK/tYx4de4juX3HvYws88+6Cx/qjPIQ5 Nc0e5bCbj2crPQOiZ4V7AkHzSvXOa960NzAg1IsWU6+10FEUlLcaLblPrmwQT2AcBrz1 JeqjkdI/vEJzg0Vi1u8v8xwczVKXSaO0bF6NV6i+NPWe+2iN5pwGNVxOEKvGcxRLxXKR ZW3FnNyYWEHhyM/QaQa4YvcNNXeodMXPUaQHuYr65ZzNClh4i+yjF3SimnuBCd+jI913 L+PA== X-Received: by 10.112.163.105 with SMTP id yh9mr8604909lbb.63.1367867851515; Mon, 06 May 2013 12:17:31 -0700 (PDT) Received: by 10.114.184.180 with HTTP; Mon, 6 May 2013 12:17:11 -0700 (PDT) In-Reply-To: <7vd2t4rq2p.fsf@alter.siamese.dyndns.org> X-Gm-Message-State: ALoCoQkx9ETyw60F1lRPkApfPtUCQVWaebxfML6PlHmZDjsf20N3WiNE+NdDKbbxrs8LI8GdTJSa Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: El 06/05/2013 19:11, "Junio C Hamano" va escriure: > > Santi B=E9jar writes: > > > The next question could be: why not make it work with $url too? As = in: > > > > $ git merge git://git.kernel.org/pub/scm/git/git.git//master > > You need to remember "merge" is a local operation, working in your > local repository. Like it or not, the UI of Git makes distinction > between operations that are local and those that go to other > repositories (e.g. "git pull"). > Of course! In fact I wanted to say "git pull". Santi