0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Dec 22, 2024 — Dec 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updating README maintenance section More... about 10 years ago
Missing maintenance_off_value unsets maintenance_file When maintenance_file is set you can now optionally delete the file when it finishes Frameworks like Laravel just looks for a specific file at a given location. E.g. maintenance_file = 'storage/framework/down' maintenance_on_value = 'Down for maintenance' More... about 10 years ago
Remove .gitignore; git-deploy-php has no project-specific ignorable files. More... about 10 years ago
Delete .codeclimate.yml More... about 10 years ago
Updates phpseclib from 0.3.9 to 2.0.0 to resolve issues with running git-deploy in PHP 7. More... about 10 years ago
Adds codeclimate file. More... over 10 years ago
Fixes an issue that would cause syntax errors if trying to deploy files with parentheses in them. More... over 10 years ago
Fixes an issue with deploying submodules. Fixes #54. More... almost 11 years ago
Removes memory limit from git-deploy. More... almost 11 years ago
Hides PhpStorm files. More... almost 11 years ago
Rebuilds git-deploy. More... almost 11 years ago
Fixes an issue with using git-deploy without --repo-path. More... almost 11 years ago
Adds a check for phar.readonly and a note on fixing it. More... almost 11 years ago
Fixes "Logical operators should be avoided" errors. More... almost 11 years ago
Fixes "Usage of a function in loops should be avoided" errors. More... almost 11 years ago
Fixes "Text files should end with a newline character" errors. More... almost 11 years ago
Makes all phpseclib files not executable. More... almost 11 years ago
Changes the way git-deploy works so that it only has 1 active connection at any time. More... almost 11 years ago
Uses .phar for git-deploy. More... almost 11 years ago
Adds phpseclib 0.3.9. More... almost 11 years ago
Adds support for passphrases in SSH keys and a more meaningful error message when there's something wrong logging in with the key. More... almost 11 years ago
Fixes an issue that caused a request for the password if only the sftp_key was provided. More... almost 11 years ago
Merge pull request #51 from maskas/master More... almost 11 years ago
add ignore_directories setting. Fixes #50 More... almost 11 years ago
Merge pull request #49 from maskas/master More... about 11 years ago
Merge pull request #40 from sergeyvolkov/master More... about 11 years ago
check all submodules. #44 More... about 11 years ago
Create submodule directories. Fixes #44 More... about 11 years ago
Prompt password if this options does not exist More... over 11 years ago
Added password prompt More... over 11 years ago