Files
pre-commit/latest-git.sh
2015-12-04 14:30:15 -08:00

8 lines
168 B
Bash
Executable File

#!/usr/bin/env bash
# This is a script used in travis-ci to have latest git
set -ex
git clone git://github.com/git/git --depth 1 /tmp/git
pushd /tmp/git
make -j 8
popd