Don’t miss out! Join us at the next Open Source Summit in Seoul, South Korea (November 4-5). Join us at the premier vendor-neutral open source conference, where developers and technologists come together to collaborate, share knowledge, and explore the latest innovations and advancements in open source technology. Learn more at https://events.linuxfoundation.org/
Extending Git without breaking it – Adrian Ratiu, Collabora
The speaker proposes three interesting patch series to git, at least two of which have
the potential to cause backwards compatibility breakages, so careful review and testing
is required:
1. Submodule path encoding to avoid repository conflicts.
2. Extended git hooks, specified via configs.
3. Parallel hook execution.
This talk gives a quick overview of the history, motivation as well as design alternatives
/ trade-offs and risks associated with each proposal.