Files
git/Documentation
Carlos Martín Nieto b98878edef git-cherry-pick.txt: clarify the use of revision range notation
When given a set of commits, cherry-pick will apply the changes for
all of them. Specifying a simple range will also work as expected.

This can lead the user to think that

    git cherry-pick A B..C

may apply A and then B..C, but that is not what happens.

Instead the revs are given to a single invocation of rev-list, which
will consider A and C as positive revs and B as a negative one.  The
commit A will not be used if it is an ancestor of B.

Add a note about this and add an example with this particular
syntax, which has shown up on the list a few times.

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2012-06-15 10:56:13 -07:00
..
2011-09-07 11:18:18 -07:00
2012-04-26 10:14:45 -07:00
2011-08-08 09:30:12 -07:00
2011-08-30 12:35:51 -07:00
2011-12-12 11:52:31 -08:00
2011-09-06 11:42:12 -07:00
2011-05-19 10:55:54 -07:00
2011-03-11 10:59:16 -05:00
2011-10-05 12:36:23 -07:00
2012-04-26 10:14:45 -07:00
2010-07-05 13:39:02 -07:00
2011-11-08 16:38:14 -08:00
2010-07-20 16:59:17 -07:00