aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/pom.xml
diff options
context:
space:
mode:
authorShawn Pearce <spearce@spearce.org>2016-01-09 17:27:25 -0800
committerShawn Pearce <spearce@spearce.org>2016-01-11 15:27:14 -0800
commit398d8e877f91216e287a7a569ea758062dd7c521 (patch)
tree287b7bc065637bf751aae58da989acfef3323c85 /org.eclipse.jgit/pom.xml
parent088c2fc6e33737a406e69a99d75f06d3fbb05e30 (diff)
downloadjgit-398d8e877f91216e287a7a569ea758062dd7c521.tar.gz
jgit-398d8e877f91216e287a7a569ea758062dd7c521.zip
RefTree: Change peel suffix to " ^" (space carrot)
Using ^{} as the peel suffix has caused problems when projects used tags like v2.1 and then v2.1.1, v2.2.2, etc. The peeled value for v2.1 was stored very far away in the tree relative to v2.1 itself as ^ sorts in the ASCII/UTF-8 encoding after all other common tag characters like digits and dots. Use " ^" instead as space is not valid in a reference name, sorts before all other valid reference characters (thus forcing next entry locality) and this looks like a peeled marker for the prior tag. Change-Id: I26d2247a0428dfe26a9c319c02159502b3a67455
Diffstat (limited to 'org.eclipse.jgit/pom.xml')
0 files changed, 0 insertions, 0 deletions