Re: pull requests for guile

2023-05-08 Thread Dr. Arne Babenhauserheide
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

Re: pull requests for guile

2023-05-08 Thread Arsen Arsenović
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

Re: pull requests for guile

2023-05-08 Thread Josselin Poiret
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

Re: pull requests for guile

2023-05-08 Thread Dmitry Alexandrov
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

pull requests for guile

2023-05-06 Thread Matt Wette
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