/external/mesa3d/src/mesa/ |
Android.gen.mk | 114 @echo "GIT-SHA1: $(PRIVATE_MODULE) <= git" 116 $(hide) if which git > /dev/null; then \ 117 git --git-dir $(PRIVATE_PATH)/../../.git log -n 1 --oneline | \ 118 sed 's/^\([^ ]*\) .*/#define MESA_GIT_SHA1 "git-\1"/' \
|
/prebuilts/go/darwin-x86/src/go/doc/ |
comment_test.go | 165 {"http://git.qemu.org/?p=qemu.git;a=blob;f=qapi-schema.json;hb=HEAD", `<a href="http://git.qemu.org/?p=qemu.git;a=blob;f=qapi-schema.json;hb=HEAD">http://git.qemu.org/?p=qemu.git;a=blob;f=qapi-schema.json;hb=HEAD</a>`},
|
/prebuilts/go/linux-x86/src/go/doc/ |
comment_test.go | 165 {"http://git.qemu.org/?p=qemu.git;a=blob;f=qapi-schema.json;hb=HEAD", `<a href="http://git.qemu.org/?p=qemu.git;a=blob;f=qapi-schema.json;hb=HEAD">http://git.qemu.org/?p=qemu.git;a=blob;f=qapi-schema.json;hb=HEAD</a>`},
|
/external/deqp/framework/qphelper/ |
gen_release_info.py | 77 parser.add_argument('--git', dest='git', action='store_true', default=False, help="Development build, use git HEAD to identify") 78 parser.add_argument('--git-dir', dest='gitDir', default=None, help="Use specific git dir for extracting info") 88 if (args.releaseName != None) == args.git: 89 print "Either --name and --id, or --git must be specified" 97 defaultGitDir = os.path.normpath(os.path.join(curDir, "..", "..", ".git")) 102 if args.git: 105 releaseName = "git-%s" % hea [all...] |
/external/libvpx/libvpx/build/make/ |
version.sh | 27 if [ -e "${source_path}/.git" ]; then 28 # Source Path is a git working copy. Check for local modifications. 29 # Note that git submodules may have a file as .git, not a directory. 30 export GIT_DIR="${source_path}/.git" 31 git_version_id=`git describe --match=v[0-9]* 2>/dev/null`
|
/external/toolchain-utils/cros_utils/ |
misc.py | 27 command = ('git ls-remote ' 28 'https://chromium.googlesource.com/chromiumos/manifest.git') 317 """Return True if git repository has staged changes.""" 318 command = 'cd {0} && git diff --quiet --cached --exit-code HEAD'.format( 326 """Return True if git repository has un-staged changes.""" 327 command = 'cd {0} && git diff --quiet --exit-code HEAD'.format(git_dir) 334 """Return True if git repository has un-tracked changes.""" 336 '$(git ls-files --exclude-standard --others)').format(git_dir) 343 """Return githash for the symbolic git commit. 346 "cros/gcc.gnu.org/branches/gcc/gcc-4_8-mobile, this function returns the git [all...] |
/prebuilts/devtools/ |
update_jars.sh | 33 echo " -m: do NOT generate a .git/MERGE_MSG" 34 echo " -u: detect and git-revert unchanged JAR files" 52 local SHA1=$( cd ../../tools/$repo ; git show-ref --head --hash HEAD ) 60 local dst=.git/MERGE_MSG
|
/build/kati/ |
bootstrap.go | 39 # http://git.savannah.gnu.org/cgit/make.git/tree/default.c?id=4.1
|
/device/linaro/hikey/uefi-tools/ |
uefi-build.sh | 308 if test -d .git && head=`git rev-parse --verify --short HEAD 2>/dev/null`; then 309 FIRMWARE_VER=`git rev-parse --short HEAD` 310 if ! git diff-index --quiet HEAD --; then
|
/external/autotest/client/site_tests/firmware_TouchMTB/tools/ |
host_replay.sh | 83 # there should be no double quotes around $log_files after git rm. 84 [ -n "$log_files" ] && git rm $log_files
|
/external/bison/ |
Makefile.am | 42 # See comments in build-aux/git-version-gen. However, we make .version depend 69 $(AM_V_GEN)if test -d $(srcdir)/.git; then \ 76 --amend=$(srcdir)/build-aux/git-log-fix \
|
/external/bison/build-aux/ |
vc-list-files | 68 if test -d .git; then 72 # Ignore git symlinks - either they point into the tree, in which case 76 eval exec git ls-tree -r 'HEAD:"$dir"' \
|
/external/linux-kselftest/tools/testing/selftests/powerpc/ |
Makefile | 9 GIT_VERSION = $(shell git describe --always --long --dirty || echo "unknown")
|
/external/nanopb-c/tools/ |
make_windows_package.sh | 5 # and requires the following tools: git, make, zip, unix2dos 10 VERSION=`git describe --always`-windows-x86 17 git archive HEAD | tar x -C $DEST
|
/tools/repohooks/tools/ |
checkpatch.pl-update | 18 GIT_URL="git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git" 19 CGIT_URL="https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/plain" 40 # Parse the git tag output to find the latest version. 46 output=$(git ls-remote --tags "${GIT_URL}")
|
/external/vulkan-validation-layers/ |
CONTRIBUTING.md | 51 * A sample git workflow may look like: 54 > $ git add -u . 55 > $ git clang-format --style=file 57 > $ git add -u . 58 > $ git commit
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
vcs.go | 24 // like Mercurial, Git, or Subversion. 46 "git+ssh": true, 63 case "git": 64 // GIT_ALLOW_PROTOCOL is an environment variable defined by Git. It is a 65 // colon-separated list of schemes that are allowed to be used with git 95 // command name (hg, git, svn, bzr). 138 // vcsGit describes how to use Git. 140 name: "Git", 141 cmd: "git", 147 // tags/xxx matches a git tag named xx [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
vcs.go | 24 // like Mercurial, Git, or Subversion. 46 "git+ssh": true, 63 case "git": 64 // GIT_ALLOW_PROTOCOL is an environment variable defined by Git. It is a 65 // colon-separated list of schemes that are allowed to be used with git 95 // command name (hg, git, svn, bzr). 138 // vcsGit describes how to use Git. 140 name: "Git", 141 cmd: "git", 147 // tags/xxx matches a git tag named xx [all...] |
/libcore/tzdata/tools2/testing/ |
prepareTzDataUpdates.sh | 42 PREVIOUSCOMMIT=$(cd bionic; git log --format=oneline ${TZDATA} | grep -E "${previousYear}.$" | head -n1) 46 PREVIOUSCOMMIT=$(cd bionic; git log --format=oneline ${TZDATA} | grep -E "${TZ_PREVIOUS}$" | head -n1) 65 (cd bionic; git show ${TZ_PREVIOUS_SHA}:${TZDATA} > ${TMP_PREVIOUS}/tzdata)
|
/build/make/core/tasks/ |
collect_gpl_sources.mk | 22 $(hide) tar cfz $@ --exclude ".git*" $(PRIVATE_PATHS)
|
/external/curl/tests/ |
testcurl.pl | 50 # --nocvsup Don't pull from git even though it is a git tree 51 # --nogitpull Don't pull from git even though it is a git tree 58 # if [curl-daily-name] is omitted, a 'curl' git directory is assumed. 69 use vars qw($version $fixed $infixed $CURLDIR $git $pwd $build $buildlog 81 # Determine if we're running from git or a canned copy of curl, 84 if (-f ".git/config") { 88 $git=1; 141 $git=0; # a given dir, assume not using gi [all...] |
/external/libusb/.private/ |
bm.sh | 17 git clean -fdx
|
/external/nanopb-c/extra/ |
nanopb.mk | 25 # Source only or git checkout
|
/external/autotest/client/profilers/powertop/src/ |
Makefile | 48 rm -rf .svn po/.svn DEADJOE po/DEADJOE todo.txt Lindent svn-commit.* dogit.sh git/ *.rej *.orig
|
/external/autotest/tko/ |
plotgraph | 35 if ($version =~ /^2\.\d+\.\d+(\.\d+|-rc\d+)?(-git\d+)?$/) {
|