mirror of
https://github.com/tj/git-extras.git
synced 2026-09-11 07:56:18 -04:00
Use a shallow clone in git-update-extras.
This commit is contained in:
parent
cfc94def59
commit
3f06078531
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue