git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
To: Nguyen Thai Ngoc Duy <pclouds@gmail.com>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: branch versioning
Date: Mon, 4 Oct 2010 14:16:58 +0000	[thread overview]
Message-ID: <AANLkTikSpWhrtyAv73b=SQmUM0oTpVKWLgr16oUfrjXH@mail.gmail.com> (raw)
In-Reply-To: <AANLkTinR31x9NrsHoDt3UQ8w=hioPGtkQDkQ-5bSNW69@mail.gmail.com>

On Mon, Oct 4, 2010 at 13:50, Nguyen Thai Ngoc Duy <pclouds@gmail.com> wrote:

> OK. Thanks for the information. I'll try my best to stay away from
> your repo :-D. Seriously, how can you select a branch out of those 123
> branches? Does git-branch support regex matching or.. (looked up
> git-branch.txt, no it does not)

I usually only have 1-4 branches active at any one point, so it
doesn't get too bad.

I also have a special tag in my E-Mail folder for patches that Junio
hasn't picked up yet or those that I need to work on. It's currently
at around 200 patches :)

I mostly select branches with Emacs's magit which has a fuzzy regex
based selector. "git branch -a | grep ..." also works.

It also helps to use long descriptive branch names, e.g.:

  run-partial-expensive-git-notes-test-everywhere
  run-partial-expensive-git-notes-test-everywhere-v2

  reply	other threads:[~2010-10-04 14:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-04 13:18 branch versioning Nguyen Thai Ngoc Duy
2010-10-04 13:25 ` Matthieu Moy
2010-10-04 13:29 ` Ævar Arnfjörð Bjarmason
2010-10-04 13:50   ` Nguyen Thai Ngoc Duy
2010-10-04 14:16     ` Ævar Arnfjörð Bjarmason [this message]
2010-10-04 13:44 ` Michael J Gruber
2010-10-04 14:10   ` Nguyen Thai Ngoc Duy
2010-10-04 14:33 ` Tomas Carnecky

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='AANLkTikSpWhrtyAv73b=SQmUM0oTpVKWLgr16oUfrjXH@mail.gmail.com' \
    --to=avarab@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=pclouds@gmail.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;
as well as URLs for NNTP newsgroup(s).