I'm using git rev-list --stdin from Windows command prompt. I'm entering -- followed by some paths, one on each line.
How do I signal to Git that I'm done entering the list of paths? I've tried Ctrl+Z, Ctrl+C, Ctrl+D but none seem to work as expected.
The documentation doesn't mention it: https://git-scm.com/docs/git-rev-list
I found this related question that helps for Unix, but doesn't seem to work on Windows: https://unix.stackexchange.com/questions/16333/how-to-signal-the-end-of-stdin-input