Lines Matching full:git
8 # - devel/git
55 JEMALLOC_REPO=https://github.com/jemalloc/jemalloc.git
62 bare_repo="${tmpdir}/jemalloc_bare.git"
63 work="jemalloc_work.git"
65 namespace_repo="${tmpdir}/jemalloc_namespace.git"
72 git clone --bare ${JEMALLOC_REPO} ${bare_repo}
76 git fetch origin ${rev}
85 git clone ${bare_repo} ${repo}
91 git checkout ${rev}
142 git add -A
143 git diff --cached