Skye Shaw
Skye Shaw
Thanks for the info @edkolev. Bad test coverage here unfortunately 🔴
Hi, It sounds like there are a few things here. First bugs, for Org/Markdown files: * ~~GitHub: linking to line numbers in does not work. This appears to be a...
Yes I've been waiting years for this issue, haha. Any ideas on how to handle it?
> Any ideas on how to handle it? Well, I should have elaborated: would this be a per-service variable, global, both, ..?
Hi, I only call `error` [in `git-link-homepage`](https://github.com/sshaw/git-link/blob/master/git-link.el#L470). `messages` is most everywhere. Can you provide more info? Thanks!
Got it, makes sense. I'll have to look into `user-error`. You may also want to checkout the PRs and issues. There's talk of making a `git-link-dwim` function or maybe even...
Hi! > I am sometimes working on a local branch (not pushed to a remote location) and in this case using git-link generate a wrong url Do you know about...
> C-u M-x git-link => ask for the remote name first > C-u C-u M-x git-link => ask for the remote and the branch name But... what if someone only...
Good idea. My initial thoughts are that `git-link-commit` + a `git blame` mode (`magit-blame` for example) would do it, but that is an extra step and `magit-blame` doesn't allow the...
Suggestions for the function's name? I'm thinking `git-link-blame`. Though at some point may be good to be able use a prefix + `git-link` for everything.