Home
last modified time | relevance | path

Searched refs:git (Results 151 – 160 of 160) sorted by last modified time

1234567

/plugin/idoit/
H A DREADME.md11git clone https://github.com/oliverguenther/dokuwiki-idoit-syntax <path to dokuwiki>/lib/plugins/i…
/plugin/git/
H A Dplugin.info.txt1 base git
7 url http://www.dokuwiki.org/plugin:git', http://www.SparklingSoftware.com.au
H A DREADME2 Go to the dokuwiki pluginsite to see how to install it: https://www.dokuwiki.org/plugin:git
/plugin/git/syntax/
H A Dlocalstatus.php101 $git_exe_path = $conf['plugin']['git']['git_exe_path'];
H A Dremotestatus.php105 $git_exe_path = $conf['plugin']['git']['git_exe_path'];
/plugin/git/db/
H A Dupdate0001.sql1 CREATE TABLE git (repo TEXT PRIMARY KEY, timestamp INTEGER, status TEXT); table
2 CREATE UNIQUE INDEX idx_git ON git(repo);
H A Dupdate0002.sql1 INSERT INTO git(repo, timestamp, status ) VALUES ('local', 0, 'clean');
2 INSERT INTO git(repo, timestamp, status ) VALUES ('upstream', 0, 'clean');
/plugin/piwik/
H A Drelease.sh2 git archive --format tar --prefix piwik/ HEAD |gzip > dokuwiki-piwik-plugin-$(date +%Y-%m-%d).tgz
/plugin/dokugitviewer/
H A DREADME9 git commit -m "Fixed a typo bug #bug24"
16 git commit -m "Started working for login page (#ft4)"
H A Dplugin.info.txt6 desc display git commits and link bug-id and feature-ids

1234567