summaryrefslogtreecommitdiff
path: root/emacs/elisp/my-git-extra.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-06-01🤡Franck Cuny1-50/+0
Change-Id: I06b104d79deac199f9cd9cdae705e333d23cc852
2022-05-31fix(git-extra): use cs.fcuny.xyz for my own repositoriesFranck Cuny1-17/+25
I run an instance of sourcegraph on cs.fcuny.xyz for some of my repositories. When using `git-link' on my own code, I want to go there. I refactor some of the code to format the base URL using the hostname, and clean up the directory name in case the repository is coming from a gerrit server (there's a `a/' prefix to the name of the repository that I need to drop).
2022-03-25git-extra: fix docstringFranck Cuny1-1/+1
2022-03-23this should be the last mass refactorFranck Cuny1-0/+42