Lines:
1 to 23 of 23
<?php // (C) Copyright Bobbing Wide 2015, 2016 if ( !defined( "OIK_GIT_INCLUDED" ) ) { define( "OIK_GIT_INCLUDED", "0.0.1" ); /** * git functions * * Library: git * Provides: git * Depends: oik_boot, bwtrace * Shareable: No - since it expects to be part of the oik-batch plugin. * Conflicts: * * This file should eventually be a shared library file providing an interface to git, and potentially GitHub, from PHP routines. * I'm sure there are many instances about. But I've not looked at them yet. * */ /* function git() – Return the single instance of the Git class */ } /* end if !defined */View on GitHub
