Home
last modified time | relevance | path

Searched refs:get_branch_name (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/gitui/gitui-0.10.1/asyncgit/src/sync/
H A Dbranch.rs12 pub(crate) fn get_branch_name(repo_path: &str) -> Result<String> { in get_branch_name() function
61 get_branch_name(repo_path).unwrap().as_str(), in test_smoke()
73 get_branch_name(repo_path), in test_empty_repo()
93 get_branch_name(repo_path).unwrap().as_str(), in test_smoke()
H A Dmod.rs20 pub(crate) use branch::get_branch_name;
/dports/deskutils/calibre/calibre-src-5.34.0/setup/
H A Dgit_post_checkout_hook.py12 def get_branch_name(rev): function
20 prev_branch, cur_branch = list(map(get_branch_name, (prev_rev, current_rev)))
/dports/misc/py-powerline-status/powerline-2.8.2/powerline/lib/vcs/
H A Dmercurial.py8 from powerline.lib.vcs import get_branch_name, get_file_status
83 return get_branch_name(
H A Dbzr.py11 from powerline.lib.vcs import get_branch_name, get_file_status
103 return get_branch_name(
H A Dgit.py7 from powerline.lib.vcs import get_branch_name, get_file_status
89 return get_branch_name(
H A D__init__.py53 def get_branch_name(directory, config_file, get_func, create_watcher): function
/dports/devel/rbtools/RBTools-2.0/rbtools/hooks/
H A Dgit.py11 def get_branch_name(ref_name): function
72 branch_name = get_branch_name(ref_name)
/dports/devel/gitui/gitui-0.10.1/asyncgit/src/cached/
H A Dbranchname.rs36 let name = sync::get_branch_name(self.repo_path.as_str())?; in fetch()
/dports/science/py-DendroPy/DendroPy-4.4.0/src/dendropy/utility/
H A Dvcsinfo.py138 self._branch_name = self.get_branch_name()
195 def get_branch_name(self): member in Revision
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/
H A Dgit.py100 def get_branch_name(self): member in Repository
158 refspec = "{}:{}".format(self.get_branch_name(), remote_branch)
H A Dclang_format.py400 branch_name = repo.get_branch_name()
/dports/editors/libreoffice/libreoffice-7.2.6.2/bin/
H A Dlo-commit-stat234 sub get_branch_name($)
575 $branch_name = get_branch_name($top_dir);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bin/
H A Dlo-commit-stat234 sub get_branch_name($)
575 $branch_name = get_branch_name($top_dir);
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/vcs/
H A Dide-directory-vcs.c171 iface->get_branch_name = ide_directory_vcs_get_branch_name; in vcs_iface_init()
H A Dide-vcs.c410 if (IDE_VCS_GET_IFACE (self)->get_branch_name) in ide_vcs_get_branch_name()
411 ret = IDE_VCS_GET_IFACE (self)->get_branch_name (self); in ide_vcs_get_branch_name()
H A Dide-vcs.h50 gchar *(*get_branch_name) (IdeVcs *self); member
/dports/finance/frontaccounting/frontaccounting/sales/manage/
H A Drecurrent_invoices.php123 label_cell(get_branch_name($myrow['group_no']));
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/cli_tools/update_wpr/
H A Dupdate_wpr_unittest.py142 get_branch_issue_url, get_branch_name): argument
143 del ask, create_branch, get_branch_issue_url, get_branch_name # Unused.
/dports/finance/frontaccounting/frontaccounting/reporting/
H A Drep105.php149 $rep->TextCol(2, 3, get_branch_name($myrow['branch_code']));
/dports/finance/frontaccounting/frontaccounting/sales/
H A Dcreate_recurrent_invoices.php167 label_cell(get_branch_name($myrow['group_no']));
H A Dcustomer_credit_invoice.php236 label_cells(_("Branch"), get_branch_name($_SESSION['Items']->Branch), "class='tableheader2'");
/dports/comms/gnuradio/gnuradio-3.8.4.0/tools/
H A Dclang_format.py445 def get_branch_name(self): member in Repo
671 branch_name = repo.get_branch_name()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/tools/
H A Dclang-format.py205 def get_branch_name(self):
341 branch_name = repo.get_branch_name()
/dports/devel/git-review/git-review-1.28.0/git_review/
H A Dcmd.py904 def get_branch_name(target_branch): function
957 branch_name = get_branch_name(target_branch)
1329 local_branch = get_branch_name(target_branch)

12