OSDN Git Service

Merge branch 'cb/cherry-pick-rev-path-confusion' into maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 3 May 2012 22:35:19 +0000 (15:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 May 2012 22:35:19 +0000 (15:35 -0700)
The command line parser choked "git cherry-pick $name" when $name can be
both revision name and a pathname, even though $name can never be a path
in the context of the command.

By Clemens Buchacher
* cb/cherry-pick-rev-path-confusion:
  cherry-pick: do not expect file arguments


Trivial merge