You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major improvments:
* Support auto-summation of extensions with '.ext1+.ext2' syntax. Useful for
e.g. '.c+.h'.
Minor improvements:
* No need for --filter any longer, just pass the .exts directly as args
* Add --list flag that lists all available extensions (in the first commit)
* Default to top-three extensions instead of complicated MIME logic
* Include git SHA1 in --version
* Stop spawning 'git log' child process, use git2-rs directly instead