Home | History | Annotate | Download | only in contrib

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
298 if [ -d .git ] || [ -f .git ]; then
299 GCC_GIT=${GCC_GIT-${GIT-git}}
300 vcs_type="git"
308 echo "This does not seem to be a GCC GIT/HG/SVN tree!"
320 git)
321 chat "Updating GIT tree"
325 echo "Attempting to update a dirty git tree!" >&2
333 echo "git pull of full tree failed." >&2
337 # Open-coded version of "git gcc-descr" from contrib/gcc-git-customization.sh