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

1 2

  /external/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)
  /ndk/build/tools/
download-toolchain-sources.sh 18 # from the git server at android.git.kernel.org and package them in a nice tarball
35 GITCMD=git
36 register_var_option "--git=<executable>" GITCMD "Use this version of the git tool"
39 register_var_option "--git-http" OPTION_GIT_HTTP "Use http to download sources from git"
46 "Download the NDK toolchain sources from android.git.kernel.org into <src-dir>.
52 # Check that 'git' works
55 echo "The git tool doesn't seem to work. Please check $GITCMD
    [all...]
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`
dev-cleanup.sh 30 if [ ! -d $DIR/.git ] ; then
build-ccache.sh 36 DOWNLOAD_ROOT=http://android.git.kernel.org/pub
package-release.sh 52 # set to 'yes' if we should use 'git ls-files' to list the files to
55 register_var_option "--no-git" NO_GIT "Don't use git to list input files, take all of them."
166 # The list of git files to copy into the archives
168 echo "Collecting sources from git (use --no-git to copy all files instead)."
169 GIT_FILES=`cd $NDK_ROOT_DIR && git ls-files`
191 # first create the reference ndk directory from the git reference
  /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/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/WebKitTools/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/qemu/distrib/
make-distrib.sh 27 cd $TMPDIR && git clone file://$TOPDIR $QEMUDIR && rm -rf $QEMUDIR/.git
  /external/bluetooth/glib/
Makefile.am 92 @if test -d "$(srcdir)/.git"; then \
93 (GIT_DIR=$(top_srcdir)/.git ./missing --run git log GLIB_2_20_0^^.. --stat) | fmt --split-only > $@.tmp \
97 (test -f $@ || echo git-log is required to generate this file >> $@)); \
100 (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
101 echo A git checkout and git-log is required to generate this file >> $@); \
  /external/dhcpcd/mk/
cc.mk 12 # Try and use some good cc flags if we're building from git
18 _CC_FLAGS_SH= if ! test -d .git; then echo ""; else for f in ${_CCFLAGS}; do \
dist.mk 21 git archive --prefix=${DISTPREFIX}/ ${GITREF} | bzip2 > ${DISTFILE}
  /device/common/
generate-blob-scripts.sh 194 git add .
195 git commit -m "auto-generated blob-handling scripts"
199 git push ssh://$1:29418/device/$MANUFACTURERNAME/$DEVICENAME.git HEAD:refs/for/$2
  /development/pdk/docs/source/
source_toc.cs 11 <li><a href="http://android.git.kernel.org/">Browse Source</a> <span style="font-size: 75%; font-variant: small-caps">[off-site]</span></li>
19 <li><a href="<?cs var:toroot ?>source/git-repo.html">Using git and repo</a></li>
  /external/webkit/WebKitTools/Scripts/
VCSUtils.pm 101 return system("cd $dir && git rev-parse > " . File::Spec->devnull() . " 2>&1") == 0;
115 chomp($gitBranch = `git symbolic-ref -q HEAD`);
127 chomp(my $override = `git config --bool branch.$branch.webKitBranchBuild`);
132 chomp(my $gitBranchBuild = `git config --bool core.webKitBranchBuild`);
184 chomp(my $gitDir = `git rev-parse --git-dir`);
258 my $gitLog = `cd $dir && LC_ALL=C git log --grep='git-svn-id: ' -n 1 | grep git-svn-id:`;
259 ($revision) = ($gitLog =~ m/ +git-svn-id: .+@(\d+) /g)
    [all...]
prepare-ChangeLog 32 # Git support added by Adam Roben <aroben@apple.com>
33 # --git-index flag added by Joe Mason <joe.mason@torchmobile.com>
117 "git-commit:s" => \$gitCommit,
118 "git-index" => \$gitIndex,
119 "git-reviewer:s" => \$gitReviewer,
125 print STDERR basename($0) . " [--bug] [-d|--diff] [-h|--help] [-o|--open] [--git-commit=<committish>] [--git-reviewer=<name>] [svndir1 [svndir2 ...]]\n";
128 print STDERR " --git-commit Populate the ChangeLogs from the specified git commit\n";
129 print STDERR " --git-index Populate the ChangeLogs from the git index only\n"
    [all...]
commit-log-editor 100 # $_ contains the current git log message
124 # (as can happen with git-commit --amend)
226 # populate git commit message with WebKit-format ChangeLog entries unless explicitly disabled
228 chomp(my $webkitGenerateCommitMessage = `git config --bool branch.$branch.webkitGenerateCommitMessage`);
230 chomp($webkitGenerateCommitMessage = `git config --bool core.webkitGenerateCommitMessage`);
233 open CHANGELOG_ENTRIES, "-|", "$FindBin::Bin/prepare-ChangeLog --git-index --no-write" or die "prepare-ChangeLog failed: $!.\n";
resolve-ChangeLogs 29 # Merge and resolve ChangeLog conflicts for svn and git repositories
63 my $GIT = "git";
92 print STDERR "ERROR: --continue may only be used with a git repository\n";
95 print STDERR "ERROR: --fix-merged may only be used with a git repository\n";
103 -c|--[no-]continue run "git rebase --continue" after fixing ChangeLog
105 -f|--fix-merged [revision-range] fix git-merged ChangeLog entries; if a revision-range
106 is specified, run git filter-branch on the range
136 print "Unmerged files; skipping '$GIT rebase --continue'.\n";
138 print "Running '$GIT rebase --continue'...\n"
    [all...]
svn-apply 49 # Handles git-diff patches (without binary changes) created at the top-level directory
59 # Handle git-diff patches with binary delta
115 '.git' => 1,
136 if (!defined($indexPath) && m#^diff --git \w/#) {
176 # How do we handle Git patches applied to an SVN checkout here?
214 # Git will ignore the add, but re-adding large directories can be sloooow.
369 # Git binary change
416 # This could be made into a more general "status" call, except svn and git
425 my $gitOutput = `git diff-index --name-status HEAD -- $path`;
443 `git ls-files --error-unmatch -- $path`
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
parseDiff.pl 173 diffName => "SVN: SVN diff followed by Git diff", # Should not recognize Git start
181 diff --git a/Makefile b/Makefile
195 diff --git a/Makefile b/Makefile
210 diffName => "Git: simple",
212 diff --git a/Makefile b/Makefile
235 diffName => "Git: Git diff followed by SVN diff", # Should not recognize SVN start
237 diff --git a/Makefile b/Makefile
gitdiff2svndiff.pl 54 diff --git a/WebCore/rendering/style/StyleFlexibleBoxData.h b/WebCore/rendering/style/StyleFlexibleBoxData.h
72 # New test: check each git header line with different line endings
93 my $title = "gitdiff2svndiff: Convert mnemonic git diff to svn diff";
96 { 'a' => 'i', 'b' => 'w' }, # git-diff (compares the (i)ndex and the (w)ork tree)
97 { 'a' => 'c', 'b' => 'w' }, # git-diff HEAD (compares a (c)ommit and the (w)ork tree)
98 { 'a' => 'c', 'b' => 'i' }, # git diff --cached (compares a (c)ommit and the (i)ndex)
99 { 'a' => 'o', 'b' => 'w' }, # git-diff HEAD:file1 file2 (compares an (o)bject and a (w)ork tree entity)
100 { 'a' => '1', 'b' => '2' }, # git diff --no-index a b (compares two non-git things (1) and (2))
parseDiffHeader.pl 175 diffName => "Git: simple",
177 diff --git a/WebCore/rendering/style/StyleFlexibleBoxData.h b/WebCore/rendering/style/StyleFlexibleBoxData.h
199 diffName => "Git: unrecognized lines",
201 diff --git a/LayoutTests/http/tests/security/listener/xss-inactive-closure.html b/LayoutTests/http/tests/security/listener/xss-inactive-closure.html
  /external/blktrace/
Makefile 65 git-tar-tree HEAD btrace-1.0 > btrace-1.0.tar
  /external/blktrace/doc/
blktrace.tex 52 as part of the following git repository:
54 git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git bt
65 As noted above, the kernel patch along with the blktrace and blkparse utilities are stored in a git repository. One simple way to get going would be:
68 % git clone git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git b
    [all...]

Completed in 339 milliseconds

1 2