/external/strace/ |
git-version-gen | 20 # This script is derived from GIT-VERSION-GEN from GIT: http://git.or.cz/. 22 # - from a git repository in which the "git describe" command below 24 # - from a non-git-repo directory containing a .tarball-version file, which 25 # presumes this script is invoked like "./git-version-gen .tarball-version". 32 # the last time autoconf was run, and used by git-version-gen. Must not 33 # be present in either $(srcdir) or $(builddir) for git-version-gen to 58 # m4_esyscmd([build-aux/git-version-gen .tarball-version]) [all...] |
travis-ci.sh | 5 git fetch --unshallow 6 ./git-set-file-times
|
/external/libvpx/libvpx/tools/ |
gen_authors.sh | 6 # This file is automatically generated from the git commit history 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
|
ftfy.sh | 48 LAST_CHANGEID=$(git show | awk '/Change-Id:/{print $2}') 56 NEW_CHANGEID=I$(echo $NEW_CHANGEID | git hash-object --stdin) 59 git commit -a -C HEAD > /dev/null 60 git commit --amend -F- << EOF 79 git commit -a --amend -F "$NEW_COMMIT_MSG" 85 git log -1 --format=%B > "$ORIG_COMMIT_MSG" 111 if ! git diff --quiet HEAD; then 117 cd "$(git rev-parse --show-toplevel)" 120 git show > "${ORIG_DIFF}" 123 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM); d [all...] |
/external/mesa3d/bin/ |
shortlog_mesa.sh | 9 git shortlog $* | while read l
|
get-pick-list.sh | 6 git log --reverse --grep="cherry picked from commit" origin/master..HEAD |\ 11 git log --reverse --pretty=%H -i --grep='^[[:space:]]*NOTE: This is a candidate' HEAD..origin/master |\ 26 git log -n1 --pretty=oneline $sha | cat
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
gen_authors.sh | 6 # This file is automatically generated from the git commit history 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
|
ftfy.sh | 48 LAST_CHANGEID=$(git show | awk '/Change-Id:/{print $2}') 56 NEW_CHANGEID=I$(echo $NEW_CHANGEID | git hash-object --stdin) 59 git commit -a -C HEAD > /dev/null 60 git commit --amend -F- << EOF 79 git commit -a --amend -F "$NEW_COMMIT_MSG" 85 git log -1 --format=%B > "$ORIG_COMMIT_MSG" 111 if ! git diff --quiet HEAD; then 117 cd "$(git rev-parse --show-toplevel)" 120 git show > "${ORIG_DIFF}" 123 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM); d [all...] |
/external/selinux/scripts/ |
release | 6 git tag -a $(date '+%Y%m%d') -m "Release $(date '+%Y%m%d')" 15 git tag $i-$VERS > /dev/null 2>&1 16 git archive --format=tar --prefix=$i-$VERS/ $i-$VERS | gzip > ../$DEST/$ARCHIVE
|
/external/bison/build-aux/ |
git-version-gen | 20 # This script is derived from GIT-VERSION-GEN from GIT: http://git.or.cz/. 22 # - from a git repository in which the "git describe" command below 24 # - from a non-git-repo directory containing a .tarball-version file, which 25 # presumes this script is invoked like "./git-version-gen .tarball-version". 32 # the last time autoconf was run, and used by git-version-gen. Must not 33 # be present in either $(srcdir) or $(builddir) for git-version-gen to 58 # m4_esyscmd([build-aux/git-version-gen .tarball-version]) [all...] |
/external/guice/util/ |
generate-latest-docs.sh | 16 git config --global user.email "travis@travis-ci.org" 17 git config --global user.name "travis-ci" 18 git clone --quiet --branch=gh-pages https://${GH_TOKEN}@github.com/google/guice gh-pages > /dev/null 21 git rm -rf api-docs/latest/api-diffs api-docs/latest/javadoc 25 git add -f . 26 git commit -m "Lastest javadoc & api-diffs on successful travis build $TRAVIS_BUILD_NUMBER auto-pushed to gh-pages" 27 git push -fq origin gh-pages > /dev/null
|
/external/skia/tools/ |
git-sync-deps | 8 """Parse a DEPS file and git checkout all of the dependencies. 14 GIT_EXECUTABLE: path to "git" binary; if unset, will look for one of 15 ['git', 'git.exe', 'git.bat'] in your default path. 22 Git Config: 25 git config sync-deps.disable true 29 git config --unset sync-deps.disable 40 """Find the git executable. 46 searchlist = ['git', 'git.exe', 'git.bat' [all...] |
/external/avahi/ |
autogen.sh | 45 if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then 46 cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit && \ 47 chmod +x .git/hooks/pre-commit && \
|
/external/wpa_supplicant_8/hostapd/ |
Makefile | 33 # Add VERSION_STR postfix for builds from a git repository 34 ifeq ($(wildcard ../.git),../.git) 35 GITVER := $(shell git describe --dirty=+)
|
/external/iptables/ |
release.sh | 15 git shortlog "v$PREV_VERSION..v$VERSION" > "$TMPDIR/$CHANGELOG" 16 git diff "v$PREV_VERSION..v$VERSION" | bzip2 > "$TMPDIR/$PATCH" 17 git archive --prefix="iptables-$VERSION/" "v$VERSION" | tar -xC "$TMPDIR/"
|
/external/libweave/third_party/ |
get_gtest.sh | 13 git clone https://github.com/google/googletest.git || exit 1 18 git reset --hard 82b11b8cfcca464c2ac74b623d04e74452e74f32
|
/external/skia/bin/ |
c | 5 BRANCH=$(git branch | grep \* | cut -d" " -f 2) 15 git checkout $CLEAN 21 git checkout $BRANCH
|
/prebuilts/go/darwin-x86/src/ |
bootstrap.bash | 15 # Only changes that have been committed to Git (at least locally, 39 if [ -e .git ]; then 40 git clean -f -d 65 rm -rf pkg/bootstrap pkg/obj .git
|
/prebuilts/go/linux-x86/src/ |
bootstrap.bash | 15 # Only changes that have been committed to Git (at least locally, 39 if [ -e .git ]; then 40 git clean -f -d 65 rm -rf pkg/bootstrap pkg/obj .git
|
/prebuilts/ninja/darwin-x86/ |
build-common.sh | 15 # INSTALL - install directory/git repo root 22 # 3) checkout the destination git repo to /tmp/prebuilts/$PROJ/$OS-x86/$VER 94 # check into a local git clone 98 git clone https://android.googlesource.com/platform/prebuilts/$PROJ/$OS-x86 101 git rm -r * || true # ignore error caused by empty directory 103 git reset -- $EXTRA_FILE 104 git checkout HEAD -- $EXTRA_FILE 110 git add . 111 git commit -m "Adding binaries for ${INSTALL_VER}${EXTRA_COMMIT_MSG}" 114 #git push origin HEAD:refs/for/maste [all...] |
/prebuilts/ninja/linux-x86/ |
build-common.sh | 15 # INSTALL - install directory/git repo root 22 # 3) checkout the destination git repo to /tmp/prebuilts/$PROJ/$OS-x86/$VER 94 # check into a local git clone 98 git clone https://android.googlesource.com/platform/prebuilts/$PROJ/$OS-x86 101 git rm -r * || true # ignore error caused by empty directory 103 git reset -- $EXTRA_FILE 104 git checkout HEAD -- $EXTRA_FILE 110 git add . 111 git commit -m "Adding binaries for ${INSTALL_VER}${EXTRA_COMMIT_MSG}" 114 #git push origin HEAD:refs/for/maste [all...] |
/external/harfbuzz_ng/src/hb-ucdn/ |
Makefile.am | 16 -include $(top_srcdir)/git.mk
|
/prebuilts/go/darwin-x86/misc/git/ |
pre-commit | 6 # git gofmt pre-commit hook 8 # To use, store as .git/hooks/pre-commit inside your repository and make sure 13 gofiles=$(git diff --cached --name-only --diff-filter=ACM | grep '.go$')
|
/prebuilts/go/linux-x86/misc/git/ |
pre-commit | 6 # git gofmt pre-commit hook 8 # To use, store as .git/hooks/pre-commit inside your repository and make sure 13 gofiles=$(git diff --cached --name-only --diff-filter=ACM | grep '.go$')
|
/external/autotest/client/site_tests/desktopui_CameraApp/src/ |
Makefile | 13 git clone $(GIT_CLONE_URL)
|