gitext-rs / git-stack

Stacked branch management for Git
Apache License 2.0
491 stars 19 forks source link

Fail fast support for `git run` #262

Closed epage closed 1 year ago

epage commented 1 year ago

Please complete the following tasks

Version

0.10

Use Case

If one commit fails, frequently subsequent commits fail and showing all of them causes noise

Requirements

Possible Solutions

Fail fast by default with a --no-ff flag. For people who want --no-ff to be the default, they can always modify their git run alias.