Searched full:remotes (Results 1 – 25 of 81) sorted by relevance
1234
325 git config svn-remote.svn.fetch :refs/remotes/origin/master395 git config svn-remote.svn.fetch :refs/remotes/origin/master402 git config svn-remote.svn.fetch :refs/remotes/origin/master409 git config svn-remote.svn.fetch :refs/remotes/origin/master569 # Add remotes for each git mirror you use, from upstream as well as597 refs/remotes/local \599 --new-repo-prefix=refs/remotes/upstream/monorepo \600 --old-repo-prefix=refs/remotes/upstream/split \613 $(git -C my-monorepo merge-base refs/remotes/upstream/monorepo/master \614 refs/remotes/local/split/llvm/${my_local_branch})[all …]
... -string/.git/logs/refs/remotes/ j-format-string/.git/ ...
73 remotes: Box<[Remote]>, field130 let mut remotes = vec![]; in create() localVariable150 remotes.push(Remote { in create()158 remotes: remotes.into_boxed_slice(), in create()464 let num = worker.shared.remotes.len(); in steal_work()476 let target = &worker.shared.remotes[i]; in steal_work()613 &self.shared.remotes[self.index] in remote()778 self.remotes[index].unpark.unpark(); in notify_parked()783 for remote in &self.remotes[..] { in notify_all()789 for remote in &self.remotes[..] { in notify_if_work_pending()[all …]
69 remotes, argument77 remotes: A list of machine names or ip addresses to be managed. Names97 self.machines = list(set(remotes)) or []134 _, remotes = line.split(':')135 remotes = remotes.strip()136 for r in remotes.split():
73 '+refs/heads/*:refs/remotes/upstream/heads/*')75 '+refs/tags/*:refs/remotes/upstream/tags/*')80 logging.info('Fetching git remotes')104 m = re.match('refs/remotes/upstream/' + FILTER_REGEX, ref)
161 (refs/remotes/*);;164 local UPSTREAM="${UPSTREAM_FULL#refs/remotes/}"174 …-name @{u})";case "$F" in (refs/remotes/*);;(*)echo "Set your remote upstream branch.";return 2;;e…
155 (refs/remotes/*);;158 local UPSTREAM="${UPSTREAM_FULL#refs/remotes/}"168 …-name @{u})";case "$F" in (refs/remotes/*);;(*)echo "Set your remote upstream branch.";return 2;;e…
21 git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master
20 git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master
53 git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master
2 # uisng 'perf' on the remotes to get performance profiles.10 # Note: You can specify multiple remotes, to run your tests in parallel on
10 # Note: You can specify multiple remotes, to run your tests in parallel on
40 REMOTES = { variable91 for name, fetch in REMOTES.items():110 for name, fetch in REMOTES.items():
144 +refs/heads/*:refs/remotes/upstream/*145 +refs/pull/*/head:refs/remotes/upstream/pr/*148 * If the line `+refs/pull/*/head:refs/remotes/upstream/pr/*` is not present in152 git config --local --add remote.upstream.fetch '+refs/pull/*/head:refs/remotes/upstream/pr/*'
31 73594cde8c9a52a102c4341c244c833aa61b9c06 third_party/bloaty (remotes/origin/wide-14-g73594cd)32 b29b21a81b32ec273f118f589f46d56ad3332420 third_party/boringssl (remotes/origin/chromium-stable)
32 parser.add_argument('remotes', nargs=argparse.REMAINDER)36 machine_list = options.remotes
354 # Second test: Remotes listed in labels.380 # remotes (Call GetDefaultRemotes).412 remotes = ef.GetDefaultRemotes(b)414 self.assertEqual(len(remotes), 1)416 self.assertGreaterEqual(len(remotes), 2)
31 73594cde8c9a52a102c4341c244c833aa61b9c06 third_party/bloaty (remotes/origin/wide-14-g73594cd)32 …29c6e0e27268f5a43e039cd2ed4e849d6b736fc1 third_party/boringssl-with-bazel (remotes/origin/master-w…
91 remotes = out.decode().splitlines()94 for line in remotes:
... master qemu-iotests/.git/refs/remotes/ qemu-iotests/.git/refs/ ...
98 remotes = command_output(['git', 'remote'], self.subdir).splitlines()99 if b'known-good' not in remotes:
39 'git', 'symbolic-ref', 'refs/remotes/origin/HEAD',40 'refs/remotes/origin/master'