HomeSort by relevance Sort by last modified time
    Searched refs:upstream_branch (Results 1 - 7 of 7) sorted by null

  /development/tools/repo_diff/service/repodiff/tools/migrations/
2018_04_03__23_31_04_upgrade.sql 9 upstream_branch VARCHAR(255) NOT NULL,
13 INDEX idx_url_branch_commits (upstream_url, upstream_branch, downstream_url, downstream_branch, commits),
14 INDEX idx_url_branch_lines (upstream_url, upstream_branch, downstream_url, downstream_branch, line_changes)
2018_03_29__22_12_23_upgrade.sql 10 upstream_branch VARCHAR(255) NOT NULL,
14 INDEX idx_url_branch_commits (upstream_url, upstream_branch, downstream_url, downstream_branch, commits),
15 INDEX idx_url_branch_lines (upstream_url, upstream_branch, downstream_url, downstream_branch, line_changes)
2018_02_23__20_20_32_upgrade.sql 9 upstream_branch VARCHAR(255) NOT NULL,
13 INDEX idx_url_branch (upstream_url, upstream_branch, downstream_url, downstream_branch)
2018_03_28__16_59_46_upgrade.sql 10 upstream_branch VARCHAR(255) NOT NULL,
14 INDEX idx_url_branch (upstream_url, upstream_branch, downstream_url, downstream_branch)
2018_02_22__19_16_57_upgrade.sql 15 upstream_branch VARCHAR(255) NOT NULL,
19 INDEX idx_url_branch (upstream_url, upstream_branch, downstream_url, downstream_branch)
  /development/tools/repo_diff/service/repodiff/repositories/
denormalizer.go 45 upstream_branch,
58 upstream_branch,
69 upstream_branch,
78 upstream_branch,
111 upstream_branch,
123 upstream_branch,
133 upstream_branch,
141 upstream_branch,
180 upstream_branch,
227 upstream_branch,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/git-svn/
git-llvm 153 upstream_branch = git('for-each-ref', '--format=%(upstream:short)',
155 if not upstream_branch:
156 upstream_branch = 'origin/master'
159 upstream_rev = git('merge-base', 'HEAD', upstream_branch)

Completed in 116 milliseconds