/external/llvm/utils/git-svn/ |
git-svnrevert | 5 echo "$0 <rNNNNNN | git-hash>" 9 if [ -n "$(git status -uno -s --porcelain)" ]; then 11 git status -uno 16 OTHER=$(git svn find-rev "$COMMIT") 18 echo "Error! Could not find an svn/git revision for commit $COMMIT!" 29 GIT=$OTHER 32 GIT=$COMMIT 36 ONE_LINE_MSG=$(git log --oneline $GIT -1 | cut -f2- -d " ") 39 git revert --no-commit $GIT 2>/dev/nul [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/utils/git-svn/ |
git-svnrevert | 5 echo "$0 <rNNNNNN | git-hash>" 9 if [ -n "$(git status -uno -s --porcelain)" ]; then 11 git status -uno 16 OTHER=$(git svn find-rev "$COMMIT") 18 echo "Error! Could not find an svn/git revision for commit $COMMIT!" 29 GIT=$OTHER 32 GIT=$COMMIT 36 ONE_LINE_MSG=$(git log --oneline $GIT -1 | cut -f2- -d " ") 39 git revert --no-commit $GIT 2>/dev/nul [all...] |
/external/skia/infra/bots/ |
utils.py | 21 GIT = 'git.bat' if sys.platform == 'win32' else 'git' 77 subprocess.check_call([GIT, 'clone', repo_url, dest_dir]) 81 """Check out a temporary git branch. 91 output = subprocess.check_output([GIT, 'stash']) 96 GIT, 'rev-parse', '--abbrev-ref', 'HEAD']).rstrip() 99 GIT, 'rev-parse', 'HEAD']).rstrip() 102 subprocess.check_call([GIT, 'fetch', 'origin']) 104 subprocess.check_call([GIT, 'checkout', '-b', self._branch [all...] |
recipes.py | 34 # revision (str) - the git revision for the engine to get. 101 GIT = 'git' + _BAT 111 argv = [GIT]+argv 117 argv = [GIT]+argv 190 # find repo_root with git and calculate recipes_cfg_path
|
/external/skqp/infra/bots/ |
utils.py | 21 GIT = 'git.bat' if sys.platform == 'win32' else 'git' 77 subprocess.check_call([GIT, 'clone', repo_url, dest_dir]) 81 """Check out a temporary git branch. 91 output = subprocess.check_output([GIT, 'stash']) 96 GIT, 'rev-parse', '--abbrev-ref', 'HEAD']).rstrip() 99 GIT, 'rev-parse', 'HEAD']).rstrip() 102 subprocess.check_call([GIT, 'fetch', 'origin']) 104 subprocess.check_call([GIT, 'checkout', '-b', self._branch [all...] |
recipes.py | 34 # revision (str) - the git revision for the engine to get. 98 GIT = 'git' + _BAT 108 argv = [GIT]+argv 114 argv = [GIT]+argv 187 # find repo_root with git and calculate recipes_cfg_path
|
/external/skia/bin/ |
try.py | 27 REPO_INTERNAL = 'https://skia.googlesource.com/internal_test.git' 45 utils.GIT, 'clone', '--mirror', repo, dirname]) 47 subprocess.check_call([utils.GIT, 'remote', 'update']) 49 utils.GIT, 'show', 'master:infra/bots/jobs.json'])) 117 cmd = ['git', 'cl', 'try', '-B', bucket]
|
/external/skqp/bin/ |
try.py | 27 REPO_INTERNAL = 'https://skia.googlesource.com/internal_test.git' 45 utils.GIT, 'clone', '--mirror', repo, dirname]) 47 subprocess.check_call([utils.GIT, 'remote', 'update']) 49 utils.GIT, 'show', 'master:infra/bots/jobs.json'])) 117 cmd = ['git', 'cl', 'try', '-B', bucket]
|
/external/python/cpython3/PCbuild/ |
build.bat | 102 if not exist "%GIT%" where git > "%TEMP%\git.loc" 2> nul && set /P GIT= < "%TEMP%\git.loc" & del "%TEMP%\git.loc"
103 if exist "%GIT%" set GITProperty=/p:GIT="%GIT%"
104 if not exist "%GIT%" echo Cannot find Git on PATH & set GITProperty= [all...] |
/external/skia/infra/bots/assets/ |
asset_utils.py | 44 ZIP_BLACKLIST = ['.git', '.svn', '*.pyc', '.DS_STORE'] 295 subprocess.check_call([utils.GIT, 'add', self.version_file]) 302 utils.GIT, 'commit', '-m', 'Update %s version' % self._name]) 303 subprocess.check_call([utils.GIT, 'cl', 'upload', '--bypass-hooks']) 321 subprocess.check_call([utils.GIT, 'add', dst]) 344 subprocess.check_call([utils.GIT, 'rm', '-rf', self._dir])
|
/external/skqp/infra/bots/assets/ |
asset_utils.py | 44 ZIP_BLACKLIST = ['.git', '.svn', '*.pyc', '.DS_STORE'] 295 subprocess.check_call([utils.GIT, 'add', self.version_file]) 302 utils.GIT, 'commit', '-m', 'Update %s version' % self._name]) 303 subprocess.check_call([utils.GIT, 'cl', 'upload', '--bypass-hooks']) 321 subprocess.check_call([utils.GIT, 'add', dst]) 344 subprocess.check_call([utils.GIT, 'rm', '-rf', self._dir])
|
/external/python/cpython2/PCbuild/ |
build.bat | 99 if "%GIT%" EQU "" set GIT=git
100 if exist "%GIT%" set GITProperty=/p:GIT="%GIT%"
|
/external/mesa3d/src/mesa/ |
Android.libmesa_git_sha1.mk | 48 @echo "GIT-SHA1: $(PRIVATE_MODULE) <= git" 50 $(hide) if which git > /dev/null; then \ 51 git --git-dir $(PRIVATE_PATH)/../../.git log -n 1 --oneline | \ 52 sed 's/^\([^ ]*\) .*/#define MESA_GIT_SHA1 "git-\1"/' \
|
/external/python/cpython3/Tools/msi/ |
buildrelease.bat | 71 if not exist "%GIT%" where git > "%TEMP%\git.loc" 2> nul && set /P GIT= < "%TEMP%\git.loc" & del "%TEMP%\git.loc"
72 if not exist "%GIT%" echo Cannot find Git on PATH && exit /B 1
|
/external/curl/ |
buildconf.bat | 26 rem This batch file must be used to set up a git tree to build on systems where 38 rem Check we are running from a curl git repository 39 if not exist GIT-INFO goto norepo 126 rem Setup c-ares git tree 271 echo Error: This batch file should only be used with a curl git repository
|
/external/curl/projects/ |
generate.bat | 39 rem Check we are running from a curl git repository 40 if not exist ..\GIT-INFO goto norepo 439 echo Error: This batch file should only be used from a curl git repository
|
/external/libpcap/ |
configure | 3 # Generated by GNU Autoconf 2.69 for pcap 1.9.0-PRE-GIT. 580 PACKAGE_VERSION='1.9.0-PRE-GIT' 581 PACKAGE_STRING='pcap 1.9.0-PRE-GIT' [all...] |