Home
last modified time | relevance | path

Searched refs:remote_branch (Results 1 – 25 of 121) sorted by relevance

12345

/dports/devel/git-cola/git-cola-3.10.1/test/
H A Dmain_model_test.py86 self.remote_branch = 'remote'
94 remote_branch=self.remote_branch,
109 remote_branch=self.remote_branch,
124 remote_branch=self.remote_branch,
140 remote_branch=self.remote_branch,
153 local_branch=self.remote_branch,
154 remote_branch=self.local_branch,
168 local_branch=self.remote_branch,
169 remote_branch=self.local_branch,
183 remote_branch=self.local_branch,
[all …]
/dports/devel/anjuta/anjuta-3.34.0/plugins/git/
H A Dgit-rebase-start-command.c29 gchar *remote_branch; member
48 g_free (self->priv->remote_branch); in git_rebase_start_command_finalize()
62 git_command_add_arg (GIT_COMMAND (command), self->priv->remote_branch); in git_rebase_start_command_run()
82 const gchar *remote_branch) in git_rebase_start_command_new() argument
91 self->priv->remote_branch = g_strdup (remote_branch); in git_rebase_start_command_new()
/dports/devel/git-extras/git-extras-6.3.0/bin/
H A Dgit-sync54 local remote_branch
56 if ! remote_branch="$(git rev-parse --abbrev-ref --symbolic-full-name @{u} 2>/dev/null)"; then
67 remote_branch="${remote}/${branch}"
70 echo -n "Are you sure you want to clean all changes & sync with '${remote_branch}'? [y/N]: "
76 git fetch "${remote}" "${branch}" && git reset --hard "${remote_branch}"
78 … git fetch "${remote}" "${branch}" && git reset --hard "${remote_branch}" && git clean -d -f -x
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dmissing.py38 def find_unmerged(local_branch, remote_branch, restrict='all', argument
64 with local_branch.lock_read(), remote_branch.lock_read():
66 local_branch, remote_branch, restrict=restrict,
153 def _find_unmerged(local_branch, remote_branch, restrict, argument
166 remote_revno, remote_revision_id = remote_branch.last_revision_info()
168 remote_revision_id = remote_branch.last_revision()
174 graph = local_branch.repository.get_graph(remote_branch.repository)
193 remotes = _enumerate_with_merges(remote_branch, remote_extra,
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/vcs/
H A Dgitrepo.py178 remote, remote_branch = self.tracked_remote(branch)
179 return (remote != "local" or remote_branch != "local")
205 remote_branch = remote_merge[remote_merge.rfind('/')+1:]
206 return (remote_name, remote_branch)
217 remote, remote_branch = self.tracked_remote(branch)
220 if branch == remote_branch:
223 return remote + '/' + remote_branch
/dports/devel/brz/breezy-3.2.0/breezy/plugins/propose/
H A Dcmds.py93 remote_branch, public_url = hoster.publish_derived(
97 local_branch.set_push_location(remote_branch.user_url)
103 def summarize_unmerged(local_branch, remote_branch, target, argument
117 remote_branch, prerequisite_branch, restrict='local')[0]
120 remote_branch, target, restrict='local')[0]
122 if remote_branch.supports_tags():
123 rev_tag_dict = remote_branch.tags.get_reverse_tag_dict()
192 remote_branch, public_branch_url = hoster.publish_derived(
195 branch.set_push_location(remote_branch.user_url)
202 proposal_builder = hoster.get_proposer(remote_branch, target)
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/tools/git/
H A Dgit_merge_log.pl31 my($remote_branch, $local_branch) = @_;
35 …my @lines = `git log --no-merges --cherry-mark --right-only $remote_branch...$local_branch --prett…
52 my $remote_branch = $opts{r};
56 my($status_branch, $commits) = git_status($remote_branch, $local_branch);
94 @out = `git log $remote_branch | grep "$cherrypick_hash"`;
/dports/misc/broot/broot-1.7.0/cargo-crates/git2-0.13.20/examples/
H A Dpull.rs149 remote_branch: &str, in do_merge()
159 let refname = format!("refs/heads/{}", remote_branch); in do_merge()
172 &format!("Setting {} to {}", remote_branch, fetch_commit.id()), in do_merge()
195 let remote_branch = args.arg_branch.as_ref().map(|s| &s[..]).unwrap_or("master"); in run() localVariable
198 let fetch_commit = do_fetch(&repo, &[remote_branch], &mut remote)?; in run()
199 do_merge(&repo, &remote_branch, fetch_commit) in run()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/git2-0.13.22/examples/
H A Dpull.rs149 remote_branch: &str, in do_merge()
159 let refname = format!("refs/heads/{}", remote_branch); in do_merge()
172 &format!("Setting {} to {}", remote_branch, fetch_commit.id()), in do_merge()
195 let remote_branch = args.arg_branch.as_ref().map(|s| &s[..]).unwrap_or("master"); in run() localVariable
198 let fetch_commit = do_fetch(&repo, &[remote_branch], &mut remote)?; in run()
199 do_merge(&repo, &remote_branch, fetch_commit) in run()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/git2-0.13.11/examples/
H A Dpull.rs149 remote_branch: &str, in do_merge()
159 let refname = format!("refs/heads/{}", remote_branch); in do_merge()
172 &format!("Setting {} to {}", remote_branch, fetch_commit.id()), in do_merge()
195 let remote_branch = args.arg_branch.as_ref().map(|s| &s[..]).unwrap_or("master"); in run() localVariable
198 let fetch_commit = do_fetch(&repo, &[remote_branch], &mut remote)?; in run()
199 do_merge(&repo, &remote_branch, fetch_commit) in run()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/git2-0.13.23/examples/
H A Dpull.rs149 remote_branch: &str, in do_merge()
159 let refname = format!("refs/heads/{}", remote_branch); in do_merge()
172 &format!("Setting {} to {}", remote_branch, fetch_commit.id()), in do_merge()
195 let remote_branch = args.arg_branch.as_ref().map(|s| &s[..]).unwrap_or("master"); in run() localVariable
198 let fetch_commit = do_fetch(&repo, &[remote_branch], &mut remote)?; in run()
199 do_merge(&repo, &remote_branch, fetch_commit) in run()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/git2-0.13.6/examples/
H A Dpull.rs149 remote_branch: &str, in do_merge()
159 let refname = format!("refs/heads/{}", remote_branch); in do_merge()
172 &format!("Setting {} to {}", remote_branch, fetch_commit.id()), in do_merge()
195 let remote_branch = args.arg_branch.as_ref().map(|s| &s[..]).unwrap_or("master"); in run() localVariable
198 let fetch_commit = do_fetch(&repo, &[remote_branch], &mut remote)?; in run()
199 do_merge(&repo, &remote_branch, fetch_commit) in run()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/git2-0.13.18/examples/
H A Dpull.rs149 remote_branch: &str, in do_merge()
159 let refname = format!("refs/heads/{}", remote_branch); in do_merge()
172 &format!("Setting {} to {}", remote_branch, fetch_commit.id()), in do_merge()
195 let remote_branch = args.arg_branch.as_ref().map(|s| &s[..]).unwrap_or("master"); in run() localVariable
198 let fetch_commit = do_fetch(&repo, &[remote_branch], &mut remote)?; in run()
199 do_merge(&repo, &remote_branch, fetch_commit) in run()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/git2-0.13.22/examples/
H A Dpull.rs149 remote_branch: &str, in do_merge()
159 let refname = format!("refs/heads/{}", remote_branch); in do_merge()
172 &format!("Setting {} to {}", remote_branch, fetch_commit.id()), in do_merge()
195 let remote_branch = args.arg_branch.as_ref().map(|s| &s[..]).unwrap_or("master"); in run() localVariable
198 let fetch_commit = do_fetch(&repo, &[remote_branch], &mut remote)?; in run()
199 do_merge(&repo, &remote_branch, fetch_commit) in run()
/dports/devel/gitui/gitui-0.10.1/cargo-crates/git2-0.13.10/examples/
H A Dpull.rs149 remote_branch: &str, in do_merge()
159 let refname = format!("refs/heads/{}", remote_branch); in do_merge()
172 &format!("Setting {} to {}", remote_branch, fetch_commit.id()), in do_merge()
195 let remote_branch = args.arg_branch.as_ref().map(|s| &s[..]).unwrap_or("master"); in run() localVariable
198 let fetch_commit = do_fetch(&repo, &[remote_branch], &mut remote)?; in run()
199 do_merge(&repo, &remote_branch, fetch_commit) in run()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/git2-0.13.21/examples/
H A Dpull.rs149 remote_branch: &str, in do_merge()
159 let refname = format!("refs/heads/{}", remote_branch); in do_merge()
172 &format!("Setting {} to {}", remote_branch, fetch_commit.id()), in do_merge()
195 let remote_branch = args.arg_branch.as_ref().map(|s| &s[..]).unwrap_or("master"); in run() localVariable
198 let fetch_commit = do_fetch(&repo, &[remote_branch], &mut remote)?; in run()
199 do_merge(&repo, &remote_branch, fetch_commit) in run()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/git2-0.13.25/examples/
H A Dpull.rs149 remote_branch: &str, in do_merge()
159 let refname = format!("refs/heads/{}", remote_branch); in do_merge()
172 &format!("Setting {} to {}", remote_branch, fetch_commit.id()), in do_merge()
195 let remote_branch = args.arg_branch.as_ref().map(|s| &s[..]).unwrap_or("master"); in run() localVariable
198 let fetch_commit = do_fetch(&repo, &[remote_branch], &mut remote)?; in run()
199 do_merge(&repo, &remote_branch, fetch_commit) in run()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/git2-0.13.15/examples/
H A Dpull.rs149 remote_branch: &str, in do_merge()
159 let refname = format!("refs/heads/{}", remote_branch); in do_merge()
172 &format!("Setting {} to {}", remote_branch, fetch_commit.id()), in do_merge()
195 let remote_branch = args.arg_branch.as_ref().map(|s| &s[..]).unwrap_or("master"); in run() localVariable
198 let fetch_commit = do_fetch(&repo, &[remote_branch], &mut remote)?; in run()
199 do_merge(&repo, &remote_branch, fetch_commit) in run()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/git2-0.13.20/examples/
H A Dpull.rs149 remote_branch: &str, in do_merge()
159 let refname = format!("refs/heads/{}", remote_branch); in do_merge()
172 &format!("Setting {} to {}", remote_branch, fetch_commit.id()), in do_merge()
195 let remote_branch = args.arg_branch.as_ref().map(|s| &s[..]).unwrap_or("master"); in run() localVariable
198 let fetch_commit = do_fetch(&repo, &[remote_branch], &mut remote)?; in run()
199 do_merge(&repo, &remote_branch, fetch_commit) in run()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/git2-0.13.23/examples/
H A Dpull.rs149 remote_branch: &str, in do_merge()
159 let refname = format!("refs/heads/{}", remote_branch); in do_merge()
172 &format!("Setting {} to {}", remote_branch, fetch_commit.id()), in do_merge()
195 let remote_branch = args.arg_branch.as_ref().map(|s| &s[..]).unwrap_or("master"); in run() localVariable
198 let fetch_commit = do_fetch(&repo, &[remote_branch], &mut remote)?; in run()
199 do_merge(&repo, &remote_branch, fetch_commit) in run()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/git2-0.13.23/examples/
H A Dpull.rs149 remote_branch: &str, in do_merge()
159 let refname = format!("refs/heads/{}", remote_branch); in do_merge()
172 &format!("Setting {} to {}", remote_branch, fetch_commit.id()), in do_merge()
195 let remote_branch = args.arg_branch.as_ref().map(|s| &s[..]).unwrap_or("master"); in run() localVariable
198 let fetch_commit = do_fetch(&repo, &[remote_branch], &mut remote)?; in run()
199 do_merge(&repo, &remote_branch, fetch_commit) in run()
/dports/lang/rust/rustc-1.58.1-src/vendor/git2/examples/
H A Dpull.rs149 remote_branch: &str, in do_merge()
159 let refname = format!("refs/heads/{}", remote_branch); in do_merge()
172 &format!("Setting {} to {}", remote_branch, fetch_commit.id()), in do_merge()
195 let remote_branch = args.arg_branch.as_ref().map(|s| &s[..]).unwrap_or("master"); in run() localVariable
198 let fetch_commit = do_fetch(&repo, &[remote_branch], &mut remote)?; in run()
199 do_merge(&repo, &remote_branch, fetch_commit) in run()
/dports/sysutils/exa/exa-0.10.1/cargo-crates/git2-0.13.17/examples/
H A Dpull.rs149 remote_branch: &str, in do_merge()
159 let refname = format!("refs/heads/{}", remote_branch); in do_merge()
172 &format!("Setting {} to {}", remote_branch, fetch_commit.id()), in do_merge()
195 let remote_branch = args.arg_branch.as_ref().map(|s| &s[..]).unwrap_or("master"); in run() localVariable
198 let fetch_commit = do_fetch(&repo, &[remote_branch], &mut remote)?; in run()
199 do_merge(&repo, &remote_branch, fetch_commit) in run()
/dports/textproc/bat/bat-0.18.3/cargo-crates/git2-0.13.20/examples/
H A Dpull.rs149 remote_branch: &str, in do_merge()
159 let refname = format!("refs/heads/{}", remote_branch); in do_merge()
172 &format!("Setting {} to {}", remote_branch, fetch_commit.id()), in do_merge()
195 let remote_branch = args.arg_branch.as_ref().map(|s| &s[..]).unwrap_or("master"); in run() localVariable
198 let fetch_commit = do_fetch(&repo, &[remote_branch], &mut remote)?; in run()
199 do_merge(&repo, &remote_branch, fetch_commit) in run()
/dports/textproc/py-mkdocs/mkdocs-1.2.3/mkdocs/tests/
H A Dgh_deploy_tests.py75 remote_branch='test',
89 remote_branch='test',
102 remote_branch='test',
114 remote_branch='test',
127 remote_branch='test',
142 remote_branch='test',

12345