From: Sean <seanlkml@sympatico.ca>
To: git@vger.kernel.org
Subject: [PATCH 3/4] Demote git-p4import to contrib status.
Date: Sun, 15 Jul 2007 15:52:32 -0400 [thread overview]
Message-ID: <20070715155232.fb6ff093.seanlkml@sympatico.ca> (raw)
In-Reply-To: <20070715154804.2877361d.seanlkml@sympatico.ca>
Move git-p4import.py and Documentation/git-p4import.txt into
a contrib/p4import directory. Add a README there directing
people to contrib/fast-import/git-p4 as a better alternative.
Signed-off-by: Sean Estabrooks <seanlkml@sympatico.ca>
---
contrib/p4import/README | 1 +
.../p4import/git-p4import.py | 0
.../p4import}/git-p4import.txt | 0
3 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 contrib/p4import/README
rename git-p4import.py => contrib/p4import/git-p4import.py (100%)
rename {Documentation => contrib/p4import}/git-p4import.txt (100%)
diff --git a/contrib/p4import/README b/contrib/p4import/README
new file mode 100644
index 0000000..b9892b6
--- /dev/null
+++ b/contrib/p4import/README
@@ -0,0 +1 @@
+Please see contrib/fast-import/git-p4 for a better Perforce importer.
diff --git a/git-p4import.py b/contrib/p4import/git-p4import.py
similarity index 100%
rename from git-p4import.py
rename to contrib/p4import/git-p4import.py
diff --git a/Documentation/git-p4import.txt b/contrib/p4import/git-p4import.txt
similarity index 100%
rename from Documentation/git-p4import.txt
rename to contrib/p4import/git-p4import.txt
--
1.5.3.rc0.826.gc301a3
next prev parent reply other threads:[~2007-07-15 19:55 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-15 19:48 [PATCH 0/4] Move git-p4import into contrib directory Sean
2007-07-15 19:49 ` [PATCH 1/4] Remove "WITH_P4IMPORT" knob from the Makefile Sean
2007-07-15 19:51 ` [PATCH 2/4] Remove p4 rpm from git.spec.in Sean
2007-07-15 19:52 ` Sean [this message]
2007-07-15 19:53 ` [PATCH 4/4] Update 1.5.3 release notes: git-p4import has been deprecated Sean
2007-07-15 21:53 ` [PATCH 0/4] Move git-p4import into contrib directory Scott Lamb
2007-07-15 22:37 ` Junio C Hamano
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=20070715155232.fb6ff093.seanlkml@sympatico.ca \
--to=seanlkml@sympatico.ca \
--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).