OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:git
(Results
51 - 75
of
79
) sorted by null
1
2
3
4
/ndk/build/tools/
dev-rebuild-ndk.sh
111
sort -f | xargs cat |
git
hash-object --stdin | cut -c1-7`
224
--no-
git
\
package-release.sh
56
# set to 'yes' if we should use '
git
ls-files' to list the files to
59
register_var_option "--no-
git
" NO_GIT "Don't use
git
to list input files, take all of them."
241
# The list of
git
files to copy into the archives
243
echo "Collecting sources from
git
(use --no-
git
to copy all files instead)."
244
GIT_FILES=`cd $NDK_ROOT_DIR &&
git
ls-files`
343
# first create the reference ndk directory from the
git
reference
/build/
envsetup.sh
911
find -E . -name .repo -prune -o -name .
git
-prune -o -type f -iregex '.*\.(c|h|cpp|S|java|xml|sh|mk)' -print0 | xargs -0 grep --color -n "$@"
918
find . -name .repo -prune -o -name .
git
-prune -o -type f -iregex '.*\.\(c\|h\|cpp\|S\|java\|xml\|sh\|mk\)' -print0 | xargs -0 grep --color -n "$@"
930
find . -name .repo -prune -o -name .
git
-prune -o -type f -name "*\.java" -print0 | xargs -0 grep --color -n "$@"
935
find . -name .repo -prune -o -name .
git
-prune -o -type f \( -name '*.c' -o -name '*.cc' -o -name '*.cpp' -o -name '*.h' \) -print0 | xargs -0 grep --color -n "$@"
940
for dir in `find . -name .repo -prune -o -name .
git
-prune -o -name res -type d`; do find $dir -type f -name '*\.xml' -print0 | xargs -0 grep --color -n "$@"; done;
945
find . -name .repo -prune -o -name .
git
-prune -o -path ./out -prune -o -type f -name 'AndroidManifest.xml' -print0 | xargs -0 grep --color -n "$@"
950
find . -name .repo -prune -o -name .
git
-prune -o -path ./out -prune -o -name sepolicy -type d -print0 | xargs -0 grep --color -n -r --exclude-dir=\.
git
"$@"
957
find -E . -name .repo -prune -o -name .
git
-prune -o -path ./out -prune -o -type f -iregex '.*/(Makefile|Makefile\..*|.*\.make|.*\.mak|.*\.mk)' -print0 | xargs -0 grep --color -n "$@"
962
find -E . -name .repo -prune -o -name .
git
-prune -o -type f -iregex '.*\.(c|h|cpp|S|java|xml)' -print0 | xargs -0 grep --color -n -i "$@
[
all
...]
/external/webkit/Tools/Scripts/
resolve-ChangeLogs
29
# Merge and resolve ChangeLog conflicts for svn and
git
repositories
63
my $
GIT
= "
git
";
94
print STDERR "ERROR: --continue may only be used with a
git
repository\n";
97
print STDERR "ERROR: --fix-merged may only be used with a
git
repository\n";
100
print STDERR "ERROR: --merge-driver may only be used with a
git
repository\n";
111
-c|--[no-]continue run "
git
rebase --continue" after fixing ChangeLog
113
-f|--fix-merged [revision-range] fix
git
-merged ChangeLog entries; if a revision-range
114
is specified, run
git
filter-branch on the range
115
-m|--merge-driver %O %A %B act as a
git
merge-driver on files %O %A %
[
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>
122
"
git
-commit|g:s" => \$gitCommit,
123
"
git
-index" => \$gitIndex,
124
"
git
-reviewer:s" => \$gitReviewer,
130
print STDERR basename($0) . " [-b|--bug=<bugid>] [-d|--diff] [-h|--help] [-o|--open] [-g|--
git
-commit=<committish>] [--
git
-reviewer=<name>] [svndir1 [svndir2 ...]]\n";
135
print STDERR " -g|--
git
-commit Populate the ChangeLogs from the specified
git
commit\n";
136
print STDERR " --
git
-index Populate the ChangeLogs from the git index only\n"
[
all
...]
commit-log-editor
121
# $_ contains the current
git
log message
144
# Don't change anything if there's already a log message (as can happen with
git
-commit --amend).
239
# populate
git
commit message with WebKit-format ChangeLog entries unless explicitly disabled
241
chomp(my $webkitGenerateCommitMessage = `
git
config --bool branch.$branch.webkitGenerateCommitMessage`);
243
chomp($webkitGenerateCommitMessage = `
git
config --bool core.webkitGenerateCommitMessage`);
246
open CHANGELOG_ENTRIES, "-|", "$FindBin::Bin/prepare-ChangeLog --
git
-index --no-write" or die "prepare-ChangeLog failed: $!.\n";
292
# When this script gets run from inside
git
commit, msys-style paths in the
svn-apply
48
# Handles
git
-diff patches (without binary changes) created at the top-level directory
58
# Handle
git
-diff patches with binary delta
109
'.
git
' => 1,
135
# How do we handle
Git
patches applied to an SVN checkout here?
177
#
Git
will ignore the add, but re-adding large directories can be sloooow.
312
#
Git
rename.
373
# This could be made into a more general "status" call, except svn and
git
382
my $gitOutput = `
git
diff-index --name-status HEAD -- $path`;
388
# Return whether the file at the given path is known to
Git
.
393
# "error: pathspec 'test.png' did not match any file(s) known to
git
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
115
GIT_CMD=
git
257
--
git
=*) GIT_CMD=$optarg
259
--
git
-date=*) GIT_DATE=$optarg
261
--
git
-branch=*) GIT_BRANCH=$optarg
263
--
git
-base=*) GIT_BASE=$optarg
265
--
git
-reference=*) GIT_REFERENCE=$optarg
340
echo " --
git
=<cmd> Use this version of the
git
tool [$GIT_CMD]"
341
echo " --
git
-date=<date> Specify specific
git
date when download sources [none]
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh
115
GIT_CMD=
git
257
--
git
=*) GIT_CMD=$optarg
259
--
git
-date=*) GIT_DATE=$optarg
261
--
git
-branch=*) GIT_BRANCH=$optarg
263
--
git
-base=*) GIT_BASE=$optarg
265
--
git
-reference=*) GIT_REFERENCE=$optarg
340
echo " --
git
=<cmd> Use this version of the
git
tool [$GIT_CMD]"
341
echo " --
git
-date=<date> Specify specific
git
date when download sources [none]
[
all
...]
/prebuilts/qemu-kernel/arm/
rebuild.sh
293
git
ls-files -o | xargs rm -f
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiffWithMockFiles.pl
30
diff --
git
a/Makefile b/Makefile
39
diff --
git
a/Makefile b/Makefile
186
#
Git
test cases
190
diffName => "
Git
: Patch with Unix line endings and IndexPath has Unix line endings",
203
diffName => "
Git
: Patch with Windows line endings and IndexPath has Unix line endings",
216
diffName => "
Git
: Patch with Windows line endings and IndexPath has Windows line endings",
229
diffName => "
Git
: Patch with Unix line endings and IndexPath has Windows line endings",
242
diffName => "
Git
: Patch with Unix line endings and nonexistent IndexPath",
256
diffName => "
Git
: Patch with Windows line endings and nonexistent IndexPath",
/external/bison/build-aux/
gnu-web-doc-update
5
# assumes you're using
git
for revision control,
104
find_tool
GIT
git
137
current_branch=$($
GIT
branch | sed -ne '/^\* /{s///;p;q;}')
143
$
GIT
checkout "$current_branch"
144
$
GIT
submodule update --recursive
145
$
GIT
branch -d $tmp_branch
155
$
GIT
checkout -b $tmp_branch v$version
156
$
GIT
submodule update --recursive
/external/blktrace/
Makefile
65
git
-tar-tree HEAD btrace-1.0 > btrace-1.0.tar
/external/skia/tools/
submit_try
12
adds some validation and supports both
git
and svn.
63
a
git
checkout.
86
cmd = ['
git
', 'rev-parse', '--show-toplevel']
/external/webrtc/src/common_audio/signal_processing/
spl_sqrt_floor.s
2
@ Refer to NOTICE file at the root of
git
project.
/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
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttributeInfoTest.java
294
"SDK
git
repository", sdkPath);
298
File
git
= sdk.getParentFile();
local
299
File attrsPath = new File(
git
, "frameworks" + File.separator + "base"
311
checkDir(new File(
git
, "packages" + File.separator + "apps"), false, attributeMap, seen);
/build/core/
cleanspec.mk
67
$(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.
git
. CleanSpec.mk)
/external/bison/
maint.mk
60
GIT
=
git
61
VC = $(
GIT
)
102
ifeq ($(VC),$(
GIT
))
378
#
git
grep -l '\<exit *(1)' \
382
#
git
grep -l '\<exit *(0)' \
[
all
...]
/external/dhcpcd/
Makefile
106
git
archive --prefix=${DISTPREFIX}/ ${GITREF} | bzip2 > ${DISTFILE}
/frameworks/native/opengl/tools/glgen/
gen
145
echo " "
git
add $1/$3
/external/ceres-solver/docs/
build.tex
208
\texttt{ceres-solver-1.3.0}. Alternately, checkout Ceres via
git
to get
209
\texttt{ceres-solver.
git
} inside \texttt{ceres}.
213
\texttt{ceres-solver.
git
} directory for the CMake file. Then select the
introduction.tex
18
We follow Google's C++ Style Guide~\footnote{\url{http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml}} and use \texttt{
git
} for version control.
/external/blktrace/btreplay/doc/
btreplay.tex
49
\texttt{blktrace}\footnote{\texttt{
git
://
git
.kernel.dk/blktrace.
git
}}
/external/bison/lib/
gnulib.mk
24
# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libbison --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --makefile-name=gnulib.mk --no-conditional-dependencies --no-libtool --macro-prefix=gl argmatch assert c-strcase calloc-posix close closeout config-h configmake dirname error extensions fdl fopen-safer fprintf-posix getline getopt-gnu gettext
git
-version-gen gitlog-to-changelog gpl-3.0 hash inttypes isnan javacomp-script javaexec-script ldexpl malloc-gnu mbschr mbsrchr mbswidth obstack obstack-printf perror printf-posix progname quote quotearg readme-release realloc-posix snprintf-posix spawn-pipe sprintf-posix stdbool stpcpy strdup-posix strerror strtoul strverscmp unistd unistd-safer unlocked-io unsetenv update-copyright verify vsnprintf-posix vsprintf-posix warnings xalloc xalloc-die xmemdup0 xstrndup
539
## begin gnulib module
git
-version-gen
542
EXTRA_DIST += $(top_srcdir)/build-aux/
git
-version-gen
544
## end gnulib module
git
-version-gen
[
all
...]
Completed in 920 milliseconds
1
2
3
4