Home
last modified time | relevance | path

Searched refs:getCommit (Results 1 – 25 of 82) sorted by relevance

1234

/dports/devel/statcvs/statcvs-0.7.0/tests-src/net/sf/statcvs/input/
H A DCommitListBuilderTest.java111 assertEquals(1, getCommit(0).getRevisions().size()); in testOneRevision()
112 assertTrue(getCommit(0).getRevisions().contains(rev1)); in testOneRevision()
122 assertEquals(3, getCommit(0).getRevisions().size()); in testOneCommitMultipleRevisions()
123 assertTrue(getCommit(0).getRevisions().contains(rev1)); in testOneCommitMultipleRevisions()
135 assertEquals(1, getCommit(0).getRevisions().size()); in testMultipleCommits()
136 assertEquals(1, getCommit(1).getRevisions().size()); in testMultipleCommits()
137 assertEquals(1, getCommit(2).getRevisions().size()); in testMultipleCommits()
150 assertEquals(2, getCommit(0).getRevisions().size()); in testSimultaneousCommits()
151 assertEquals(2, getCommit(1).getRevisions().size()); in testSimultaneousCommits()
152 assertEquals(1, getCommit(2).getRevisions().size()); in testSimultaneousCommits()
[all …]
/dports/devel/statsvn/statsvn-0.7.0/tests-src/net/sf/statsvn/input/
H A DCommitListBuilderTest.java125 assertEquals(1, getCommit(0).getRevisions().size()); in testOneRevision()
126 assertTrue(getCommit(0).getRevisions().contains(rev1)); in testOneRevision()
136 assertEquals(3, getCommit(0).getRevisions().size()); in testOneCommitMultipleRevisions()
137 assertTrue(getCommit(0).getRevisions().contains(rev1)); in testOneCommitMultipleRevisions()
149 assertEquals(1, getCommit(0).getRevisions().size()); in testMultipleCommits()
150 assertEquals(1, getCommit(1).getRevisions().size()); in testMultipleCommits()
151 assertEquals(1, getCommit(2).getRevisions().size()); in testMultipleCommits()
164 assertEquals(2, getCommit(0).getRevisions().size()); in testSimultaneousCommits()
165 assertEquals(2, getCommit(1).getRevisions().size()); in testSimultaneousCommits()
166 assertEquals(1, getCommit(2).getRevisions().size()); in testSimultaneousCommits()
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/internal/code-generator/generator/
H A Dgenerator.go34 getCommit := func() string {
48 "getCommit": getCommit,
60 fmap["getCommit"] = getCommit
/dports/devel/pear-phing/phing-2.6.1/tasks/ext/git/
H A DGitTagTask.php178 if (null !== $this->getCommit()) {
179 $command->addArgument($this->getCommit());
376 public function getCommit() function in GitTagTask
H A DGitMergeTask.php219 public function getCommit() function in GitMergeTask
226 return $this->getCommit();
/dports/lang/nim/nim-1.6.2/testament/
H A Dbackend.nim32 proc getCommit(): CommitId =
65 thisCommit = getCommit()
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/internal/code-generator/assets/
H A Dcommit.go.tmpl4 var LinguistCommit = "{{- getCommit -}}"
H A Dheader.go.tmpl2 // Extracted from github/linguist commit: {{ getCommit }}
/dports/games/spring/spring_98.0/buildbot/stacktrace_translator/frontend/
H A Dindex.php45 function getCommit($filecontents) { function
229 …$res=array_merge($res,parse_result($tmp,getVersion($res['TEXTAREA']),getCommit($res['TEXTAREA']),g…
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/internal/code-generator/
H A Dmain.go107 commit, err := getCommit(commitPath)
136 func getCommit(path string) (string, error) { func
/dports/devel/arcanist/arcanist-b2e715f/src/land/
H A DArcanistLandSymbol.php23 public function getCommit() { function in ArcanistLandSymbol
/dports/devel/arcanist-lib/arcanist-b2e715f/src/land/
H A DArcanistLandSymbol.php23 public function getCommit() { function in ArcanistLandSymbol
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/repository/queries/
H A Dcommit.query.graphql3 query getCommit($fileName: String!, $type: String!, $path: String!, $maxOffset: Number!) {
/dports/devel/statcvs/statcvs-0.7.0/src/net/sf/statcvs/pages/
H A DDirectoryPageMaker.java86 private Commit getCommit(final Revision rev) { in getCommit() method in DirectoryPageMaker
102 final Commit commit = getCommit(rev); in getCommitsInDirectory()
/dports/devel/statcvs/statcvs-0.7.0/src-temp/net/sf/statcvs/pages/
H A DDirectoryPageMaker.java86 private Commit getCommit(final Revision rev) { in getCommit() method in DirectoryPageMaker
102 final Commit commit = getCommit(rev); in getCommitsInDirectory()
/dports/www/gitea/gitea-1.16.5/routers/api/v1/repo/
H A Dcommits.go61 getCommit(ctx, sha)
64 func getCommit(ctx *context.APIContext, identifier string) { func
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/toolchain_build/
H A Dcommand.py584 def getCommit(rev): function
587 rev = getCommit(info['rev'])
588 upstream_base = getCommit(info['upstream-base'])
589 upstream_branch = getCommit('refs/remotes/origin/' +
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/repository/components/table/
H A Dindex.vue106 getCommit(fileName, type) {
155 :commit-info="getCommit(entry.name, entry.type)"
/dports/www/gitea/gitea-1.16.5/modules/git/
H A Dref.go28 return ref.repo.getCommit(ref.Object)
/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/textmate/lib/bundles/git/src/api/
H A Dapi1.ts99 getCommit(ref: string): Promise<Commit> {
100 return this._repository.getCommit(ref);
/dports/www/wt/wt-4.6.1/examples/gitmodel/
H A DGit.h91 ObjectId getCommit(const std::string& revision) const;
H A DGit.C217 Git::ObjectId commit = getCommit(revision); in getCommitTree()
231 Git::ObjectId Git::getCommit(const std::string& revision) const in getCommit() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/virtual/
H A DAllocatedObjectNode.java62 public CommitAllocationNode getCommit() { in getCommit() method in AllocatedObjectNode
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/virtual/
H A DAllocatedObjectNode.java62 public CommitAllocationNode getCommit() { in getCommit() method in AllocatedObjectNode
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/virtual/
H A DAllocatedObjectNode.java63 public CommitAllocationNode getCommit() { in getCommit() method in AllocatedObjectNode

1234