Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > A cleaner alternative was introduced in v1.5.2~185^2~1, which not only > allows you to list the commits, but to inspect them, too: > > git log --cherry-pick <upstream>...[<head>] > > There is a functional difference, though: git cherry shows both > directions, <upstream>...<head> and <head>...<upstream>, and prefixes > the commits with '+' and '-', respectively. > > 'git rev-list --cherry-pick <upstream>...[<head>]' only shows one > direction, and does not prefix the commits. Eh, --left-right anybody? git-cherry is used by people's scripts, and I do not think deprecating is an option at least in the short term. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html