9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<p>This document describes the delta-encoding format used by Fossil.
The intended audience is developers working on either
<a href="index.wiki">Fossil</a> itself, or on tools compatible with
Fossil. Understanding of this document is <em>not</em> required for
ordinary users of Fossil. This document is an implementation detail.</p>
<p>This document only describes the delta file format. A
[./delta_encoder_algorithm.wiki|separate document] describes one possible
algorithm for generating deltas in this format.</p>
<h2>1.1 Sample Software And Analysis Tools</h2>
<p>The core routines used to generate and apply deltas in this format
are contained in the [../src/delta.c|delta.c] source file. Interface
|
|
|
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<p>This document describes the delta-encoding format used by Fossil.
The intended audience is developers working on either
<a href="index.wiki">Fossil</a> itself, or on tools compatible with
Fossil. Understanding of this document is <em>not</em> required for
ordinary users of Fossil. This document is an implementation detail.</p>
<p>This document only describes the delta file format. A
[./delta_encoder_algorithm.wiki|separate document] describes one possible
algorithm for generating deltas in this format.</p>
<h2>1.1 Sample Software And Analysis Tools</h2>
<p>The core routines used to generate and apply deltas in this format
are contained in the [../src/delta.c|delta.c] source file. Interface
|