git-link icon indicating copy to clipboard operation
git-link copied to clipboard

Support not stripping ".git" from directory name

Open hendursaga opened this issue 3 years ago • 0 comments

While trying to setup git-link for a cgit-powered repository (https://git.adrian.geek.nz/rhapsode.git), it wouldn't work, because https://github.com/sshaw/git-link/blob/master/git-link.el#L412-L414 strips ".git" from the directory name. As a workaround, I currently do something similar to git-link-savannah where I pass a modified dirname variable.

hendursaga avatar Jul 14 '22 19:07 hendursaga