simonw / git-history

Tools for analyzing Git history using SQLite
Apache License 2.0
191 stars 18 forks source link

`--no-history` option #22

Closed simonw closed 2 years ago

simonw commented 2 years ago

Lets you create just the items table with the latest version of everything deduped by ID.

simonw commented 2 years ago

Could even skip the commits table with this option?

simonw commented 2 years ago

No that should stay to support the feature where we start against only the newly added commits.

simonw commented 2 years ago

I don't think this feature is necessary. Will add it if someone asks for it.