What's the Git approach to publish a patch queue?

后端 未结 4 504
无人及你
无人及你 2020-12-30 00:56

I am used to Mercurial mq extension to maintain a set of custom patches over the upstream. They can be published as a separate repository aside from the upstream. Now in git

4条回答
  •  感情败类
    2020-12-30 01:53

    Considering the comments given, it seems an approach more or less equivalent to Mercurial's mq would be using guilt. Unlike mq, guilt does not directly provide an interface for a "patch repository", but you could turn the .git/patches/ into a .git repository manually.

提交回复
热议问题