Lines Matching refs:git
93 # $1: Source directory (must be a git checkout).
99 log "Copying git sources from $SRCDIR to $DSTDIR"
103 (cd $SRCDIR && git ls-files) > $TMP_FILE_LIST
154 # Extract the git commit SHA1 of a given directory, and put its value
156 # of a git checkout, abort.
158 # $2: Git directory.
165 SHA1=$(cd $GIT_DIR && git log --oneline -1 .) || \
166 panic "Not a Git directory: $GIT_DIR"
381 if [ ! -d "$QEMU_DIR"/.git ]; then
384 UNCHECKED_FILES=$(git ls-files -o -x objs/ -x images/emulator_icon.o)