OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkoutable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/
git-sync-deps
84
def git_checkout_to_directory(git, repo,
checkoutable
, directory, verbose):
93
checkoutable
(string) a tag, branch, or commit, suitable for
121
[git, 'checkout', '--quiet',
checkoutable
], cwd=directory)
124
sys.stdout.write('%s\n @ %s\n' % (directory,
checkoutable
)) # Success.
168
repo,
checkoutable
= dependencies[directory].split('@', 1)
170
repo,
checkoutable
= dependencies[directory], 'origin/master'
175
(git, repo,
checkoutable
, relative_directory, verbose))
/external/skia/tools/
git-sync-deps
84
def git_checkout_to_directory(git, repo,
checkoutable
, directory, verbose):
93
checkoutable
(string) a tag, branch, or commit, suitable for
121
[git, 'checkout', '--quiet',
checkoutable
], cwd=directory)
124
sys.stdout.write('%s\n @ %s\n' % (directory,
checkoutable
)) # Success.
168
repo,
checkoutable
= dependencies[directory].split('@', 1)
170
repo,
checkoutable
= dependencies[directory], 'origin/master'
175
(git, repo,
checkoutable
, relative_directory, verbose))
Completed in 75 milliseconds