Home
last modified time | relevance | path

Searched refs:commit (Results 301 – 325 of 578) sorted by path

1...<<11121314151617181920>>...24

/plugin/git/action/
H A Dcommit.php37 if ($this->commit($commit_message) === false) return;
45 function commit($commit_message) function in action_plugin_git_commit
57 $result = $repo->commit($commit_message);
/plugin/git/
H A Dhelper.php225 foreach($commits as $commit)
228 $raw_message = $commit['message'];
234 $renderer->doc .= "<option value=\"".$commit['hash']."\"";
236 if ($commit['hash'] === $selected_hash) $renderer->doc .= "selected=\"selected\"";
237 if ($commit['hash'] === 'all') $renderer->doc .= ">".$msg."</option>";
249 foreach($commits as $commit)
251 $hash = $commit['hash'];
310 …$renderer->doc .= ' <input type="hidden" name="hash" value="'.$commit['hash'].'" />'; …
H A Dplugin.info.txt6 …orm GIT actions. It allows, amongst other things to commit changes locally while asking for a comm…
/plugin/git/lib/
H A DGit.php339 if(!empty($commit)){
340 array_push($history, $commit);
341 unset($commit);
343 $commit['hash'] = trim(substr($line, strlen('commit')));
349 $commit['date'] = trim(substr($line, strlen('Date:')));
352 if(isset($commit['message']))
353 $commit['message'] .= trim($line);
355 $commit['message'] = trim($line);
358 if(!empty($commit)) {
359 array_push($history, $commit);
[all …]
/plugin/git/syntax/
H A Dlocalstatus.php111 …ave not yet been commited. In order to see all changes to the workspace, commit them and reload th…
113 … a semaphore commit, telling the rendering engine that this isn't a real commit, rather we want to…
115 if(!empty($commit)) unset($commit);
116 $commit['hash'] = 'new';
117 $commits[] = $commit;
162 if(!empty($commit)) unset($commit);
163 $commit['hash'] = 'all';
164 $commit['message'] = 'All changes to this workspace';
165 array_push($commits, $commit);
H A Dremotestatus.php129 … $renderer->doc .= "Select a commit from upstream to view the changes contained in each: <br/>";
135 … $renderer->doc .= ' <input type="submit" name="cmd[ignore]" value="Ignore this commit" />';
/plugin/gitbacked/
H A DCHANGELOG.md82 - Cyrillic commit messages not being corrupted anymore - fixes [#82]
89 - Use DokuWiki's user name & email address as commit author - implements [#63], [#66]
90 …- Updated default setting for `$conf['addParams']` to apply DokuWiki user name as commit author an…
91 - If DokuWiki user eMail is empty, then the eMail assigned to the commit will be empty as well.
132 - Added setting ignorePaths to ignore specified paths in add/commit-process
156 - The recent commit within this release is [2dbc1a5](https://github.com/woolfg/dokuwiki-plugin-gitb…
H A DLICENSE16 Foundation's software and to any other program whose authors commit to
/plugin/gitbacked/action/
H A Deditcommit.php80 $repo->commit($message);
/plugin/gitbacked/lib/
H A DGit.php485 public function commit($message = "", $commit_all = true) { function in GitRepo
/plugin/gitlab/
H A Dplugin.info.txt6 desc Resolves GitLab comits to commit messages and links to it
/plugin/gitlog/
H A Dstyle.css1 .gitlogplugin li.commit {
6 .gitlogplugin li.commit div.message {
10 .gitlogplugin li.commit span.meta {
18 .gitlogplugin li.commit ul.changedfiles{
/plugin/googleads/
H A DLICENSE16 Foundation's software and to any other program whose authors commit to
/plugin/googleanalytics/
H A DLICENSE16 Foundation's software and to any other program whose authors commit to
/plugin/googleverify/
H A DLICENSE16 Foundation's software and to any other program whose authors commit to
/plugin/goto/
H A DLICENSE16 Foundation's software and to any other program whose authors commit to
/plugin/gpsies/
H A DCOPYING16 Foundation's software and to any other program whose authors commit to
/plugin/groupmatrix/
H A DLICENSE16 Foundation's software and to any other program whose authors commit to
/plugin/gtd/
H A DCOPYING16 Foundation's software and to any other program whose authors commit to
/plugin/headernofloat/
H A DLICENSE16 Foundation's software and to any other program whose authors commit to
/plugin/hidden/
H A DREADME.md5 If you're interested in maintaining this plugin, just send me an email (adress available in the commit log) and I'll make sure to give all the information you will need.
/plugin/hidemenus/
H A DLICENSE16 Foundation's software and to any other program whose authors commit to
/plugin/highlight2wiki/
H A DLICENSE16 Foundation's software and to any other program whose authors commit to
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …1,space:1,foreign:1,deferrable:1,prior:1,connection:1,unknown:1,action:1,commit:1,view:1,or:1,firs…
/plugin/html2pdf/snorriheim/
H A DCOPYING16 Foundation's software and to any other program whose authors commit to

1...<<11121314151617181920>>...24