Home
last modified time | relevance | path

Searched refs:branchname (Results 51 – 75 of 736) sorted by relevance

12345678910>>...30

/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Generic/Tests/VersionControl/
H A DGitMergeConflictUnitTest.6.inc10 >>>>>>> ref/heads/other-branchname
32 >>>>>>> ref/heads/other-branchname
/dports/security/fwlogwatch/fwlogwatch-1.5/
H A Dipfw.l38 "Deny" { xstrncpy(opt.line->branchname, ipfwtext, SHORTLEN); opt.parser=opt.parser|IPFW_BRANCH; …
39 "Count" { xstrncpy(opt.line->branchname, ipfwtext, SHORTLEN); opt.parser=opt.parser|IPFW_BRANCH;…
40 "Accept" { xstrncpy(opt.line->branchname, ipfwtext, SHORTLEN); opt.parser=opt.parser|IPFW_BRANCH;…
H A Dmain.h398 char branchname[SHORTLEN]; member
416 char *branchname; member
542 char branchname[SHORTLEN]; member
H A Dipchains.l76 …TLEN_S "s %" SHORTLEN_S "s PROTO=%3d", opt.line->chainlabel, opt.line->branchname, opt.line->inter… in ipchains_parse_data()
91 snprintf(opt.line->branchname, SHORTLEN, "RD %d", port); in ipchains_parse_rdata()
/dports/devel/ros-vcstools/vcstools-0.1.42/doc/
H A Dvcsclient.rst42 desired. Token might be a tagname, branchname, version-id,
49 branchname, or sha-id.
72 Token spec might be a branchname,
75 :returns: short description of local version (e.g. branchname, tagename).
/dports/devel/git-extras/git-extras-6.3.0/man/
H A Dgit-create-branch.md6 `git-create-branch` [-r|--remote [remote_name]] <branchname>
10 Creates local branch named <branchname> and optionally sets up a remote tracking branch.
22 <branchname>
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/docopt/docopt-go/docopt.go-ee0de3bc6815/examples/fake-git/branch/
H A Dgit_branch.go10 git branch [options] [-l] [-f] <branchname> [<start-point>]
11 git branch [options] [-r] (-d | -D) <branchname>
/dports/science/hepmc3/HepMC3-3.2.4/rootIO/src/
H A DWriterRootTree.cc32 …std::string &filename, const std::string &treename, const std::string &branchname, std::shared_ptr… in WriterRootTree() argument
36 m_branch_name(branchname.c_str()) in WriterRootTree()
H A DReaderRootTree.cc26 …rRootTree(const std::string &filename, const std::string &treename, const std::string &branchname): in ReaderRootTree() argument
27 m_tree(0), m_events_count(0), m_tree_name(treename.c_str()), m_branch_name(branchname.c_str()) in ReaderRootTree()
/dports/textproc/htmltest/htmltest-0.15.0/vendor/github.com/docopt/docopt-go/examples/fake-git/branch/
H A Dgit_branch.go10 git branch [options] [-l] [-f] <branchname> [<start-point>]
11 git branch [options] [-r] (-d | -D) <branchname>
/dports/www/tusc/tusc-0.4.7/vendor/github.com/docopt/docopt-go/examples/fake-git/branch/
H A Dgit_branch.go10 git branch [options] [-l] [-f] <branchname> [<start-point>]
11 git branch [options] [-r] (-d | -D) <branchname>
/dports/security/webfwlog/webfwlog-1.1.1/src/
H A Dcisco_ios.l123 opt.line->branchname, in cisco_ios_parse_src()
130 opt.line->branchname, in cisco_ios_parse_src()
141 strncat(opt.line->log_label, opt.line->branchname, SHORTLEN - strlen(opt.line->log_label) - 1); in cisco_ios_parse_src()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dbranch.c166 static int check_branch_commit(const char *branchname, const char *refname, in check_branch_commit() argument
175 if (!force && !branch_merged(kinds, branchname, rev, head_rev)) { in check_branch_commit()
178 "run 'git branch -D %s'."), branchname, branchname); in check_branch_commit()
184 static void delete_branch_config(const char *branchname) in delete_branch_config() argument
187 strbuf_addf(&buf, "branch.%s", branchname); in delete_branch_config()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dbranch.c166 static int check_branch_commit(const char *branchname, const char *refname, in check_branch_commit() argument
175 if (!force && !branch_merged(kinds, branchname, rev, head_rev)) { in check_branch_commit()
178 "run 'git branch -D %s'."), branchname, branchname); in check_branch_commit()
184 static void delete_branch_config(const char *branchname) in delete_branch_config() argument
187 strbuf_addf(&buf, "branch.%s", branchname); in delete_branch_config()
/dports/devel/git/git-2.34.1/builtin/
H A Dbranch.c166 static int check_branch_commit(const char *branchname, const char *refname, in check_branch_commit() argument
175 if (!force && !branch_merged(kinds, branchname, rev, head_rev)) { in check_branch_commit()
178 "run 'git branch -D %s'."), branchname, branchname); in check_branch_commit()
184 static void delete_branch_config(const char *branchname) in delete_branch_config() argument
187 strbuf_addf(&buf, "branch.%s", branchname); in delete_branch_config()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dbranch.c166 static int check_branch_commit(const char *branchname, const char *refname, in check_branch_commit() argument
175 if (!force && !branch_merged(kinds, branchname, rev, head_rev)) { in check_branch_commit()
178 "run 'git branch -D %s'."), branchname, branchname); in check_branch_commit()
184 static void delete_branch_config(const char *branchname) in delete_branch_config() argument
187 strbuf_addf(&buf, "branch.%s", branchname); in delete_branch_config()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dbranch.c166 static int check_branch_commit(const char *branchname, const char *refname, in check_branch_commit() argument
175 if (!force && !branch_merged(kinds, branchname, rev, head_rev)) { in check_branch_commit()
178 "run 'git branch -D %s'."), branchname, branchname); in check_branch_commit()
184 static void delete_branch_config(const char *branchname) in delete_branch_config() argument
187 strbuf_addf(&buf, "branch.%s", branchname); in delete_branch_config()
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dbranch.c166 static int check_branch_commit(const char *branchname, const char *refname, in check_branch_commit() argument
175 if (!force && !branch_merged(kinds, branchname, rev, head_rev)) { in check_branch_commit()
178 "run 'git branch -D %s'."), branchname, branchname); in check_branch_commit()
184 static void delete_branch_config(const char *branchname) in delete_branch_config() argument
187 strbuf_addf(&buf, "branch.%s", branchname); in delete_branch_config()
/dports/graphics/rawstudio/rawstudio-2.0/
H A Dconfigure.in109 branchname()
142 RAWSTUDIO_BRANCH=$(LC_ALL=C svn info |branchname)
145 RAWSTUDIO_BRANCH=$(cat .svninfo|branchname)
/dports/devel/mercurial/mercurial-6.0/mercurial/templates/raw/
H A Dlogentry.tmpl6 {branches%branchname}{tags%tagname}{bookmarks%bookmarkname}
H A Dgraphnode.tmpl5 {branches%branchname}{tags%tagname}{bookmarks%bookmarkname}
/dports/devel/monotone/monotone-1.1/src/
H A Dupdate.hh32 branch_name const & branchname,
H A Drcs_import.hh23 branch_name const & branchname);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/packages/composer/
H A Dversion_parser_service_spec.rb10 subject { described_class.new(tag_name: tagname, branch_name: branchname).execute }
/dports/devel/monotone/monotone-1.1/test/func/validate_changes_hook/
H A Dcommit_validate.lua1 function validate_changes(revdata, branchname)

12345678910>>...30