-
Notifications
You must be signed in to change notification settings - Fork 185
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
kui's git branch command fails if the underlying git command decides to paginate #6535
Comments
starpit
added a commit
to starpit/kui
that referenced
this issue
Jan 11, 2021
…ying git command decides to paginate Fixes kubernetes-sigs#6535
7 tasks
starpit
added a commit
that referenced
this issue
Jan 11, 2021
…ying git command decides to paginate Fixes #6535
starpit
added a commit
to starpit/kui
that referenced
this issue
Jan 12, 2021
…ying git command decides to paginate Fixes kubernetes-sigs#6535
the fix was incomplete, e.g. it may not have fixed the inBrowser use case |
myan9
added a commit
to myan9/kui
that referenced
this issue
Jan 12, 2021
…it command decides to paginate Fixes kubernetes-sigs#6535
7 tasks
starpit
pushed a commit
that referenced
this issue
Jan 12, 2021
…it command decides to paginate Fixes #6535
starpit
pushed a commit
to starpit/kui
that referenced
this issue
Jan 12, 2021
…it command decides to paginate Fixes kubernetes-sigs#6535
starpit
added a commit
that referenced
this issue
Jan 12, 2021
…ying git command decides to paginate Fixes #6535
starpit
pushed a commit
that referenced
this issue
Jan 12, 2021
…it command decides to paginate Fixes #6535
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kui's git branch command invokes the underlying
git branch
via PTY. By default, that underlying command will paginate the response. As a consequence, Kui's git branch command will hang, since the underlying git branch command is silently waiting for input from the user.We should have Kui invoke the underlying command with
--no-pager
The text was updated successfully, but these errors were encountered: