From: Jason Miller <jason@milr.com>
To: git@vger.kernel.org
Subject: Delete branch during fast-import
Date: Tue, 17 Sep 2013 10:49:55 -0700 [thread overview]
Message-ID: <20130917174954.GA28563@home.jasonmmiller.org> (raw)
I'm trying out a rather large subversion import, and am trying to
figure out if there is a way to delete branches during a fast-import.
Right now I can think of only 2 ways to handle this:
1) End the import, do a git branch -D and then resume the import.
2) Scan the entire repository history, identify
deleted branches and handle them upfront so that they never have
conflicting names.
Is there a better way?
-Jason
next reply other threads:[~2013-09-17 18:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-17 17:49 Jason Miller [this message]
2013-09-17 19:54 ` Delete branch during fast-import Felipe Contreras
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=20130917174954.GA28563@home.jasonmmiller.org \
--to=jason@milr.com \
--cc=git@vger.kernel.org \
/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).