Skip to content
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

Add option to flatten tree if there is only a single branch #2277

Open
stu-beacon opened this issue Jan 14, 2025 · 1 comment
Open

Add option to flatten tree if there is only a single branch #2277

stu-beacon opened this issue Jan 14, 2025 · 1 comment

Comments

@stu-beacon
Copy link

stu-beacon commented Jan 14, 2025

e.g.

from:
foo\
  bar\
    my-branch
baz\
  bat\
    qwuz
    qwux

to:
foo\bar\
  my-branch
baz\
  bat\
    qwuz
    qwux
@stu-beacon stu-beacon changed the title Add option to flatten directory tree if there is only a single branch Add option to flatten tree if there is only a single branch Jan 14, 2025
@DanPristupov
Copy link
Contributor

Duplicate #240

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

No branches or pull requests

2 participants