We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Prompt "reading log message from standard input", always stuck in the interface, what is the reason?
Thanks & best regards.
The text was updated successfully, but these errors were encountered:
This happens when there are no commits in the repo. Easily reproduced with:
$ mkdir /tmpx && cd /tmp/x $ git init Initialized empty Git repository in /tmp/x/.git/ $ git shortlog -s -n --all (reading log message from standard input)
Sorry, something went wrong.
It happens when you have commit history before,
It is' waiting for "input", you can enter directly in terminal. At the end you have to send an character. On Mac OS it's CTRL-D to send.
No branches or pull requests
Hi,
Prompt "reading log message from standard input", always stuck in the interface, what is the reason?
Thanks & best regards.
The text was updated successfully, but these errors were encountered: