HomeSort by relevance Sort by last modified time
    Searched refs:git (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/webkit/Tools/EWSTools/
start-queue.sh 34 echo "QUEUE_NAME will also be used as the path to the queue: /mnt/git/webkit-QUEUE_NAME"
42 cd /mnt/git/webkit-$1
45 git reset --hard trunk
46 git clean -f
47 git rebase --abort
48 git fetch
49 git svn rebase
  /external/llvm/utils/
GetRepositoryPath 19 elif [ -f .git/svn/.metadata ]; then
20 git svn info | grep 'URL:' | cut -d: -f2-
21 elif [ -d .git ]; then
22 git remote -v | grep 'fetch' | awk '{ print $2 }'
GetSourceVersion 19 elif [ -f .git/svn/.metadata ]; then
20 git svn info | grep 'Revision:' | cut -d: -f2-
21 elif [ -d .git ]; then
22 git log -1 --pretty=format:%H
  /external/libvpx/libvpx/tools/
author_first_release.sh 7 ## If the TAGS arguments are unspecified, all tags reported by `git tag`
10 tags=${@:-$(git tag)}
12 git shortlog -n -e -s $tag |
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 47 LAST_CHANGEID=$(git show | awk '/Change-Id:/{print $2}')
55 NEW_CHANGEID=I$(echo $NEW_CHANGEID | git hash-object --stdin)
58 git commit -a -C HEAD > /dev/null
59 git commit --amend -F- << EOF
78 git commit -a --amend -F "$NEW_COMMIT_MSG"
84 git log -1 --format=%B > "$ORIG_COMMIT_MSG"
110 if ! git diff --quiet HEAD; then
116 cd "$(git rev-parse --show-toplevel)"
119 git show > "${ORIG_DIFF}"
122 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM
    [all...]
  /external/linux-tools-perf/util/
PERF-VERSION-GEN 12 # First check if there is a .git to get the version from git describe
14 if test -d ../../.git -o -f ../../.git &&
15 VN=$(git describe --abbrev=4 HEAD 2>/dev/null) &&
19 git update-index -q --refresh
20 test -z "$(git diff-index --name-only HEAD --)" ||
  /external/v8/tools/
common-includes.sh 63 local MATCH=$(git branch | grep "$1" | awk '{print $NF}' | grep -x $1)
67 git branch -D $1 || die "Deleting branch '$1' failed."
97 # Cancel if this is not a git checkout.
98 [[ -d .git ]] \
99 || die "This is not a git checkout, this script won't work for you."
108 [[ -z "$(git status -s -uno)" ]] \
112 CURRENT_BRANCH=$(git status -s -b -uno | grep "^##" | awk '{print $2}')
116 git svn fetch || die "'git svn fetch' failed."
121 git checkout -b $TEMP_BRANC
    [all...]
push-to-trunk.sh 46 git checkouts.
51 -l Manually specify the git commit ID of the last push to trunk.
91 git checkout -b $BRANCHNAME svn/bleeding_edge \
98 [[ -n "$LASTPUSH" ]] || LASTPUSH=$(git log -1 --format=%H ChangeLog)
101 # Print assumed commit, circumventing git's pager.
102 git log -1 $LASTPUSH | cat
107 LASTPUSH=$(git log -1 --format=%H $LASTPUSH^ ChangeLog)
123 COMMITS=$(git log $LASTPUSH..HEAD --format=%H)
126 git log -1 $commit --format="%w(80,8,8)%s" >> "$CHANGELOG_ENTRY_FILE"
129 git log -1 $commit --format="%B"
    [all...]
merge-to-branch.sh 116 git checkout -b $BRANCHNAME svn/$MERGE_TO_BRANCH \
122 echo ">>> Step $CURRENT_STEP: Find the git \
126 NEXT_HASH=$(git svn find-rev "r$REVISION" svn/bleeding_edge)
128 || die "Cannot determine git hash for r$REVISION"
143 PATCH_MERGE_DESCRIPTION=$(git log -1 --format=%s $HASH)
148 BUG=$(git log -1 $HASH | grep "BUG=" | awk -F '=' '{print $NF}')
170 git log -1 -p $HASH > "$TEMPORARY_PATCH_FILE"
206 git commit -a -F "$COMMITMSG_FILE" \
207 || die "'git commit -a' failed."
216 git checkout $BRANCHNAME
    [all...]
  /external/skia/tools/
git-skia-verify 13 # As the name of this script tells, it only works for git repository. :)
18 # $ git skia-verify [sha1-to-compare-default-is-HEAD^]
48 git diff --exit-code > /dev/null
54 git diff --cached --exit-code > /dev/null
65 PREVIOUS_BRANCH=`git branch --no-color | grep "^*" | awk '{ print $2}'`
79 git checkout --detach "$REVISION"
86 git checkout "$PREVIOUS_BRANCH"
92 git checkout "$PREVIOUS_BRANCH"
  /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/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/smali/
build.gradle 41 def git = org.eclipse.jgit.api.Git.open(file('.'))
42 def head = git.getRepository().getRef("HEAD")
45 if (!git.status().call().clean) {
  /external/harfbuzz_ng/src/hb-ucdn/
Makefile.am 18 -include $(top_srcdir)/git.mk
  /device/common/
generate-blob-lists.sh 115 git add .
116 git commit -m "$(echo -e 'auto-generated blob list\n\nBug: 4295425')"
120 git push $1/device/$MANUFACTURERNAME/$DEVICENAME.git HEAD:refs/for/$2/autoblobs
126 git commit --allow-empty -m "$(echo -e 'DO NOT SUBMIT - BROKEN BUILD\n\nBug: 4295425')"
130 git push $1/device/$MANUFACTURERNAME/$DEVICENAME.git HEAD:refs/for/$2/autoblobs
  /external/harfbuzz_ng/
git.mk 0 # git.mk
12 # https://raw.github.com/behdad/git.mk/master/git.mk
14 # https://github.com/behdad/git.mk
16 # To use in your project, import this file in your git repo's toplevel,
17 # then do "make -f git.mk". This modifies all Makefile.am files in
18 # your project to -include git.mk. Remember to add that line to new
20 # "make -f git.mk".
36 # by this script (that is, if "git status" shows untracked files still), send
37 # me the output of "git status" as well as your Makefile.am and Makefile fo
    [all...]
  /development/tools/findunused/
removeunusedresources 46 git rm $RESLINE > /dev/null
63 git add $RESLINE
68 git add $RESLINE
83 echo "When you're done, you can 'git commit' the change."
  /external/libvpx/libvpx/build/make/
version.sh 27 if [ -d ${source_path}/.git ]; then
28 # Source Path is a git working copy. Check for local modifications.
29 export GIT_DIR=${source_path}/.git
30 git_version_id=`git describe --match=v[0-9]* 2>/dev/null`
  /external/webkit/Tools/BuildSlaveSupport/
build-launcher-app 56 my $gitLog = `cd $sourceDir && LC_ALL=C git log --grep='git-svn-id: ' -n 1 | grep git-svn-id:`;
57 (my $revision) = ($gitLog =~ m/ +git-svn-id: .+@(\d+) /g);
70 my $gitLog = `cd $sourceDir && LC_ALL=C git log --grep='git-svn-id: ' -n 1 | grep git-svn-id:`;
71 ($url) = ($gitLog =~ m/ +git-svn-id: (.+)@\d+ /g);
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseGitDiffHeader.pl 38 diff --git a/foo.h b/foo.h
62 diff --git a/foo.h b/foo.h
88 diff --git a/foo b/foo
95 diff --git a/configure.ac b/configure.ac
116 diff --git foo.h foo.h
142 diff --git a/foo b/foo_new
146 diff --git a/bar b/bar
160 "diff --git a/bar b/bar\n"],
166 diff --git a/foo b/foo_new
170 diff --git a/bar b/ba
    [all...]
  /external/mockito/
update_source.sh 8 SOURCE="git://github.com/mockito/mockito.git"
33 git clone $SOURCE $working_dir/source
  /ndk/build/tools/
find-case-duplicates.sh 19 # from the git repository. This is used to remove them when generating
26 ORG_FILES=`(cd $NDK_ROOT_DIR && git ls-files) | sort -f`
  /external/qemu/distrib/
make-distrib.sh 27 cd $TMPDIR && git clone file://$TOPDIR $QEMUDIR && rm -rf $QEMUDIR/.git
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 159 test -d .git && vc_ignore=.gitignore
227 # See if we can use gnulib's git-merge-changelog merge driver.
228 if test -d .git && (git --version) >/dev/null 2>/dev/null ; then
229 if git config merge.merge-changelog.driver >/dev/null ; then
231 elif (git-merge-changelog --version) >/dev/null 2>/dev/null ; then
232 echo "initializing git-merge-changelog driver"
233 git config merge.merge-changelog.name 'GNU-style ChangeLog merge driver'
234 git config merge.merge-changelog.driver 'git-merge-changelog %O %A %B
    [all...]

Completed in 865 milliseconds

1 2 3 4