Thread (1 message) 1 message, 1 author, 2016-06-15

Re: git-shortlog hangs on bare repo without --bare option

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:45:14

René Scharfe [off-list ref] writes:
Garry Dolley schrieb:
quoted
I didn't see this happen with git 1.5.x, but if you do git-shortlog on a bare 
repo, without specifying --bare, the command will seemingly hang indefinitely.
FWIW, I tried git 1.5.0 and it hangs, too.  Which exact version did work
for you?  Could you, based on it, bisect the commit that introduced this
behaviour?

As a workaround, you can use "git log | git shortlog".
It is not a workaround.  Shortlog can work as a filter to "git log", but
if you give revs to work on, e.g. "git shortlog -s -n v1.5.6.5.." or "git
shortlog HEAD", it can generate the log and feed to itself.

Somehow it (perhaps incorrectly, I did not look at the command line input)
judging that your command line is telling it not to do the log generation
itself but instead you will feed the log from its standard input, which
happens to be your terminal.  So another workaround would be to type the
series of log messages ;-)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help