Thank you for filling out a Git bug report! Please answer the following questions to help us understand your issue. What did you do before the bug happened? (Steps to reproduce your issue) 1. git clone https://github.com/torvalds/linux.git 2. git checkout master 3. git log --oneline --graph What did you expect to happen? (Expected behavior) See a graph of onelined commit histories What happened instead? (Actual behavior) Hang after entering the command What's different between what you expected and what actually happened? The output is empty and the cursor is stuck. Cursor is unresponsive to any key press other than ^C which leads to an output like below ### OUTPUT START ### ... ~ ~ ~ ~ (END) ### OUTPUT END ### Pressing q key helps get the prompt back. Anything else you want to add: Please review the rest of the bug report below. You can delete any lines you don't wish to share. [System Info] cpu: x86_64 no commit associated with this build sizeof-long: 8 sizeof-size_t: 8 shell-path: /bin/sh compiler info: gnuc: 12.2 libc info: glibc: 2.36 $SHELL (typically, interactive shell): /bin/bash [Enabled Hooks] commit-msg pre-commit prepare-commit-msg