Home
last modified time | relevance | path

Searched refs:commits (Results 26 – 33 of 33) sorted by last modified time

12

/plugin/gitlog/
H A Dreadme.md3 This dokuwiki plugin displays your last commits for a given repository and the changed files.
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt137 {{rss>http://github.com/timostamm/BugzillaInt/commits/master.atom date}}
/plugin/subjectindex/plugins/
H A Dbible_verses.txt3329 "'Now a man who commits adultery with another man's wife is one who commits adultery with the wife …
16571 People do not despise a thief just because he commits thievery to fill his soul when he is hungry.
18769 … of a soothsaying woman, the seed of an adulterous person and of a woman that commits prostitution:
20795 In the case of the wife that commits adultery, she takes strangers instead of her own husband.
23256 "YOU heard that it was said to those of ancient times, 'You must not murder; but whoever commits a …
23743 "Moreover, if your brother commits a sin, go lay bare his fault between you and him alone. If he li…
23772 …ever divorces his wife, except on the ground of fornication, and marries another commits adultery."
24600 And he said to them: "Whoever divorces his wife and marries another commits adultery against her,
24601 and if ever a woman, after divorcing her husband, marries another, she commits adultery."
25639 …divorces his wife and marries another commits adultery, and he that marries a woman divorced from …
[all …]
/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/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/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

12