Robin Rosenberg [off-list ref] wrote:
quoted hunk ↗ jump to hunk
s?ndag 26 juli 2009 00:55:04 skrev "Shawn O. Pearce" [off-list ref]:
quoted
Robin Rosenberg [off-list ref] wrote:
quoted
This one does not apply for the Config class here.
Did you apply with --whitespace=strip or something and fall afoul
of a merge conflict due to changed context?
Config.java looks (partially) like this:
--------------------------
import java.util.Map;
import java.util.Set;
/**
----------------------------
and the patch looks (partially again) like this:
@@ -55,19 +49,18 @@
import java.util.Map;
import java.util.Set;
+import org.spearce.jgit.errors.ConfigInvalidException;
import org.spearce.jgit.util.StringUtils;
You missed the patch where I added StringUtils. See "[PATCH]
Ensure Config readers handle case insensitive names correctly"
from Friday Jul 24.
--
Shawn.