Skip to content

fix(cli): Give space after each subtree #219

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 23, 2022
Merged

fix(cli): Give space after each subtree #219

merged 1 commit into from
Mar 23, 2022

Conversation

epage
Copy link
Collaborator

@epage epage commented Mar 22, 2022

After #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.

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.
@epage epage merged commit ab139a1 into gitext-rs:main Mar 23, 2022
@epage epage deleted the gap branch March 23, 2022 00:32
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.

1 participant