Use a shallow clone in git-update-extras.

This commit is contained in:
Devin Withers 2010-10-22 17:03:30 -04:00 committed by Tj Holowaychuk
parent cfc94def59
commit 3f06078531

View file

@ -5,7 +5,7 @@ version=`git extras-version`
cd /tmp \
&& rm -fr ./git-extras \
&& git clone http://github.com/visionmedia/git-extras.git \
&& git clone --depth 1 http://github.com/visionmedia/git-extras.git \
&& cd git-extras \
&& make install \
&& cd $orig \