Lines Matching refs:GIT
3 # Update a local Subversion, Git or Mercurial tree from the GCC
16 # By default all command-line options are passed to `svn update` or `hg/git
315 if [ -d .git ] || [ -f .git ]; then
316 GCC_GIT=${GCC_GIT-${GIT-git}}
317 vcs_type="git"
325 echo "This does not seem to be a GCC GIT/HG/SVN tree!"
337 git)
338 chat "Updating GIT tree"
342 echo "Attempting to update a dirty git tree!" >&2
350 echo "git pull of full tree failed." >&2
354 # Open-coded version of "git gcc-descr" from contrib/gcc-git-customization.sh