Josselin Poiret writes:
> Reciprocally, I don't think a simple pull request provides much over
> git-am, except that with `format-patch`, everything is simply text, that
> once sent over email (in a decentralized fashion) can be simply
> responded to and read without relying on complicated javas
Hi Matt,
Matt Wette writes:
> Hi All,
>
> Does the savannah git repo support `git-request-pull'? And if so,
> would that make getting patches in more efficient? It seems the guile
> project needs a way to get simple fixed, at least, merged in. Would
> this help?
git request-pull merely for
Hey Dmitry and Matt,
First off, `git-request-pull` requires the user to have their own
repository hosted somewhere, and someone would need to clone it/add a
remote and fetch from it just to check out what's inside. That means
extra steps with no real benefits.
Dmitry Alexandrov writes:
> The o
Matt Wette wrote:
> Does the savannah git repo support `git-request-pull'?
To the best of my knowledge, no any server-side support is required for that.
Git is intentionally designed to avoid any reliance on servers as much as
possible.
> And if so, would that make getting patches in more effi
Hi All,
Does the savannah git repo support `git-request-pull'? And if so,
would that make getting patches in more efficient? It seems the guile
project needs a way to get simple fixed, at least, merged in. Would
this help?
Matt