Comment 6 for bug 842694

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

So I'm wondering what the operations are that users would want to do on the reflog.

- Obviously, dulwich itself should be able to add entries to the reflog (preferably without reading the existing entries for performance reasons).

What are the use cases users care about? Do they actually want to have the reflog in memory or is it sufficient to just hand them an iterator over the entries in the reflog?