Skip to content
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

remove unused hooks with refs to master branch #8250

Merged
merged 1 commit into from
Jun 3, 2021

Conversation

deepthi
Copy link
Member

@deepthi deepthi commented Jun 3, 2021

Description

After we renamed master branch to main, we started getting errors like this on commit

fatal: ambiguous argument 'master..': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

These are coming from some git hooks that aren't really used any more. Fixed by deleting the files.

Related Issue(s)

Checklist

  • Tests were added or are not required
  • Documentation was added or is not required

Deployment Notes

Signed-off-by: deepthi <deepthi@planetscale.com>
@deepthi deepthi requested a review from ajm188 June 3, 2021 05:56
@deepthi
Copy link
Member Author

deepthi commented Jun 3, 2021

cc @acharis @dctrwatson

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@deepthi deepthi merged commit 3b9e28b into vitessio:main Jun 3, 2021
@deepthi deepthi deleted the ds-fix-hooks branch June 3, 2021 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants