From: cmn@elego.de (Carlos Martín Nieto) To: Ralf Thielow <ralf.thielow@gmail.com> Cc: git@vger.kernel.org, gitster@pobox.com Subject: Re: [PATCH 1/3] branch: introduce --set-upstream-to Date: Fri, 31 Aug 2012 17:22:21 +0200 [thread overview] Message-ID: <87mx1b3x3m.fsf@centaur.cmartin.tk> (raw) In-Reply-To: <CAN0XMOKar3jdDMfY=rRkcmNy0i0zKMuhBQ=Z4bi=eus_xAFWyA@mail.gmail.com> (Ralf Thielow's message of "Thu, 30 Aug 2012 19:51:02 +0200") Ralf Thielow <ralf.thielow@gmail.com> writes: > On Thu, Aug 30, 2012 at 7:23 PM, Carlos Martín Nieto <cmn@elego.de> wrote: >> behaviour. To work around this, introduce --set-upstream-to which >> accepts a compulsory argument indicating what the new upstream branch >> should be and one optinal argument indicating which branch to change, >> defaulting to HEAD. >> > > Could you please also add this new option to the > "contrib/completion/git-completion.bash" > script? If I knew how those things work... Is this enough? cmn --8<-- Subject: [PATCH] completion: add --set-upstream-to and --unset-upstream --- contrib/completion/git-completion.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index ffedce7..4f46357 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -880,6 +880,7 @@ _git_branch () --color --no-color --verbose --abbrev= --no-abbrev --track --no-track --contains --merged --no-merged --set-upstream --edit-description --list + --unset-upstream --set-upstream-to= " ;; *) -- 1.7.12.3.g0dd8ef6
next prev parent reply other threads:[~2012-08-31 15:22 UTC|newest] Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top 2012-08-30 17:23 [PATCHv2 0/3] Improve branch UI for setting upstream information Carlos Martín Nieto 2012-08-30 17:23 ` [PATCH 1/3] branch: introduce --set-upstream-to Carlos Martín Nieto 2012-08-30 17:51 ` Ralf Thielow 2012-08-31 15:22 ` Carlos Martín Nieto [this message] 2012-08-31 15:30 ` Ralf Thielow 2012-08-31 17:09 ` Junio C Hamano 2012-09-01 15:13 ` Carlos Martín Nieto 2012-08-30 17:23 ` [PATCH 2/3] branch: add --unset-upstream option Carlos Martín Nieto 2012-08-30 17:23 ` [PATCH 3/3] branch: deprecate --set-upstream and show help if we detect possible mistaken use Carlos Martín Nieto 2012-08-30 17:37 ` [PATCHv2 0/3] Improve branch UI for setting upstream information Junio C Hamano 2012-08-30 18:57 ` Carlos Martín Nieto 2012-08-30 20:12 ` Junio C Hamano -- strict thread matches above, loose matches on Subject: below -- 2012-08-20 13:47 [PATCH " Carlos Martín Nieto 2012-08-20 13:47 ` [PATCH 1/3] branch: introduce --set-upstream-to Carlos Martín Nieto 2012-07-10 16:52 [PATCH 0/3] A better way of handling upstream information in git-branch Carlos Martín Nieto 2012-07-10 16:52 ` [PATCH 1/3] branch: introduce --set-upstream-to Carlos Martín Nieto 2012-07-10 17:08 ` Matthieu Moy 2012-07-10 17:26 ` Junio C Hamano 2012-07-10 19:13 ` Jonathan Nieder 2012-07-10 19:49 ` Junio C Hamano 2012-07-10 20:11 ` Jonathan Nieder 2012-07-10 20:49 ` Junio C Hamano 2012-07-10 21:09 ` Jonathan Nieder 2012-07-10 23:13 ` Junio C Hamano 2012-07-10 23:47 ` Jonathan Nieder 2012-07-11 1:20 ` Junio C Hamano 2012-07-11 1:37 ` Jonathan Nieder 2012-07-12 8:41 ` Miles Bader 2012-07-12 16:58 ` Junio C Hamano
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=87mx1b3x3m.fsf@centaur.cmartin.tk \ --to=cmn@elego.de \ --cc=git@vger.kernel.org \ --cc=gitster@pobox.com \ --cc=ralf.thielow@gmail.com \ --subject='Re: [PATCH 1/3] branch: introduce --set-upstream-to' \ /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
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.