spacemacs/layers/+source-control
Roman Gonzalez 28f3b6289d Add spacemacs/git-permalink functionality
Context:

When using org files, one normally tends to add Github code links to an
algorithm/bug explanation so that readers are able to follow along with a PR
change.

The current `<SPC> g l L` command gets us the URL to the current branch; given
the code is in flux, the link becomes non-sensical rather quickly, loosing value
when trying to build a document with explanations about the code.

This PR allows us to get the Permalink (e.g. link associated to the commit, not
the branch); using this, the URL contents will never change with new commits
submitted to the repository.

Changes:

  * Add two new functions with associated keybindings:

    - `<SPC> g l p` maps to `spacemacs/git-permalink`

    - `<SPC> g l P` maps to `spacemacs/git-permalink-copy-url-only`

  * The above changes rely on mechanisms of `git-link`, so no new code needs to
    be introduced
2019-10-05 19:19:41 +02:00
..
git Add spacemacs/git-permalink functionality 2019-10-05 19:19:41 +02:00
github [core] Fix layer dependencies based on layer variables 2019-09-30 02:00:48 -04:00
perforce [doc] Fix typos and add missing/remove extra ~ 2019-06-01 20:40:22 +02:00
version-control documentation formatting: Sun May 26 20:58:52 UTC 2019 2019-05-27 01:23:35 +03:00