/external/ImageMagick/ |
D | ChangeLog | 2 * Release ImageMagick version 7.0.8-31, GIT revision 15381:3122a669d:20190304 8 * Release ImageMagick version 7.0.8-30, GIT revision 15376:16d2b4e6a:20190303 15 * Release ImageMagick version 7.0.8-29, GIT revision 15368:5d8ed9f56:20190228 24 * Release ImageMagick version 7.0.8-28, GIT revision 15345:09a7c67dd:20190218 31 * Release ImageMagick version 7.0.8-27, GIT revision 15315:5d48cd312:20190209 37 * Release ImageMagick version 7.0.8-26, GIT revision 15294:726bd82a3:20190203 44 * Release ImageMagick version 7.0.8-25, GIT revision 15279:7da783a5b:20190127 52 * Release ImageMagick version 7.0.8-24, GIT revision 15233:db129ba64:20190112 62 * Release ImageMagick version 7.0.8-23, GIT revision 15199:ba07f7d07:20190101 68 * Release ImageMagick version 7.0.8-22, GIT revision 15189:842164090:20181230 [all …]
|
/external/skqp/infra/bots/ |
D | utils.py | 21 GIT = 'git.bat' if sys.platform == 'win32' else 'git' variable 77 subprocess.check_call([GIT, 'clone', repo_url, dest_dir]) 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, 109 subprocess.check_call([GIT, 'reset', '--hard', 'HEAD']) 110 subprocess.check_call([GIT, 'checkout', self._orig_branch]) 112 subprocess.check_call([GIT, 'stash', 'pop']) [all …]
|
D | recipes.py | 98 GIT = 'git' + _BAT variable 108 argv = [GIT]+argv 114 argv = [GIT]+argv
|
/external/skia/infra/bots/ |
D | utils.py | 21 GIT = 'git.bat' if sys.platform == 'win32' else 'git' variable 77 subprocess.check_call([GIT, 'clone', repo_url, dest_dir]) 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, 109 subprocess.check_call([GIT, 'reset', '--hard', 'HEAD']) 110 subprocess.check_call([GIT, 'checkout', self._orig_branch]) 112 subprocess.check_call([GIT, 'stash', 'pop']) [all …]
|
D | recipes.py | 101 GIT = 'git' + _BAT variable 111 argv = [GIT]+argv 117 argv = [GIT]+argv
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/git-svn/ |
D | git-svnrevert | 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/null
|
/external/llvm/utils/git-svn/ |
D | git-svnrevert | 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/null
|
/external/flatbuffers/CMake/ |
D | Version.cmake | 1 find_program(GIT git) 3 COMMAND ${GIT} describe
|
/external/skia/bin/ |
D | try.py | 45 utils.GIT, 'clone', '--mirror', repo, dirname]) 47 subprocess.check_call([utils.GIT, 'remote', 'update']) 49 utils.GIT, 'show', 'master:infra/bots/jobs.json']))
|
/external/skqp/bin/ |
D | try.py | 45 utils.GIT, 'clone', '--mirror', repo, dirname]) 47 subprocess.check_call([utils.GIT, 'remote', 'update']) 49 utils.GIT, 'show', 'master:infra/bots/jobs.json']))
|
/external/epid-sdk/ |
D | METADATA | 11 type: GIT 15 type: GIT
|
/external/python/cpython3/PCbuild/ |
D | build.bat | 102 if not exist "%GIT%" where git > "%TEMP%\git.loc" 2> nul && set /P GIT= < "%TEMP%\git.loc" & del "%… 103 if exist "%GIT%" set GITProperty=/p:GIT="%GIT%" 104 if not exist "%GIT%" echo Cannot find Git on PATH & set GITProperty=
|
/external/skqp/infra/bots/assets/ |
D | asset_utils.py | 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/ |
D | build.bat | 99 if "%GIT%" EQU "" set GIT=git variable 100 if exist "%GIT%" set GITProperty=/p:GIT="%GIT%"
|
/external/skia/infra/bots/assets/ |
D | asset_utils.py | 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/curl/ |
D | README | 37 GIT 39 To download the very latest source off the GIT server do this:
|
/external/golang-protobuf/ |
D | METADATA | 8 type: GIT
|
/external/kmod/ |
D | METADATA | 5 type: GIT
|
/external/libjpeg-turbo/ |
D | METADATA | 5 type: GIT
|
/external/libmtp/ |
D | METADATA | 5 type: GIT
|
/external/deqp-deps/glslang/ |
D | METADATA | 7 type: GIT
|
/external/minigbm/ |
D | METADATA | 11 type: GIT
|
/external/ply/ |
D | METADATA | 11 type: GIT
|
/external/python/futures/ |
D | METADATA | 11 type: GIT
|
/external/python/six/ |
D | METADATA | 11 type: GIT
|