From: Ralf Thielow <ralf.thielow@gmail.com> To: "Carlos Martín Nieto" <cmn@elego.de> Cc: git@vger.kernel.org, gitster@pobox.com Subject: Re: [PATCH 1/3] branch: introduce --set-upstream-to Date: Fri, 31 Aug 2012 17:30:53 +0200 [thread overview] Message-ID: <CAN0XMOK1_JqMuAkW-XzGfkn8pkTUqt879-+E0cGBn79GzEXWkQ@mail.gmail.com> (raw) In-Reply-To: <87mx1b3x3m.fsf@centaur.cmartin.tk> On Fri, Aug 31, 2012 at 5:22 PM, Carlos Martín Nieto <cmn@elego.de> wrote: > 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? > Yes, Thanks. > 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:31 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 2012-08-31 15:30 ` Ralf Thielow [this message] 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=CAN0XMOK1_JqMuAkW-XzGfkn8pkTUqt879-+E0cGBn79GzEXWkQ@mail.gmail.com \ --to=ralf.thielow@gmail.com \ --cc=cmn@elego.de \ --cc=git@vger.kernel.org \ --cc=gitster@pobox.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.