1
0
mirror of https://github.com/git/git.git synced 2025-04-01 21:08:46 +00:00
git/builtin
Junio C Hamano 0fe59d7686 Merge branch 'cb/cherry-pick-rev-path-confusion'
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.

The issue the patch addresses is real, but the way it is implemented felt
unnecessarily invasive a bit.  It may be cleaner for this caller to add
the "--" to the end of the argv_array it passes to setup_revisions().

By Clemens Buchacher
* cb/cherry-pick-rev-path-confusion:
  cherry-pick: do not expect file arguments
2012-04-27 13:58:02 -07:00
..
2012-04-23 12:52:18 -07:00
2012-04-23 12:58:23 -07:00
2012-03-26 21:32:43 -07:00
2012-04-16 12:42:22 -07:00
2012-01-06 12:44:07 -08:00
2012-03-28 15:19:17 -07:00
2011-11-07 22:12:19 -08:00
2012-03-01 20:59:31 -08:00
2012-04-15 22:50:39 -07:00
2012-04-02 13:11:49 -07:00
2011-12-28 11:32:36 -08:00
2011-12-22 11:27:26 -08:00
2012-04-23 12:39:18 -07:00
2012-02-20 00:15:28 -08:00