jesseduffield / jesseduffield/lazygit

Use repo name rather than a dirname for commitPrefixes

Open
#2,922 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Go
Stars
82.4k
Forks
3k
Avg merge
2d 18h
Merged PRs (30d)
19

Description

**Is your feature request related to a problem? Please describe.**
It is not possible to have a per project rules now if the dirname contains more than a project name, which makes it difficult to work on multiple copies

**Describe the solution you'd like**
Use the `git config --get remote.origin.url | sed -E "s/.*?:(.*)\.git/\1/"` rather than the dirname where possible

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.