diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-04-23 12:40:02 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-04-23 12:40:03 -0700 |
commit | 4c9d7bc4a68e0c0608e865ccac69a517bc3f65b7 (patch) | |
tree | fccbf03d664f1edc0eed0fd0f5394891cbd841f3 /Makefile | |
parent | 29a03fa5625433e5fc90da2f823b4277960537ae (diff) | |
parent | 6ab1d76c3cf96aac77a75565dfaa0cf64aa100a1 (diff) | |
download | git-4c9d7bc4a68e0c0608e865ccac69a517bc3f65b7.tar.gz |
Merge branch 'pw/git-p4'
By Pete Wyckoff
* pw/git-p4:
git p4: use "git p4" directly in tests
git p4: update name in script
git-p4: move to toplevel
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)) \ |