HomeSort by relevance Sort by last modified time
    Searched refs:git (Results 26 - 50 of 57) sorted by null

12 3

  /external/dhcpcd/mk/
dist.mk 21 git archive --prefix=${DISTPREFIX}/ ${GITREF} | bzip2 > ${DISTFILE}
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiffHeader.pl 46 # (e.g. undef for "sourceRevision" for Git), and (3) key-values unique to
79 # Git test cases
82 diffName => "Git: Non-zero executable bit",
84 diff --git a/foo.exe b/foo.exe
parseDiff.pl 236 diffName => "SVN: SVN diff followed by Git diff", # Should not recognize Git start
244 diff --git a/Makefile b/Makefile
259 diff --git a/Makefile b/Makefile
959 # Git test cases
963 diffName => "Git: simple",
965 diff --git a/Makefile b/Makefile
987 diffName => "Git: new file",
989 diff --git a/foo.h b/foo.h
996 diff --git a/bar b/ba
    [all...]
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",
  /frameworks/compile/libbcc/
libbcc-gen-build-stamp.mk 54 $(wildcard $(LOCAL_PATH)/.git/COMMIT_EDITMSG)
  /ndk/build/tools/
build-ccache.sh 36 DOWNLOAD_ROOT=http://android.git.kernel.org/pub
dev-cleanup.sh 30 if [ ! -d $DIR/.git ] ; then
dev-rebuild-ndk.sh 107 sort -f | xargs cat | git hash-object --stdin | cut -c1-7`
224 --no-git \
  /external/webkit/Tools/Scripts/
VCSUtils.pm 102 my $gitDiffStartRegEx = qr#^diff --git (\w/)?(.+) (\w/)?([^\r\n]+)#;
156 system("git", "mv", $source, $destination);
197 return system("cd $dir && git rev-parse > " . File::Spec->devnull() . " 2>&1") == 0;
213 # if you're in a git-svn checkout. The best suggestions seen so far
215 my $output = `git config --get svn-remote.svn.fetch 2>& 1`;
223 chomp($gitBranch = `git symbolic-ref -q HEAD`);
235 chomp(my $override = `git config --bool branch.$branch.webKitBranchBuild`);
240 chomp(my $gitBranchBuild = `git config --bool core.webKitBranchBuild`);
292 chomp(my $gitDir = `git rev-parse --git-dir`)
    [all...]
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...]
  /development/tools/emulator/system/gps/
Android.mk 17 # development.git/tools/emulator/. The following test is to ensure
  /sdk/emulator/sensors/
Android.mk 17 # development.git/tools/emulator/. The following test is to ensure
  /build/
envsetup.sh 758 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 "$@"
765 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 "$@"
772 find . -name .repo -prune -o -name .git -prune -o -type f -name "*\.java" -print0 | xargs -0 grep --color -n "$@"
777 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 "$@"
782 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;
789 find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*/(Makefile|Makefile\..*|.*\.make|.*\.mak|.*\.mk)' -print0 | xargs -0 grep --color -n "$@"
794 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 "$@"
801 find . -name .repo -prune -o -name .git -prune -o -regextype posix-egrep -iregex '(.*\/Makefile|.*\/Makefile\..*|.*\.make|.*\.mak|.*\.mk)' -type f -print0 | xargs -0 grep --color -n "$@"
806 find . -name .repo -prune -o -name .git -prune -o -regextype posix-egrep -iregex '.*\.(c|h|cpp|S|java|xml)' -type f -print0 | xargs -0 grep --color -n -i "$@"
  /prebuilt/android-arm/kernel/
rebuild.sh 293 git ls-files -o | xargs rm -f
  /development/tools/emulator/system/qemu-props/
Android.mk 20 # development.git/tools/emulator/. The following test is to ensure
  /development/tools/emulator/system/sensors/
Android.mk 17 # development.git/tools/emulator/. The following test is to ensure
  /device/moto/stingray/
BoardConfig.mk 32 $(warning and (if it comes from git))
  /sdk/emulator/gps/
Android.mk 17 # development.git/tools/emulator/. The following test is to ensure
  /sdk/emulator/tools/
Android.mk 20 # development.git/tools/emulator/. The following test is to ensure
  /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...]
  /build/core/
cleanspec.mk 67 $(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.git . CleanSpec.mk)

Completed in 3689 milliseconds

12 3