Skip to content

fix(cli): Consistently space stacks #207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 17, 2022
Merged

fix(cli): Consistently space stacks #207

merged 1 commit into from
Mar 17, 2022

Conversation

epage
Copy link
Collaborator

@epage epage commented Mar 17, 2022

Fixes #206

@epage epage merged commit 99aba7b into gitext-rs:main Mar 17, 2022
@epage epage deleted the space branch March 17, 2022 11:10
epage added a commit to epage/git-stack that referenced this pull request Mar 22, 2022
After gitext-rs#207, we ended up with
```
8dc84dc net: phy: broadcom: Enable 10BaseT DAC early wake
├─┐
│ ⌽ slow (ready) slow
│
⌽ master (no remote) Revert "gpio: Revert regression in sysfs-gpio (gpiolib.c)"
⌽ 551acdc Merge tag 'net-5.17-final' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
├─┐
│ ⌽ linux-5.17.y (no remote) Linux 5.17
│ ⌽ wmo/linux-5.17.y-backports (no remote) net: dsa: mv88e6xxx: Fill in STU support for all supported chips
│ ⌽ wmo/linux-5.17.y (pushed) net: dsa: Backport Marvell Peridot cmode fix from Netbox
⌽ net-bridge-host-l2-multicast (no remote) selftests: forwarding: verify flood of known mc on mcast_router port
```

We were giving space after the first gap but not subsequent.  We needed
something more like a `join` operation.  Now we do.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing spacing in output
1 participant