Murmele / Gittyup

Understand your Git history!
https://murmele.github.io/Gittyup
MIT License
1.37k stars 107 forks source link

Filter by Path makes commits disappear #687

Open Franticware opened 5 months ago

Franticware commented 5 months ago

When I type main.cpp into Filter by Path field to see only commits modifying this file, all commits disappear. Version v1.3.0

pierre-vo commented 5 months ago

if main.cpp is not at the root of your repo, you might need to use */main.cpp to find it?

Franticware commented 5 months ago

It is at repo's root.