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

Emacs package to get the GitHub/Bitbucket/GitLab/... URL for a buffer location

Results 33 git-link issues
Sort by recently updated
recently updated
newest added

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...

Request for a function `git-link-gitiles` > Gitiles - A simple JGit repository browser > Gitiles is a simple repository browser for Git repositories, built on JGit. Its guiding principle is...

In case there is a trailing slash at the end of the remote url (`https://git.savannah.gnu.org/git/guix.git/`), the link generated by git-link will look like: ``` https://git.savannah.gnu.org/cgit/guix.git/.git/tree/TODO?h=587fbb48be8ee0c76c77f14fd835e79f33752cb1#n76 ``` instead of: https://git.savannah.gnu.org/cgit/guix.git/tree/TODO?h=587fbb48be8ee0c76c77f14fd835e79f33752cb1#n76 Using...

Given a git repository contained in the folder `foo`, if (from this folder) the command `git worktree add ../foo-worktree-otherbranch otherbranch` is executed, a worktree will be created for the `otherbranch`...

`git-link` is incredibly useful, but it doesn't return the URL it creates. This introduces a new function which does so, allowing more tooling to make use of this great feature....

Hi, I updated the git-link package to the latest one and my custom function in "git-link-remote-alist" stopped working (produces incorrect URLs). I've been using git-link for 3+ years without any...

bug

Whenever using `git-link` on these files for GitHub/Bitbucket I usually have to use the blame/annotate url to link vs GitLab does the what I would expect. https://gitlab.com/protesilaos/modus-themes/-/blob/main/README.md#L1-13 vs https://gitlab.com/protesilaos/modus-themes/-/blob/main/README.md vs...

In my company, we host our Gitlab instance over bare HTTP, not HTTPS. What about adding a variable to customize URLs with regards to the HTTP protocol?

first, thanks for this package! that said, please use `(user-error ...)` instead or `(message ...)` to signal errors, so that i can catch them and do something sensible. this would...

enhancement

If we have no branch and ` git-link-use-commit` is `nil` we'll get an empty path segment, e.g., `path//foo`. Under these circumstances we should should signal a "cannot figure out what...

bug