-
Notifications
You must be signed in to change notification settings - Fork 44
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
move the pre-receive hook template into a separate file #87
Comments
…late on the filesystem Fixes deis#87
I believe we can ship without this, right? Can we pull this off of the beta milestone? |
This is no longer relevant as git receive is no longer using any shell script |
My bad this issue is still present reopening but removing beta tag |
Just to confirm, yes we can pull off the milestone. @smothiki thanks for leaving open Sent from my iPhone
|
This was fixed in #358 |
Do this after #72.
Have
pkg/git/git.go
parse the template file (use the existingtemplate.Must
) and execute it directly into the new file (instead ofbytes.Buffer
=>io.WriteFile
)The text was updated successfully, but these errors were encountered: