jc00ke
5d4875b425
Magit: Fix decrease hunk key in README
2017-04-17 21:51:51 -04:00
syl20bnr
2cbc1a6a6e
github: make it depend on version-control layer
2017-03-31 00:52:26 -04:00
syl20bnr
7ba2e3ac4b
github: remove github-browse-file
...
Replaced by browse-at-remote in version-control layer.
2017-03-31 00:52:16 -04:00
JAremko
c277c9716b
add browse-at-remote
2017-03-30 22:15:23 -04:00
Robert O'Connor
e9ff9f09c6
Remove trailing whitespace from all files
2017-03-26 13:06:43 -04:00
Ayush Goyal
b00096e9ef
Add transient state for smerge mode
2017-03-13 19:21:57 +02:00
syl20bnr
aaf2f7d535
github: move load-gh-pulls-mode to funcs.el
2017-02-09 18:00:32 -05:00
syl20bnr
b53a8957a1
github: add magithub
...
to opt-out simply add magithub to the dotspacemacs-excluded-packages variable
2017-02-06 22:48:38 -05:00
syl20bnr
fb27ede558
Bump year in copyright headers
...
Happy New Year 2017!
2017-01-05 23:08:17 -05:00
Justin Burkett
7bf00ad878
which-key: Update usage of replacement alists
...
See 19186917eb
2016-11-25 12:32:10 +02:00
zhexuany
19592f0ad5
fixed syntax highloght in README
2016-11-22 20:41:45 -05:00
Justin Humm
7172cd7170
Fixed dead hyperlink in magit intro
2016-11-20 18:53:31 -05:00
bmag
6e4442e0db
Rename and add missing definition of version-control-diff-side
2016-11-05 13:03:23 +02:00
Emmanuel Touzery
1176a23dff
version control: let the user pick on which side to display the diff
2016-11-05 12:43:51 +02:00
Muneeb Shaikh
5771484668
Move spacemacs/git-link-* functions to git layer
2016-10-17 18:52:55 +05:30
Eoin Houlihan
7464ef32e2
Use Magit 2.8's built-in fullscreen display function
2016-10-17 14:11:28 +02:00
Ryan Phillips
cd6b5ed67b
add magit-repolist support
...
fixes #7083
2016-10-17 14:07:58 +02:00
bmag
88e4ddf778
git: hook fci-mode only when fci package is used
2016-10-17 13:42:37 +02:00
Rory O’Kane
b7c84b5c35
Fix capitalization of “GitHub” in layer docs
2016-09-13 13:23:30 +03:00
Eivind Fonn
3ce6f41b1e
Fix version-control layer in daemon mode
2016-08-30 16:00:05 +02:00
Eivind Fonn
25eb00c24f
Update git layer rebase documentation
2016-08-19 10:10:09 +02:00
syl20bnr
0a01159572
git: add SPC g f h to get the commit history of the current file
2016-07-28 23:26:54 -04:00
Robert O'Connor
3ebdb1c0ec
github layer: fix table formatting in README
2016-07-26 22:58:34 -04:00
Robert O'Connor
74d6a6fcad
Revert #6576 ; TL;DR: We no longer need to do this.
...
See justbur/evil-magit#24 and 4a375ea304
2016-07-22 12:52:23 +03:00
d12frosted
5c371f0843
minor update to magit-gh-pulls documentation
...
- fix grammar
- add note about `# o` key binding
2016-07-14 14:26:06 +03:00
Robert O'Connor
7d5a9e0b0f
Fix magit-gh-pulls docs
...
- #g -> #r -- #g was not defined.
- add docs for getting s diff of the current PR
- wording fix
2016-07-14 06:15:07 -04:00
syl20bnr
afc6f8561e
version-control: change function prefix to spacemacs
2016-07-06 21:12:02 -04:00
Jeremy Bi
81626bee0b
Run diff-hl-magit-post-refresh
after committing
...
Otherwise `diff-hl-mode` still highlights uncommitted changes
2016-07-06 20:49:11 -04:00
syl20bnr
8f22e0c8c2
github: move clone command under SPC g h c prefix
2016-07-05 00:23:16 -04:00
syl20bnr
140e779735
git: add SPC g l prefix command name
2016-07-05 00:23:16 -04:00
syl20bnr
31be6c9b8e
github: remove commented code for helm-gist
...
This package seams to be abandonned and we have already gist.el
2016-07-05 00:23:16 -04:00
syl20bnr
316dc0765d
git: move git-link to git layer under SPC g l command prefix
...
git-link is aimed to work with various git hosting services so it makes
sense to move it back to git layer.
2016-07-05 00:23:16 -04:00
syl20bnr
b92daec7cf
git: remove all popup key binding for magit-dispatch-popup
...
The `SPC g` command prefix was to much overloaded for actions which
are already available in discoverable manner in magit. So I decided to
remove all the actions reachable from magit-dispatch-popup from `SPC g`.
magit-dispatch-popup is available under `SPC g m`. This increases the
key binding sequences but OTHO it makes everythings consistent (same
key sequence behind `SPC g s` and `SPC g m`) and we prefer consistency.
This refactoring free up a lot of precious key bindings we can use for
commands that are not available in Magit.
2016-07-05 00:23:16 -04:00
syl20bnr
3f54fa7832
Fix github layer missing parens
2016-07-05 00:23:16 -04:00
Ivan Malison
91b3f75c95
github: add github-search package
2016-07-05 00:23:16 -04:00
Ivan Malison
0bfade9d7d
github: Add bindings for the addition of remotes
...
`github-clone-add-existing-remote`, `github-clone-fork-remote`,
`github-clone-add-source-remote` come from the newest version of
github-clone and allow the easy addition of remotes to an existing
repository.
2016-07-05 00:23:16 -04:00
ralesi
10d2dce0be
Fixes #6051 , checks for existance of git-gutter.
2016-05-29 23:05:04 -04:00
syl20bnr
a2de9a63af
Use :toggle keyword instead of when forms
2016-05-29 22:39:21 -04:00
syl20bnr
1f993bddf6
Rename spacemacs-helm and spacemacs-ivy layers to helm and ivy
...
For ivy users: be sure to update your dotfile by replacing spacemacs-ivy
by ivy
2016-05-15 22:24:27 -04:00
Eivind Fonn
325067bc10
unimpaired: Move hunk commands to version-control
2016-05-06 13:27:44 +02:00
Robert O'Connor
55ebd1e679
git: add submodule popup keybinding
2016-05-06 13:04:06 +02:00
syl20bnr
07852abad5
Format documenation files with doc-fmt tool
2016-04-12 23:31:38 -04:00
syl20bnr
ad4e0d7817
perforce: fix duplicated :init and delete empty file config.el
2016-04-12 22:46:33 -04:00
Richard Kim
c2ebcc7d17
fix start up error if perforc layer is enabled
...
The fix is to move spacemacs/declare-prefix call out of config.el into
packages.el file of the layer. I don't know why this change fixes the
issue. I just made changes to perforce layer code to match what is done
in all other layers where the function is called within package.el
rather than in config.el.
2016-04-12 22:45:36 -04:00
Magnus Therning
5c575a7eb8
git: Add binding to magit-reset-popup
...
Signed-off-by: Magnus Therning <magnus@therning.org>
2016-04-08 17:43:35 +02:00
syl20bnr
ecffbb49e0
github: make git-link-commit works with git-timemachine
2016-04-07 22:51:47 -04:00
syl20bnr
4bc796c9e6
github: move some functions to funcs.el
2016-04-07 22:44:58 -04:00
syl20bnr
43bc88119b
github: replace the advice around git-link--branch by letf
2016-04-07 22:43:07 -04:00
Daniel Luna
4a6f2ff014
[github layer] git-link working as expected in git-timemachine buffers
...
This commit allows an user to run git-link in a git-timemachine bufer
and get the current revision instead of the latest commit in that
branch.
2016-04-07 22:27:41 -04:00
Lily
135fdfb612
github: Document how to configure your github OAuth token
...
This helps make the `github` layer work better
2016-04-04 22:39:50 -04:00