mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.96k stars 253 forks source link

Multi-commit operations #182

Open borekb opened 5 years ago

borekb commented 5 years ago

It would be great to have certain operations available on multiple commits, such as:

Right now, it's not possible to select multiple commits in Git Graph's UI, and it might not be the easiest thing to implement, for example, Shift+click should only really work for a series of commits in a single branch. Still, it would be great if I could invoke some operations on multiple commits somehow.

mhutchie commented 5 years ago

Thanks for raising this feature request! It would definitely be nice to support operations on multiple commits, however as you have indicated, there are many challenges that must be overcome to support this in an unambiguous and intuitive way.

I’ve been implementing some foundational changes to how the graph stored in memory, analysed, and rendered in the next release (1.16.0). This will provide a new capability for future features to leverage topological information obtainable from the graph. This would also be required for this feature.

amirgon commented 2 years ago

Still waiting for this feature!

Dysta commented 2 years ago

Any update?

mohittalele commented 1 year ago

any update ?

indraAsLesmana commented 1 year ago

Love this feature.

vectrobyte commented 10 months ago

Desperately waiting for squash commits feature!

Artur-Y commented 7 months ago

Still waiting for this feature.

777PolarFox777 commented 5 months ago

Still waiting for this feature!

oscarrodar commented 5 months ago

any update on this?

laruh commented 5 months ago

any update?

Johannes5000 commented 3 weeks ago

Any information regarding multi-cherry-pick? :slightly_smiling_face: