Searched refs:pull (Results 1 – 4 of 4) sorted by relevance
69 throw new \Exception('Failed to retrieve pull request from GitHub');
41 $pull = (!empty($_GET['pull']) && is_string($_GET['pull'])) ? $_GET['pull'] : ''; variable190 if ($patch != '' || $pull != '') {196 if ($pull != '') {199 if ($patch != '' || $pull != '') {
83 'pull' => urlencode($pull),346 …<td><input type="checkbox" name="pull" value="Y" <?php echo $pull == 'Y' ? " checked" : "" ?>></td>
98 git pull --rebase
Completed in 10 milliseconds