Return-Path: X-Original-To: apmail-allura-dev-archive@www.apache.org Delivered-To: apmail-allura-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ABB5A11E31 for ; Mon, 22 Sep 2014 14:43:07 +0000 (UTC) Received: (qmail 43944 invoked by uid 500); 22 Sep 2014 14:43:07 -0000 Delivered-To: apmail-allura-dev-archive@allura.apache.org Received: (qmail 43922 invoked by uid 500); 22 Sep 2014 14:43:07 -0000 Mailing-List: contact dev-help@allura.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@allura.apache.org Delivered-To: mailing list dev@allura.apache.org Received: (qmail 43910 invoked by uid 99); 22 Sep 2014 14:43:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2014 14:43:07 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of noreply@sourceforge.net designates 216.34.181.60 as permitted sender) Received: from [216.34.181.60] (HELO smtp.ch3.sourceforge.com) (216.34.181.60) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2014 14:42:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.com; s=x; h=Date:References:In-Reply-To:Message-ID:Subject:Reply-To:From:To:MIME-Version:Content-Type; bh=Ip7/lHNYYx3v9Tfm6rOq3Eveflblux/OeZDZ0e5q1Xw=; b=DlbE1YHZWrZ9jgPH11Y6aaq2RW9sFfnExiNmck1ZCvnFukL5B6wZBI5KtrXDZvrB0u6qrB2yExO6hTjzma37rKoL2kCwziGwu6w87O3+w8WOHl+Qh64jYRK0LqSaQexqQ0c4iFk8TBlAsG2xxZ3nNP5k7ajdegPAZzh9fVfXfz0=; Received: from localhost ([127.0.0.1] helo=sfs-alluradaemon-1.v29.ch3.sourceforge.com) by sfs-alluradaemon-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1XW4p5-0004k8-Vq for dev@allura.apache.org; Mon, 22 Sep 2014 14:42:40 +0000 Content-Type: multipart/related; boundary="===============1703368191105847360==" MIME-Version: 1.0 To: dev@allura.apache.org From: "Dave Brondsema" Reply-To: "[allura:tickets] " <5700@tickets.allura.p.re.sf.net> Subject: [allura:tickets] #5700 Replace "git branch --set-upstream" with "git branch --set-upstream-to" [ss2584] Message-ID:

In-Reply-To: <5106a5e37929e525194e9a8e.tickets@allura.p.sourceforge.net> References: <5106a5e37929e525194e9a8e.tickets@allura.p.sourceforge.net> Date: Mon, 22 Sep 2014 14:42:39 +0000 X-Virus-Checked: Checked by ClamAV on apache.org --===============1703368191105847360== Content-Type: multipart/alternative; boundary="===============7790004981584553404==" MIME-Version: 1.0 --===============7790004981584553404== MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit - **Milestone**: forge-backlog --> forge-oct-3 --- ** [tickets:#5700] Replace "git branch --set-upstream" with "git branch --set-upstream-to" [ss2584]** **Status:** open **Milestone:** forge-oct-3 **Labels:** support p3 bitesize **Created:** Mon Jan 28, 2013 04:22 PM UTC by Chris Tsai **Last Updated:** Sun Aug 24, 2014 09:06 AM UTC **Owner:** Cory Johns [forge:site-support:#2584] >The example command currently is "git branch --set-upstream master origin/master", however the --set-upstream option is deprecated: ~~~~ $git branch --set-upstream master origin/master The --set-upstream flag is deprecated and will be removed. Consider using --track or --set-upstream-to Branch master set up to track remote branch master from origin. $ ~~~~ Referring to the "empty git repo" instructions. --- Sent from sourceforge.net because dev@allura.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. --===============7790004981584553404== MIME-Version: 1.0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit
  • Milestone: forge-backlog --> forge-oct-3

[tickets:#5700] Replace "git branch --set-upstream" with "git branch --set-upstream-to" [ss2584]

Status: open
Milestone: forge-oct-3
Labels: support p3 bitesize
Created: Mon Jan 28, 2013 04:22 PM UTC by Chris Tsai
Last Updated: Sun Aug 24, 2014 09:06 AM UTC
Owner: Cory Johns

[forge:site-support:#2584]

The example command currently is "git branch --set-upstream master origin/master", however the --set-upstream option is deprecated:

$git branch --set-upstream master origin/master
The --set-upstream flag is deprecated and will be removed. Consider using --track or --set-upstream-to
Branch master set up to track remote branch master from origin.
$

Referring to the "empty git repo" instructions.


Sent from sourceforge.net because dev@allura.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

--===============7790004981584553404==-- --===============1703368191105847360==--