gitlit icon indicating copy to clipboard operation
gitlit copied to clipboard

Feature request: Show only my locks (Filter by username)

Open seriema opened this issue 4 years ago • 0 comments

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 gitlit can add their git lfs username.
  • Add a menu option, perhaps top level "View", with the option "Show only my locks".

seriema avatar May 16 '21 16:05 seriema