Home
last modified time | relevance | path

Searched refs:git_rev_parse (Results 1 – 16 of 16) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/
H A Dgit.py83 def git_rev_parse(self, args): member in Repository
107 branch = self.git_rev_parse(["--abbrev-ref", "HEAD"])
114 return self.git_rev_parse(["HEAD"]).rstrip()
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/tests/
H A Dtest_git.py30 self._check_gito_command(repo.git_rev_parse, "rev-parse", params)
44 self._check_gito_command_error(repo.git_rev_parse, "rev-parse", params)
/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmCTestGIT.cxx96 char const* git_rev_parse[] = { git, "rev-parse", "--git-dir", nullptr }; in FindGitDir() local
100 if (this->RunChild(git_rev_parse, &rev_parse_out, &rev_parse_err, nullptr, in FindGitDir()
140 char const* git_rev_parse[] = { git, "rev-parse", "--show-cdup", nullptr }; in FindTopDir() local
144 if (this->RunChild(git_rev_parse, &rev_parse_out, &rev_parse_err, nullptr, in FindTopDir()
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmCTestGIT.cxx96 char const* git_rev_parse[] = { git, "rev-parse", "--git-dir", nullptr }; in FindGitDir() local
100 if (this->RunChild(git_rev_parse, &rev_parse_out, &rev_parse_err, nullptr, in FindGitDir()
140 char const* git_rev_parse[] = { git, "rev-parse", "--show-cdup", nullptr }; in FindTopDir() local
144 if (this->RunChild(git_rev_parse, &rev_parse_out, &rev_parse_err, nullptr, in FindTopDir()
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmCTestGIT.cxx96 char const* git_rev_parse[] = { git, "rev-parse", "--git-dir", nullptr }; in FindGitDir() local
100 if (this->RunChild(git_rev_parse, &rev_parse_out, &rev_parse_err, nullptr, in FindGitDir()
140 char const* git_rev_parse[] = { git, "rev-parse", "--show-cdup", nullptr }; in FindTopDir() local
144 if (this->RunChild(git_rev_parse, &rev_parse_out, &rev_parse_err, nullptr, in FindTopDir()
/dports/devel/git-svn/git-2.34.1/
H A Dgit-archimport.perl997 my $branchtip = git_rev_parse($ps->{branch});
1020 my $otherbranchtip = git_rev_parse($branch);
1075 sub git_rev_parse { subroutine
/dports/devel/git-gui/git-2.34.1/
H A Dgit-archimport.perl997 my $branchtip = git_rev_parse($ps->{branch});
1020 my $otherbranchtip = git_rev_parse($branch);
1075 sub git_rev_parse { subroutine
/dports/devel/git-p4/git-2.34.1/
H A Dgit-archimport.perl997 my $branchtip = git_rev_parse($ps->{branch});
1020 my $otherbranchtip = git_rev_parse($branch);
1075 sub git_rev_parse { subroutine
/dports/devel/git/git-2.34.1/
H A Dgit-archimport.perl997 my $branchtip = git_rev_parse($ps->{branch});
1020 my $otherbranchtip = git_rev_parse($branch);
1075 sub git_rev_parse { subroutine
/dports/devel/git-cvs/git-2.34.1/
H A Dgit-archimport.perl997 my $branchtip = git_rev_parse($ps->{branch});
1020 my $otherbranchtip = git_rev_parse($branch);
1075 sub git_rev_parse { subroutine
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-archimport.perl997 my $branchtip = git_rev_parse($ps->{branch});
1020 my $otherbranchtip = git_rev_parse($branch);
1075 sub git_rev_parse { subroutine
/dports/devel/git-cinnabar/git-cinnabar-0.5.8/CI/
H A Ddecision.py36 def git_rev_parse(committish): function
155 sha1 = git_rev_parse(version)
/dports/net/freerdp/freerdp-2.5.0/cmake/
H A DGetGitRevisionDescription.cmake77 function(git_rev_parse _var) function
/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/cmake/
H A DGetGitRevisionDescription.cmake83 function(git_rev_parse _var) function
/dports/devel/radare2/radare2-5.1.1/
H A Dmeson.build61 git_rev_parse = run_command(git_exe, '-C', repo, 'rev-parse', 'HEAD')
62 if git_rev_parse.returncode() == 0
63 gittip = git_rev_parse.stdout().strip()
/dports/devel/easygit/easygit-0.98/
H A Deg1290 my ($opts, $revs, $files) = Util::git_rev_parse(@ARGV);
1535 my ($opts, $revs, $files) = Util::git_rev_parse(@ARGV);
6622 sub git_rev_parse {