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

unexpected indentions in main view with --stdin and --no-walk #1356

Open
calestyo opened this issue Oct 25, 2024 · 0 comments
Open

unexpected indentions in main view with --stdin and --no-walk #1356

calestyo opened this issue Oct 25, 2024 · 0 comments

Comments

@calestyo
Copy link

Hey.

Debian still has tig 2.5.8, so maybe this is obsolete by now.

When doing e.g.:

git log --format=%H --no-patch -L 100,200:someFile  |  tig --stdin --no-walk

one get's a main view like:

<date> <user> commit 7
<date> <user> commit 5
<date> <user> commit 3
<date> <user> commit 2

But when doing it like:

tig --stdin --no-walk $(git log --format=%H --no-patch -L 100,200:someFile)

one get's:

<date> <user> o commit 7
<date> <user> │ o commit 5
<date> <user> │ │ o commit 3
<date> <user> │ │ │ o commit 2

Any reason for that indentions and the "tree" bar?

Cheers,
Chris.

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

1 participant