Re: [PATCH v4 5/8] evolve: add the change-table structure

2019-02-01 Thread Ramsay Jones
On 01/02/2019 03:09, sxe...@google.com wrote: > From: Stefan Xenos > > A change table stores a list of changes, and supports efficient lookup > from a commit hash to the list of changes that reference that commit > directly. > > It can be used to look up content commits or metacommits at the

[PATCH v4 5/8] evolve: add the change-table structure

2019-01-31 Thread sxenos
From: Stefan Xenos A change table stores a list of changes, and supports efficient lookup from a commit hash to the list of changes that reference that commit directly. It can be used to look up content commits or metacommits at the head of a change, but does not support lookup of commits refere