OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:git
(Results
1 - 25
of
56
) sorted by null
1
2
3
/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 [ -d .
git
/svn ]; 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 [ -d .
git
/svn ]; then
20
git
svn info | grep 'Revision:' | cut -d: -f2-
21
elif [ -d .
git
]; then
22
git
log -1 --pretty=format:%H
/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)
/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/"
/ndk/build/tools/
download-toolchain-sources.sh
18
# from the
git
server at android.
git
.kernel.org and package them in a nice tarball
40
register_var_option "--
git
-date=<date>" GIT_DATE "Only sources that existed until specified <date>"
42
GITCMD=
git
43
register_var_option "--
git
=<executable>" GITCMD "Use this version of the
git
tool"
46
register_var_option "--
git
-http" OPTION_GIT_HTTP "Use http to download sources from
git
"
49
register_var_option "--
git
-base=<
git
-uri>" OPTION_GIT_BASE "Use specific git repository base
[
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`
/external/dbus/
autogen.sh
16
if [ -f .
git
/hooks/pre-commit.sample -a ! -f .
git
/hooks/pre-commit ] ; then
18
cp -av .
git
/hooks/pre-commit.sample .
git
/hooks/pre-commit
19
chmod -c +x .
git
/hooks/pre-commit
/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/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
...]
setChangeLogDateAndReviewer.pl
43
diff --
git
a/WebCore/ChangeLog b/WebCore/ChangeLog
60
diff --
git
a/WebCore/ChangeLog b/WebCore/ChangeLog
82
diff --
git
a/WebCore/ChangeLog b/WebCore/ChangeLog
99
diff --
git
a/WebCore/ChangeLog b/WebCore/ChangeLog
/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
...]
/development/tools/emulator/system/qemud/
Android.mk
4
# development.
git
/tools/emulator/. The following test is to ensure
/sdk/build/
windows_sdk_tools.mk
4
# to device which tools we want to build from the sdk.
git
project.
/sdk/emulator/qemud/
Android.mk
4
# development.
git
/tools/emulator/. The following test is to ensure
/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 >> $@); \
/prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/
build-toolchain.sh
102
# Where to download the toolchain sources from android.
git
.kernel.org
130
GIT_PREFIX=
git
://android.
git
.kernel.org/toolchain
133
PROJECT_GIT="$GIT_PREFIX/$PROJECT.
git
"
137
(
git
clone $PROJECT_GIT $PROJECT_DIR) > /dev/null 2>&1
138
fail_panic "$PROJECT: Could not
git
clone!!"
142
REVISION=`
git
rev-list -n 1 --until="$GIT_DATE" HEAD` &&
143
run
git
checkout $REVISION) > /dev/null 2>&1
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/
build-toolchain.sh
102
# Where to download the toolchain sources from android.
git
.kernel.org
130
GIT_PREFIX=
git
://android.
git
.kernel.org/toolchain
133
PROJECT_GIT="$GIT_PREFIX/$PROJECT.
git
"
137
(
git
clone $PROJECT_GIT $PROJECT_DIR) > /dev/null 2>&1
138
fail_panic "$PROJECT: Could not
git
clone!!"
142
REVISION=`
git
rev-list -n 1 --until="$GIT_DATE" HEAD` &&
143
run
git
checkout $REVISION) > /dev/null 2>&1
/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 \
/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>
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh
65
GIT_CMD=
git
70
GIT_BASE_DEFAULT=
git
://android.
git
.kernel.org/toolchain
90
# the final toolchain. This includes both SHA-1 for toolchain
git
repositories
225
--
git
=*) GIT_CMD=$optarg
227
--
git
-date=*) GIT_DATE=$optarg
229
--
git
-branch=*) GIT_BRANCH=$optarg
231
--
git
-base=*) GIT_BASE=$optarg
233
--
git
-reference=*) GIT_REFERENCE=$optarg
270
are downloaded from android.
git
.toolchain.org/toolchain/. One way to do tha
[
all
...]
/device/common/
generate-blob-scripts.sh
289
git
add .
290
git
commit -m "$(echo -e 'auto-generated blob-handling scripts\n\nBug: 4295425')"
294
git
push ssh://$1:29418/device/$MANUFACTURERNAME/$DEVICENAME.
git
HEAD:refs/for/$2/autoblobs
Completed in 855 milliseconds
1
2
3