Re: [PATCHv1 1/3] git-p4: failing test for ignoring invalid p4 labels

2015-08-27 Thread Eric Sunshine
On Thu, Aug 27, 2015 at 3:18 AM, Luke Diamand l...@diamand.org wrote: When importing a label which references a commit that git-p4 does not know about, git-p4 should skip it and go on to process other labels that can be imported. Instead it crashes when attempting to find the missing commit

[PATCHv1 1/3] git-p4: failing test for ignoring invalid p4 labels

2015-08-27 Thread Luke Diamand
When importing a label which references a commit that git-p4 does not know about, git-p4 should skip it and go on to process other labels that can be imported. Instead it crashes when attempting to find the missing commit in the git history. This test demonstrates the problem. Signed-off-by: