Home
last modified time | relevance | path

Searched refs:commits (Results 1 – 25 of 33) sorted by path

12

/plugin/a2s/
H A Ddemo.txt440 {{rss>https://github.com/schplurtz/a2s/commits/master.atom date}}
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md629 …copying group ([`12bedca5`](https://github.com/bpmn-io/bpmn-js/pull/1137/commits/12bedca5ba2a05791…
864 …written, cf. [`b1852e1d`](https://github.com/bpmn-io/diagram-js/pull/254/commits/b1852e1d71f67bd36…
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt137 {{rss>http://github.com/timostamm/BugzillaInt/commits/master.atom date}}
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc418 // Restore the original element before all commits.
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc419 // Restore the original element before all commits.
/plugin/combo/vendor/salesforce/handlebars-php/
H A DCODE_OF_CONDUCT.md63 reject comments, commits, code, wiki edits, issues, and other contributions
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1commits = {};\nvar head = null;\nvar branches = {\n master: head\n};\nvar curBranch = 'master';\n…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1commits","branches","master","curBranch","seq","getId","isfastforwardable","currentCommit","otherC…
/plugin/dokugitviewer/
H A DREADME25 And it will build you a list of your latest commits
H A Dplugin.info.txt6 desc display git commits and link bug-id and feature-ids
/plugin/dwcommits/
H A DREADME7 commits from gits specified in the configuration manager and in a config file
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt40 …ting the git. You can check the current status of the git and pull in any new commits from gitHub.
43 The URL of the Remote Repository is needed to create links to the commits on the gitHub (or any git…
98 …D/Or Author. You can restrict your search to the selected Branch and to commits made after Start …
/plugin/dx/
H A DREADME.md10 …s maintained with the DX plugin are expected to follow the [conventional commits](https://www.conv…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md197 [[27d721b]](https://github.com/elastic/elasticsearch-php/pull/933/commits/27d721ba44b8c199388650c5a1c8bd69757229aa)
199 [[27d721b]](https://github.com/elastic/elasticsearch-php/pull/933/commits/27d721ba44b8c199388650c5a1c8bd69757229aa)
279 - Fix tests for PHP 7 with ES 6.7 [[5401479](https://github.com/elastic/elasticsearch-php/pull/884/commits/5401479)
283 - [DOCS] Fix doc links in README [[5a1782d]](https://github.com/elastic/elasticsearch-php/pull/884/commits/5a1782d)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc315 https://github.com/elastic/elasticsearch-php/pull/933/commits/27d721ba44b8c199388650c5a1c8bd69757229aa[27d721b]
317 https://github.com/elastic/elasticsearch-php/pull/933/commits/27d721ba44b8c199388650c5a1c8bd69757229aa[27d721b]
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md77 commits](http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html)
79 commits such as "fix tests", "fix 2", "fix 3", etc.).
/plugin/git/
H A Dhelper.php216 function render_commit_selector($renderer, $commits) argument
225 foreach($commits as $commit)
244 function render_changed_files_table($renderer, $commits, $repo) argument
249 foreach($commits as $commit)
/plugin/git/syntax/
H A Dlocalstatus.php114 $commits = array();
117 $commits[] = $commit;
120 … $this->helper->render_changed_files_table($renderer, $commits, $repo);
159 $commits = $repo->get_commits($log);
165 array_push($commits, $commit);
169 $this->helper->render_commit_selector($renderer, $commits, true);
171 $this->helper->render_changed_files_table($renderer, $commits, $repo);
H A Dremotestatus.php126 $commits = $repo->get_commits($log);
130 … $this->helper->render_commit_selector($renderer, $commits);
131 … $this->helper->render_changed_files_table($renderer, $commits, $repo);
151 //function render_commit_selector($renderer, $commits)
/plugin/gitbacked/
H A DCHANGELOG.md97 - Allow empty commits - fixes [#39]
/plugin/gitlabapi/
H A DREADME.md42 - **commits="n"** lists the latest $n$ commits.
46 For instance, if you want to see the latest 3 milestones, 10 commits, 5 issues, and 10 pipelines, t…
49 <gitlab-api project-path="ns/dir/project" commits="10" issues="5" milestones="3" pipelines="10" />
H A Dplugin.info.txt6 desc Display some information such as commits, issues etc. from a GitLab project.
H A Dsyntax.php78 preg_match("/commits *= *(['\"])(.*?)\\1/", $match, $commits);
79 $data['commits'] = $commits[2];
170 $commits = $gitlab->getCommits($project_id);
185 $total = count($commits) < $number ? count($commits) : $number;
188 $renderer->doc .= '<td>'.$commits[$i]['committer_name'].'</td>';
189 $renderer->doc .= '<td>'.$commits[$i]['title'].'</td>';
190 $renderer->doc .= '<td>'.$commits[$i]['message'].'</td>';
191 $renderer->doc .= '<td>'.$commits[$i]['committed_date'].'</td>';
192 $renderer->doc .= '<td><a href='.$commits[$i]['web_url'].'>Commit link</a></td>';
/plugin/gitlabapi/gitlab/
H A Dgitlabapi.php46 $commits = $this->gitlabRequest($url_request);
47 return $commits;
/plugin/gitlog/
H A Dplugin.info.txt6 desc Display git commits and changed files.

12