]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/revision-dash-count-parsing'
authorJunio C Hamano <gitster@pobox.com>
Fri, 20 Jun 2014 20:10:25 +0000 (13:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Jun 2014 20:10:25 +0000 (13:10 -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