-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: sbtsdev/git-deploy-php
base: master
head repository: pocketarc/git-deploy-php
compare: master
- 20 commits
- 12 files changed
- 3 contributors
Commits on Jul 16, 2016
-
Fixes an issue with grabbing the contents of files with special chara…
…cters in them. Adds support for handling files renamed in Git.
Configuration menu - View commit details
-
Copy full SHA for 05f2362 - Browse repository at this point
Copy the full SHA 05f2362View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a95a0e - Browse repository at this point
Copy the full SHA 7a95a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15c7b1f - Browse repository at this point
Copy the full SHA 15c7b1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d9cda6 - Browse repository at this point
Copy the full SHA 2d9cda6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a74030 - Browse repository at this point
Copy the full SHA 6a74030View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59df021 - Browse repository at this point
Copy the full SHA 59df021View commit details
Commits on Aug 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 548803c - Browse repository at this point
Copy the full SHA 548803cView commit details
Commits on Aug 24, 2016
-
Adds the composer.lock so people can get the same version that was us…
…ed to build the last git-deploy.
Configuration menu - View commit details
-
Copy full SHA for bcab50f - Browse repository at this point
Copy the full SHA bcab50fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eca059 - Browse repository at this point
Copy the full SHA 6eca059View commit details -
Fixes a couple of issues with PHP 7.1. Makes "composer update" automa…
…tically rebuild git-deploy.
Configuration menu - View commit details
-
Copy full SHA for 89ff1cd - Browse repository at this point
Copy the full SHA 89ff1cdView commit details
Commits on Oct 2, 2017
-
Adds an option to check if the repository is aligned with the remote …
…before the deploy If in the .ini file the option'check_sync_with_remote' is set to true, it will be checked if the remote is aligned with the local repository. If it fails, the deploy will not be performed. It can be useful when there is more than one person working on the repository, because it pervents inconsistent deploys to the production server. If the remote is called 'origin', it is possible to specify the branch of the remote where to check the alignment, defining it through the option 'remote_branch'.
Configuration menu - View commit details
-
Copy full SHA for d66cace - Browse repository at this point
Copy the full SHA d66caceView commit details
Commits on Oct 3, 2017
-
Merge pull request pocketarc#79 from roibeart/master
Check that the local repository is in sync with the remote before deploying.
Configuration menu - View commit details
-
Copy full SHA for 580837b - Browse repository at this point
Copy the full SHA 580837bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dff5d3 - Browse repository at this point
Copy the full SHA 4dff5d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6a6e15 - Browse repository at this point
Copy the full SHA f6a6e15View commit details
Commits on Oct 23, 2017
-
Moves all dependencies to require-dev, since they're development depe…
…ndencies that no one else needs.
Configuration menu - View commit details
-
Copy full SHA for 9b09dfe - Browse repository at this point
Copy the full SHA 9b09dfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0fa80a - Browse repository at this point
Copy the full SHA b0fa80aView commit details
Commits on Oct 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c04af17 - Browse repository at this point
Copy the full SHA c04af17View commit details
Commits on Oct 27, 2017
-
Merge pull request pocketarc#81 from roibeart/master
Updates README file describing check_sync_with_remote option
Configuration menu - View commit details
-
Copy full SHA for 20371dd - Browse repository at this point
Copy the full SHA 20371ddView commit details
Commits on May 31, 2018
-
Adds better error handling for repos that don't contain the commit th…
…at's being deployed (or compared to).
Bruno Moreira De Barros committedMay 31, 2018 Configuration menu - View commit details
-
Copy full SHA for 2b5ba0b - Browse repository at this point
Copy the full SHA 2b5ba0bView commit details
Commits on May 16, 2019
-
Fixes an issue that caused problems with uploading files with spaces …
…in their filename.
Bruno Moreira De Barros committedMay 16, 2019 Configuration menu - View commit details
-
Copy full SHA for 5740bfa - Browse repository at this point
Copy the full SHA 5740bfaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master