lusingander / serie

A rich git commit graph in your terminal, like magic 📚
MIT License
435 stars 13 forks source link

feat: Use usize instead of u8 #6

Closed kdheepak closed 3 months ago

kdheepak commented 3 months ago

Here's the minimum number of changes for converting from u8 to usize, if you are interested in it.

lusingander commented 3 months ago

https://github.com/lusingander/serie/issues/4

kdheepak commented 3 months ago

I rebased on top of the latest master and resolved the merge conflicts. This should be good to merge now.