yuki-kimoto / gitprep

Portable GitHub system into your own server
http://gitprep.yukikimoto.com/
906 stars 118 forks source link

implement git server side hooks #155

Open jeansergegagnon opened 5 years ago

jeansergegagnon commented 5 years ago

I'm working on implementing server side git hooks.

Simplest approach is just to copy scripts to all repos that are simply wrappers to global scripts but it would be nice to integrate that functionality into the server.

I'm raising this ticket mostly for discussion and will add comments as my implementation moves ahead.

Perhaps some smarts folks can suggest integration points in the gitprep code to look at.

Zero3K commented 4 years ago

Any news regarding this issue?