From: "Carlos Martín Nieto" <cmn@elego.de> To: git@vger.kernel.org Cc: jrnieder@gmail.com, gitster@pobox.com Subject: [PATCH 0/3] A better way of handling upstream information in git-branch Date: Tue, 10 Jul 2012 18:52:58 +0200 [thread overview] Message-ID: <1341939181-8962-1-git-send-email-cmn@elego.de> (raw) Hello all, This stems from comments made by Junio and Jonathan about my proposed changes to --set-upstream. This should probably have a few tests, but I'd like to hear comments about the code and documentation first. The third patch is the one I'm not so confident about. It would be simpler to remove the whole branch.foo configuration, but that wouldn't be very safe, as we may have more things there (either the future git or some external tool). Carlos Martín Nieto (3): branch: introduce --set-upstream-to branch: suggest how to undo a --set-upstream when given one branch branch: add --unset-upstream option Documentation/git-branch.txt | 14 +++++++++++- builtin/branch.c | 50 +++++++++++++++++++++++++++++++++++++++--- 2 files changed, 60 insertions(+), 4 deletions(-) -- 1.7.10.2.1.g8c77c3c
next reply other threads:[~2012-07-10 16:53 UTC|newest] Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top 2012-07-10 16:52 Carlos Martín Nieto [this message] 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 2012-07-10 16:53 ` [PATCH 2/3] branch: suggest how to undo a --set-upstream when given one branch Carlos Martín Nieto 2012-07-10 17:20 ` Matthieu Moy 2012-07-11 13:50 ` Carlos Martín Nieto 2012-07-10 17:40 ` Junio C Hamano 2012-07-11 14:24 ` Carlos Martín Nieto 2012-07-10 19:24 ` Jonathan Nieder 2012-07-10 22:43 ` Junio C Hamano 2012-07-10 23:00 ` Jonathan Nieder 2012-07-11 15:14 ` Carlos Martín Nieto 2012-07-10 16:53 ` [PATCH 3/3] branch: add --unset-upstream option Carlos Martín Nieto 2012-07-10 18:02 ` Junio C Hamano 2012-07-11 14:14 ` Carlos Martín Nieto 2012-07-11 16:53 ` Junio C Hamano 2012-07-12 10:27 ` Carlos Martín Nieto
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=1341939181-8962-1-git-send-email-cmn@elego.de \ --to=cmn@elego.de \ --cc=git@vger.kernel.org \ --cc=gitster@pobox.com \ --cc=jrnieder@gmail.com \ --subject='Re: [PATCH 0/3] A better way of handling upstream information in git-branch' \ /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.