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-02-13 11:42:18 -08:00
2012-04-23 12:52:18 -07:00
2011-11-15 15:39:33 -08:00
2012-04-23 12:58:23 -07:00
2012-03-26 21:32:43 -07:00
2011-09-19 11:07:21 -07:00
2012-03-07 09:07:38 -08:00
2011-10-17 21:37:14 -07:00
2011-10-05 13:45:30 -07:00
2012-04-16 12:42:22 -07:00
2012-02-21 15:14:37 -08:00
2012-01-06 12:44:07 -08:00
2012-04-16 12:43:07 -07:00
2012-03-28 15:19:17 -07:00
2011-09-23 14:28:17 -07:00
2012-03-23 13:52:05 -07:00
2012-03-01 20:59:31 -08:00
2012-04-24 14:40:51 -07:00
2012-04-26 10:57:44 -07:00
2012-03-13 20:44:29 -07:00
2011-12-13 09:26:52 -08:00
2012-03-07 09:07:39 -08:00
2011-11-07 22:12:19 -08:00
2012-03-01 20:59:31 -08:00
2012-01-16 14:34:33 -08:00
2011-12-20 16:02:08 -08:00
2012-04-15 22:50:39 -07:00
2011-10-10 15:56:17 -07:00
2011-10-05 12:36:26 -07:00
2012-01-16 16:06:57 -08:00
2012-04-02 13:11:49 -07:00
2011-11-10 09:10:51 -08:00
2011-12-28 11:32:36 -08:00
2011-12-13 21:12:34 -08:00
2011-12-22 11:27:26 -08:00
2012-02-26 17:46:00 -08:00
2011-09-22 09:35:07 -07:00
2012-03-07 10:24:33 -08:00
2012-03-07 10:24:33 -08:00
2012-04-24 14:40:20 -07:00
2012-02-21 15:14:41 -08:00
2011-11-07 22:12:19 -08:00
2012-04-23 12:39:18 -07:00
2011-11-13 12:21:06 -08:00
2011-12-06 15:13:39 -08:00
2012-02-28 10:47:30 -08:00
2012-04-10 09:25:35 -07:00
2012-04-27 13:58:02 -07:00
2012-02-13 13:06:53 -08:00
2011-12-13 09:39:46 -08:00
2011-11-13 12:21:06 -08:00
2011-12-12 16:48:54 -08:00
2012-02-27 15:58:36 -08:00
2012-02-20 00:15:28 -08:00
2012-03-07 09:07:39 -08:00
2011-11-21 14:32:40 -08:00
2012-03-08 14:03:07 -08:00