Home
last modified time | relevance | path

Searched refs:commits (Results 1 – 25 of 40) sorted by relevance

12

/plugin/git/syntax/
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);
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/gitlabapi/
Dsyntax.php85 preg_match("/commits *= *(['\"])(.*?)\\1/", $match, $commits);
86 if(!empty($commits)) {
87 $data['commits'] = $commits[2];
187 $commits = $gitlab->getCommits($project_id);
202 $total = count($commits) < $number ? count($commits) : $number;
205 $renderer->doc .= '<td>'.$commits[$i]['committer_name'].'</td>';
206 $renderer->doc .= '<td>'.$commits[$i]['title'].'</td>';
207 $renderer->doc .= '<td>'.$commits[$i]['message'].'</td>';
208 $renderer->doc .= '<td>'.$commits[$i]['committed_date'].'</td>';
209 $renderer->doc .= '<td><a href='.$commits[$i]['web_url'].'>Commit link</a></td>';
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" />
Dplugin.info.txt6 desc Display some information such as commits, issues etc. from a GitLab project.
/plugin/pagecss/
H A D.git-cliff.toml4 {% for group, commits in commits | group_by(attribute="group") %}
6 {% for commit in commits %}
H A Dplugin-page.md107 {{rss>https://github.com/dwightmulcahy/dokuwiki-plugin-pagecss/commits/main.atom date 8}}
/plugin/dokugitviewer/
Dplugin.info.txt6 desc display git commits and link bug-id and feature-ids
DREADME25 And it will build you a list of your latest commits
/plugin/gitlog/
Dplugin.info.txt6 desc Display git commits and changed files.
Dreadme.md3 This dokuwiki plugin displays your last commits for a given repository and the changed files.
/plugin/git/
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/asciidocjs/node_modules/yargs/
DREADME.md15 [![Conventional Commits][conventional-commits-image]][conventional-commits-url]
198 [conventional-commits-image]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg
199 [conventional-commits-url]: https://conventionalcommits.org/
/plugin/findologicxmlexport/vendor/jms/serializer/
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/dx/
DREADME.md10 …s maintained with the DX plugin are expected to follow the [conventional commits](https://www.conv…
/plugin/todo/
DREADME.md18 # this should only update the tag, not any commits...
/plugin/dwcommits/lang/en/
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/dwcommits/
DREADME7 commits from gits specified in the configuration manager and in a config file
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/
DCONTRIBUTING.md21 …our pull request is meaningful. If you had to make multiple intermediate commits while developing,…
DCODE_OF_CONDUCT.md41 reject comments, commits, code, wiki edits, issues, and other contributions
/plugin/pubmed2020/site/
Ddescription.txt60 * See [[https://github.com/EricMaeker/dokuwiki-plugin-pubmed/commits/dokuwiki-web-site]]
/plugin/ifauthex/
DREADME.md16 …badges/master/pipeline.svg)](https://git.mittelab.org/proj/ifauthex-dokuwiki-plugin/commits/master)
/plugin/aichat/vendor/bdelespierre/php-kmeans/
DCONTRIBUTING.md53 …our pull request is meaningful. If you had to make multiple intermediate commits while developing,…
/plugin/radarchart/
Dplugin.info.txt160 {{rss>https://github.com/HeinrichKrupp/dokuwiki-plugin-radarchart/commits/master.atom date 8}}
/plugin/pageredirect/
DChangeLog.md120 [20070124]: https://github.com/glensc/dokuwiki-plugin-pageredirect/commits/20070124

12