You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use this hook to automatically render documentation, there is a VERY long delay - something like 5-10s - when the hook script should only take about 1.5s or less to run (as it does when using commandline git commands).
This delay seems to occur whether it's a pre-commit or a pre-push.
but the hook does run. However, brackets' git integration from that point on seems broken, and drastically so. if it's a pre-commit hook, the rendered files, which should be included IN the commit for pre-commit hooks, are marked as new modifications. it seems they are being staged AFTER the commit, not BEFORE (where pre-commit hooks should be indexing/staging adds.)
The text was updated successfully, but these errors were encountered:
When trying to use this hook to automatically render documentation, there is a VERY long delay - something like 5-10s - when the hook script should only take about 1.5s or less to run (as it does when using commandline git commands).
This delay seems to occur whether it's a pre-commit or a pre-push.
I get the following:
but the hook does run. However, brackets' git integration from that point on seems broken, and drastically so. if it's a pre-commit hook, the rendered files, which should be included IN the commit for pre-commit hooks, are marked as new modifications. it seems they are being staged AFTER the commit, not BEFORE (where pre-commit hooks should be indexing/staging adds.)
The text was updated successfully, but these errors were encountered: