commit-graph: remove Future Work section
commit10bd0be173b0ab9a9255fc15a768b2518d3eba57
authorDerrick Stolee <dstolee@microsoft.com>
Wed, 12 Jun 2019 13:29:39 +0000 (12 06:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Jun 2019 18:20:53 +0000 (12 11:20 -0700)
tree7fc52bcdf85fe25e50bea81c3f173e4c2b23c93f
parent5af803945212af875670582ff153ee05ec368b83
commit-graph: remove Future Work section

The commit-graph feature began with a long list of planned
benefits, most of which are now complete. The future work
section has only a few items left.

As for making more algorithms aware of generation numbers,
some are only waiting for generation number v2 to ensure the
performance matches the existing behavior using commit date.

It is unlikely that we will ever send a commit-graph file
as part of the protocol, since we would need to verify the
data, and that is expensive. If we want to start trusting
remote content, then that item can be investigated again.

While there is more work to be done on the feature, having
a section of the docs devoted to a TODO list is wasteful and
hard to keep up-to-date.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/commit-graph.txt