commit | 56c093451c7b2b485b194943ea071aca4e74733d | [log] [tgz] |
---|---|---|
author | Pete Wyckoff <pw@padd.com> | Sat Feb 19 08:17:57 2011 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Feb 21 09:52:46 2011 -0800 |
tree | d14cf668f1934ba1cff5cfe163d9922f842cba94 | |
parent | 1494fcbb75299eb16cfb9817aea591f3f2dcdfed [diff] |
git-p4: accommodate new move/delete type in p4 562d53f (git-p4: Fix sync errors due to new server version, 2010-01-21) taught git-p4 sync to recognize the new move/delete type, but this type can also show up in an initial clone and labels output. Instead of replicating the support in three places, hoist the definition somewhere global. Signed-off-by: Pete Wyckoff <pw@padd.com> Acked-By: Tor Arvid Lund <torarvid@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>