kmx git
login
register
thodg
/
got
/
lib/got_delta_priv.h
lib/got_delta_priv.h
Log
Author
Commit
Date
CI
Message
39e73dc9
2018-03-03T14:18:08
We don't use a delta combiner, we use delta application. A "delta combiner" (as used in SVN) combines deltas and applies the combined delta to the base. We don't do this yet; we apply deltas one by one.
1411938b
2018-02-12T23:25:38
rename private header filenames so they are in got_ namespace