jgit/org.eclipse.jgit.generated....
Shawn O. Pearce b8c508e54d DHT: Add sequence RefData
RefData now uses a sequence number as part of the field, ensuring
that updates always increase the sequence number by one whenever
a reference is modified.

Attaching a sequence number to RefData will help with storing
reference log entries during updates. As the sequence number should
be unique within the reference name space, log entries can be keyed
by the sequence number and remain unique.  Making this work over
reference delete-create cycles will require an additional RefTable
API to return the oldest sequence number previously used in the
reference log to seed the recreated reference.

Change-Id: I11cfff2a96ef962e57f29925a3eef41bdbf9f9bb
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
2011-05-25 09:08:33 -05:00
..
.settings DHT: Replace TinyProtobuf with Google Protocol Buffers 2011-05-25 09:00:42 -05:00
META-INF DHT: Replace TinyProtobuf with Google Protocol Buffers 2011-05-25 09:00:42 -05:00
resources/org/eclipse/jgit/storage/dht DHT: Add sequence RefData 2011-05-25 09:08:33 -05:00
src/org/eclipse/jgit/generated/storage/dht/proto DHT: Add sequence RefData 2011-05-25 09:08:33 -05:00
.classpath DHT: Replace TinyProtobuf with Google Protocol Buffers 2011-05-25 09:00:42 -05:00
.gitignore DHT: Replace TinyProtobuf with Google Protocol Buffers 2011-05-25 09:00:42 -05:00
.project DHT: Replace TinyProtobuf with Google Protocol Buffers 2011-05-25 09:00:42 -05:00
build.properties DHT: Replace TinyProtobuf with Google Protocol Buffers 2011-05-25 09:00:42 -05:00
generate.sh DHT: Replace TinyProtobuf with Google Protocol Buffers 2011-05-25 09:00:42 -05:00
plugin.properties DHT: Replace TinyProtobuf with Google Protocol Buffers 2011-05-25 09:00:42 -05:00
pom.xml DHT: Replace TinyProtobuf with Google Protocol Buffers 2011-05-25 09:00:42 -05:00