author | Pete Wyckoff <pw@padd.com> | |
Wed, 18 Feb 2009 18:12:14 +0000 (13:12 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 23 Feb 2009 23:24:08 +0000 (15:24 -0800) | ||
commit | b4b0ba06f8748348039d56ffa5890590dd9776ee | |
tree | aa8279035604668213dde59cbe67f6c90550ef59 | tree | snapshot |
parent | 2d602e9179c7eb1a31a0abf41283c132e26a61af | commit | diff |
git-p4: avoid syncing duplicate changes
When a particular changeset affects multiple depot paths, it
will appear multiple times in the output of "p4 changes".
Filter out the duplicates to avoid the extra empty commits that
this otherwise would create.
Signed-off-by: Pete Wyckoff <pw@padd.com>
Acked-by: Simon Hausmann <simon@lst.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When a particular changeset affects multiple depot paths, it
will appear multiple times in the output of "p4 changes".
Filter out the duplicates to avoid the extra empty commits that
this otherwise would create.
Signed-off-by: Pete Wyckoff <pw@padd.com>
Acked-by: Simon Hausmann <simon@lst.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/fast-import/git-p4 | diff | blob | history |