Merge branch 'jc/revision-dash-count-parsing' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Jun 2014 18:44:53 +0000 (11:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Jun 2014 18:44:53 +0000 (11:44 -0700)
"git log -2master" is a common typo that shows two commits starting
from whichever random branch that is not 'master' that happens to
be checked out currently.

* jc/revision-dash-count-parsing:
revision: parse "git log -<count>" more carefully

1  2 
revision.c
diff --cc revision.c
Simple merge