diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-02-02 13:36:54 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-02-02 13:36:54 -0800 |
commit | 9dec2c652fdfebf8861b526405422088e7022bc0 (patch) | |
tree | 02d5785b87765f8570f0ab73a3d46d340d77c52e /Makefile | |
parent | 1e6a89323b57888d5464732ea7a56a5fd385318b (diff) | |
parent | e0ae5b67a804463277ab7398f8d7557133e2c3db (diff) | |
download | git-9dec2c652fdfebf8861b526405422088e7022bc0.tar.gz |
Merge branch 'js/retire-relink'
Cruft removal.
* js/retire-relink:
relink: really remove the command
relink: retire the command
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -529,7 +529,6 @@ SCRIPT_PERL += git-archimport.perl SCRIPT_PERL += git-cvsexportcommit.perl SCRIPT_PERL += git-cvsimport.perl SCRIPT_PERL += git-cvsserver.perl -SCRIPT_PERL += git-relink.perl SCRIPT_PERL += git-send-email.perl SCRIPT_PERL += git-svn.perl |