-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new tool: git hooks (pre-push, pre-commit) #160
Comments
I worked on creating pre-push hook before, we can surely implement it. Alternatively we can also have |
Questions:
I can work of it if you don't have any inconveniences. |
For node core, I think. It's just a script that people can symlink to, we can ask the users if they want to symlink that during the npm
Well I guess it'll need to read the |
Yep, agreed that it should be in node. But the symlinked script must be in bash, since windows also supports bash in git hooks. And furthermore in the Lastly, the hook should output info about using |
Should this be its own What should it run (I plan to work on this, After some issues, labeled bugs are fixed). |
`pad` is now using `toString(10)`, actually we don't need to do this. As for https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toString, `toString(N)` is a radix converter, which isn't proper here for time conversion. PR-URL: #21906 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sam Ruby <[email protected]>
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made. |
.git/hooks/pre-push
The text was updated successfully, but these errors were encountered: