diff options
author | Steven Walter <swalter@lpdev.prtdev.lexmark.com> | 2010-09-02 18:32:06 -0400 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2010-09-24 08:23:53 +0000 |
commit | a3c75056dc73661a6cdab180659f52cdb03b357c (patch) | |
tree | c788c2a484ca9007c5b9918495ebaf6cfc3df844 /transport.c | |
parent | c9be27f39488b20946e3a7ba57d776e03708a1fa (diff) | |
download | git-a3c75056dc73661a6cdab180659f52cdb03b357c.tar.gz |
git-svn: check_cherry_pick should exclude commits already in our history
The merge-base between @$parents and $merge_tip may have been reached
through a merge commit. This means that some commits that are ancestors
of @$parents will not be ancestors of $merge_base. The mergeinfo
property will not list commits that are ancestors of @$parents, so we
need to explicitly exclude them.
[ew: squashed and cleaned up test case from Steven]
Signed-off-by: Steven Walter <stevenrwalter@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'transport.c')
0 files changed, 0 insertions, 0 deletions