You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- improvements due to code review:
- changed config 'initRepo' -> 'autoDetermineRepos' to leverage self explanation
- added missing language description for this config
Fixes#47
$lang['autoDetermineRepos'] = 'Erkennt existierende git repo(s) in dem Pfad der geänderten Datei. Wenn gesetzt, dann werden die Einstellungen <code>repoPath</code> und <code>repoWorkDir</code> ignoriert.';
9
10
$lang['pushAfterCommit'] = 'Push des aktiven Branch zum remote origin nach jedem commit';
10
11
$lang['periodicPull'] = 'Pull des remote git Repositories alle "periodicMinutes", getriggert von einem http Page Request';
11
12
$lang['periodicMinutes'] = 'Zeitraum (in Minuten) zwischen den periodischen pull requests';
$lang['autoDetermineRepos'] = 'Determine existing git repo(s) from the path of the file to commit. If set, then the configs <code>repoPath</code> and <code>repoWorkDir</code> are ignored.';
9
10
$lang['pushAfterCommit'] = 'Push active branch to remote origin after every commit';
10
11
$lang['periodicPull'] = 'Pull the remote git repository every "periodicMinutes" triggered by a http page request';
11
12
$lang['periodicMinutes'] = 'Timespan (in minutes) between periodic pull requests';
0 commit comments