simonw / git-history

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

Change default command to be `git-history file ...` #4

Closed simonw closed 3 years ago

simonw commented 3 years ago

git-history is a bit of a general name.

But... it doesn't actually convert the full Git history to SQLite, just extracts data from one specific file. So git-history-to-sqlite is a bad name too.

git-file-history perhaps? Or git-file-history-to-sqlite (too long).

simonw commented 3 years ago

I like git-history - it's available on PyPI, it's short and punchy and I can't find other tools with that name written in languages other than Python.

simonw commented 3 years ago

I could change the default command to git-history file ... - that way I have space to add further commands that deal with other aspects of Git history in the future.