diff options
author | Pete Wyckoff <pw@padd.com> | 2012-04-08 20:18:00 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-04-09 14:59:40 -0700 |
commit | b6f930576469052af87e96b549c37630b56aab93 (patch) | |
tree | a544a06b42479575fd794c3be5b27327762f8e3b /Makefile | |
parent | Git 1.7.10 (diff) | |
download | tgif-b6f930576469052af87e96b549c37630b56aab93.tar.xz |
git-p4: move to toplevel
Move git-p4 out of contrib/fast-import into the main code base,
aside other foreign SCM tools.
Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -440,6 +440,7 @@ SCRIPT_PERL += git-send-email.perl SCRIPT_PERL += git-svn.perl SCRIPT_PYTHON += git-remote-testgit.py +SCRIPT_PYTHON += git-p4.py SCRIPTS = $(patsubst %.sh,%,$(SCRIPT_SH)) \ $(patsubst %.perl,%,$(SCRIPT_PERL)) \ |