captainhookphp / captainhook

CaptainHook is a very flexible git hook manager for software developers that makes sharing git hooks with your team a breeze.
http://captainhook.info
MIT License
1.01k stars 87 forks source link

$CHANGED_FILES placeholder is empty for first push #233

Closed Eydamos closed 9 months ago

Eydamos commented 10 months ago

For the first push you do to a remote the CHANGED_FILES placeholder is empty

Steps to reproduce:

Current behaviour: $CHANGED_FILES is empty

Expected behaviour: $CHANGED_FILES list all changed files since the branch was created just like e.g. PhpStorm does when you push the changes

sebastianfeldmann commented 9 months ago

Fixed with version 5.20.0

Thanks for all the effort fixing this @Eydamos