From: Eric Wong <normalperson@yhbt.net>
To: Marcus Griep <marcus@griep.us>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: [PATCH 2/2] git-svn: Allow deep branch names by supporting multi-globs
Date: Thu, 7 Aug 2008 02:00:08 -0700 [thread overview]
Message-ID: <20080807090008.GA9161@untitled> (raw)
In-Reply-To: <489A025C.50507@griep.us>
Marcus Griep <marcus@griep.us> wrote:
> Some repositories use a deep branching strategy, such as:
> branches/1.0/1.0.rc1
> branches/1.0/1.0.rc2
> branches/1.0/1.0.rtm
> branches/1.0/1.0.gold
>
> Only allowing a single glob stiffles this.
>
> This change allows for a single glob 'set' to accept this deep branching
> strategy.
>
> The ref glob depth must match the branch glob depth. When using the -b or -t
> options for init or clone, this is automatically done.
>
> For example, using the above branches:
> svn-remote.svn.branches = branches/*/*:refs/remote/*/*
> gives the following branch names:
> 1.0/1.0.rc1
> 1.0/1.0.rc2
> 1.0/1.0.rtm
> 1.0/1.0.gold
Hi Marcus,
This looks awesome. Some folks have been wanting to do this for a
long time but I was always too lazy to touch this code.
Unfortunately, I'm having trouble applying your patches due to
whitespace conversion issues with your MUA. I suggest taking a look at
Documentation/SubmittingPatches on how to submit easily applyable
patches to the mailing list.
I usually use git-send-email myself, but sometimes mutt, too.
Also, there are some long lines that need to be wrapped at
80 characters or less to conform to the existing coding
conventions.
I look forward to applying and testing your patches,
Thank you!
--
Eric Wong
next prev parent reply other threads:[~2008-08-07 12:28 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-06 19:58 [PATCH 2/2] git-svn: Allow deep branch names by supporting multi-globs Marcus Griep
2008-08-07 9:00 ` Eric Wong [this message]
2008-08-07 15:34 ` [PATCH v2 0/2] git-svn multi-glob fix and extension Marcus Griep
2008-08-07 15:34 ` [PATCH v2 1/2] Fix multi-glob assertion in git-svn Marcus Griep
2008-08-07 15:34 ` [PATCH v2 2/2] git-svn: Allow deep branch names by supporting multi-globs Marcus Griep
2008-08-08 8:40 ` [PATCH v2 0/2] git-svn multi-glob fix and extension Eric Wong
2008-08-08 8:41 ` [PATCH 1/3] Fix multi-glob assertion in git-svn Eric Wong
2008-08-08 9:41 ` Junio C Hamano
2008-08-09 7:28 ` Eric Wong
2008-08-09 7:48 ` Junio C Hamano
2008-08-08 8:41 ` [PATCH 2/3] git-svn: Allow deep branch names by supporting multi-globs Eric Wong
2008-08-08 8:41 ` [PATCH 3/3] git-svn: wrap long lines in a few places Eric Wong
2008-08-08 8:56 ` [PATCH 1/3] Fix multi-glob assertion in git-svn Eric Wong
2008-08-08 8:57 ` [PATCH 2/3] git-svn: Allow deep branch names by supporting multi-globs Eric Wong
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=20080807090008.GA9161@untitled \
--to=normalperson@yhbt.net \
--cc=git@vger.kernel.org \
--cc=marcus@griep.us \
/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).