From: Dennis Kaarsemaker <dennis@kaarsemaker.net>
To: Nico Williams <nico@cryptonector.com>
Cc: git discussion list <git@vger.kernel.org>
Subject: Re: Is there a way to mark a branch as published?
Date: Fri, 01 Aug 2014 20:58:10 +0200 [thread overview]
Message-ID: <1406919490.3253.3.camel@spirit> (raw)
In-Reply-To: <CAK3OfOjPQ1fcoA7O6EDcQ3iW_AdsjitK4WKSdLwpRRXm8xfrVA@mail.gmail.com>
On di, 2014-07-29 at 17:40 -0500, Nico Williams wrote:
> (or all of a repo's branches)
>
> Teamware recorded whether it had any "children" and warned about
> rebasing published contents. Perhaps git could do the same.
Git doesn't record this directly, but you can see which known remote
branches contain the tip of a branch:
git branch -a --contains yourbranchnamehere | grep remotes/
That doesn't say anything about remotes you don't know about of course.
--
Dennis Kaarsemaker
www.kaarsemaker.net
next prev parent reply other threads:[~2014-08-01 18:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-29 22:40 Is there a way to mark a branch as published? Nico Williams
2014-08-01 18:58 ` Dennis Kaarsemaker [this message]
2014-08-01 19:17 ` Nico Williams
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=1406919490.3253.3.camel@spirit \
--to=dennis@kaarsemaker.net \
--cc=git@vger.kernel.org \
--cc=nico@cryptonector.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox