Lines Matching refs:git
33 This document explains how to checkout the Android source from the git
53 If you don't do that, git will fail to properly compute some SHA1 keys.
55 - You need the "git" and "curl" packages to checkout the code.
61 autoconf, bison, curl, flex, gcc, g++, git, gnupg, make, mingw-zlib, python, unzip, zip
69 Out of the box, "repo" and "git" will work just fine under Cygwin:
71 $ repo init -u git://android.git.kernel.org/platform/manifest.git
85 $ repo init -u ssh://my.private.ssh.repo/platform/manifest.git
94 There is one remaining issue with the default repo/git options:
113 The other thing we can do is tell git not to track the files that cause
117 git update-index --assume-unchanged \
123 git update-index --assume-unchanged \
130 needed and tell git to ignore the offending files:
137 URL=ssh://android-git.corp.google.com:29418/platform/manifest.git
166 git update-index --assume-unchanged \
172 git update-index --assume-unchanged \