gitext-rs / git-stack

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

feat(cli): Summarize foreign branches #128

Closed epage closed 2 years ago

epage commented 2 years ago

By this I mean branches that the current user has not contributed to or rewritten. I'm hoping this is conservative enough that this will be good enough, especially since we still list the foreign branches.

Fixes #112