Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sbtsdev/git-deploy-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pocketarc/git-deploy-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 12 files changed
  • 3 contributors

Commits on Jul 16, 2016

  1. Fixes an issue with grabbing the contents of files with special chara…

    …cters in them. Adds support for handling files renamed in Git.
    pocketarc committed Jul 16, 2016
    Configuration menu
    Copy the full SHA
    05f2362 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a95a0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15c7b1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d9cda6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a74030 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59df021 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2016

  1. Configuration menu
    Copy the full SHA
    548803c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

  1. Adds the composer.lock so people can get the same version that was us…

    …ed to build the last git-deploy.
    pocketarc committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    bcab50f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eca059 View commit details
    Browse the repository at this point in the history
  3. Fixes a couple of issues with PHP 7.1. Makes "composer update" automa…

    …tically rebuild git-deploy.
    pocketarc committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    89ff1cd View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. 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'.
    roibeart committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    d66cace View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Merge pull request pocketarc#79 from roibeart/master

    Check that the local repository is in sync with the remote before deploying.
    pocketarc authored Oct 3, 2017
    Configuration menu
    Copy the full SHA
    580837b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dff5d3 View commit details
    Browse the repository at this point in the history
  3. Updates Composer packages.

    pocketarc committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    f6a6e15 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2017

  1. Moves all dependencies to require-dev, since they're development depe…

    …ndencies that no one else needs.
    pocketarc committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    9b09dfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0fa80a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Configuration menu
    Copy the full SHA
    c04af17 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. Merge pull request pocketarc#81 from roibeart/master

    Updates README file describing check_sync_with_remote option
    pocketarc authored Oct 27, 2017
    Configuration menu
    Copy the full SHA
    20371dd View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Adds better error handling for repos that don't contain the commit th…

    …at's being deployed (or compared to).
    Bruno Moreira De Barros committed May 31, 2018
    Configuration menu
    Copy the full SHA
    2b5ba0b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Fixes an issue that caused problems with uploading files with spaces …

    …in their filename.
    Bruno Moreira De Barros committed May 16, 2019
    Configuration menu
    Copy the full SHA
    5740bfa View commit details
    Browse the repository at this point in the history
Loading