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 | Merge branch 'ms/remote-usage-string' (diff) | |
parent | git p4: use "git p4" directly in tests (diff) | |
download | tgif-4c9d7bc4a68e0c0608e865ccac69a517bc3f65b7.tar.xz |
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)) \ |