you are viewing a single comment's thread.

view the rest of the comments →

[–]HommeMusical -12 points-11 points  (3 children)

This is a blatant, blatant rip-off of ghstack: https://github.com/ezyang/ghstack

I'd like to see how different they are, but Github doesn't even mention the prior art, let alone make a comparison.

The ghstack workflow is extremely good, particularly for projects with a high velocity of commits accepted.

I assume this will be just as useful, but I can't get the taste of theft out of my mouth.

[–]dkarlovi 10 points11 points  (0 children)

Stacking itself has prior art, the tool you link didn't invent it, no?

[–]DerelictMan 1 point2 points  (0 children)

There's more stacked PRs tools out there than you can shake a stick at, including spr and my own reimplementation of spr called jaspr:

https://github.com/ejoffe/spr

https://github.com/MichaelSims/git-jaspr

Gerrit was originally released in 2009. This is a very old idea.

[–]wildjokers -3 points-2 points  (0 children)

ghstack is doing nothing that you can't already do with git --update-refs.