gitlit
gitlit copied to clipboard
Feature request: Show only my locks (Filter by username)
We're on a project with dozens of developers, and thousands of files. Listing all files to unlock isn't very useful.
User Story As a developer that already have files locked, I would like to see only the files I (my user) have locked so I can easily unlock them.
Implementation
Honestly I don't know how to easily filter on the local user, because my git config user.name returns John-Philip Johansson but looking at git lfs locks and finding my files I see my username as seriema.
- If there's no command that returns only the local users locked file, perhaps add a config file or popup dialog so users of
gitlitcan add their git lfs username. - Add a menu option, perhaps top level "View", with the option "Show only my locks".