gitext-rs / git-stack

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

fix(cli): Consolidate empty stacks #118

Closed epage closed 3 years ago

epage commented 3 years ago

Building on #116, if there are N empty stacks, they should now take up one line instead of N lines.

We'll still show it if its the HEAD.

Fixes #114