Christopher McCloud
a18b5d2272
properly evilify gist-lists
2015-08-13 22:35:56 -04:00
Robert O'Connor
987d731916
Add documentation for '# g c' to the github layer
...
Update the README to include documentation for '# g c'
which allows people to create PRs from emacs and then opens
it in the browser.
2015-08-10 22:47:30 -04:00
Hunter Haugen
f6d5961edf
Fix docs for magit's url and manual changes.
2015-08-10 22:47:05 -04:00
Gilbert Kennen
ee119336f5
add git-flow documentation to git layer
2015-08-10 22:31:43 -04:00
justbur
57a0bdd859
Add some missing key prefix declarations
2015-08-10 22:16:30 -04:00
Gilbert Kennen
a721ea4dbc
add #f magit binding for magit-gitflow-popup
2015-08-04 23:12:59 -04:00
mike-work
c6d033686e
added escape to gitmessenger keybindings
2015-08-02 22:02:11 -04:00
sooheon
5e4daf88d8
Add magit-push-always-verify var to magit docs
2015-07-29 23:30:28 -04:00
Josh Greenwood
db9cb181fa
Fixes broken link to the magit "about" page
2015-07-29 22:08:48 -04:00
Gilbert Kennen
d047988d07
reenabled magit-gitflow for magit 2.1
2015-07-27 12:13:44 -04:00
Tommi Komulainen
46fe9aa90b
git layer: remove extra magit-next extension load-path
...
No longer needed as magit is in elpa.
2015-07-26 01:12:56 -04:00
syl20bnr
b2bc3286b2
git layer: defer loading of git-commit
2015-07-26 01:03:30 -04:00
Ryan Whitehurst
1fa4f989ef
Make sure we use-package git-commit
...
With the move to Magit 2.1.0, `git-commit-mode` is deprecated and no
longer shipped in favor of the `git-commit` package, which is shipped
separately from Magit. This ensures that the `git-commit` package is
loaded so that using Spacemacs as your $GITEDITOR outside of Magit works
as expected.
2015-07-26 01:02:16 -04:00
stnly
b81e8e1ce8
Fix typo in Github readme
2015-07-04 19:33:12 -04:00
Tu Do
8d6b8b2def
Use magit-log-all in place of magit-log
...
magit-log-all has the same with the old magit-log: show the commit log
immediately without asking for revision. We should use magit-git-log for
smoother transition to magit 2.1.
2015-07-04 19:31:27 -04:00
Zach Latta
9eb1b4936a
Update key sequence to open rebase buffer for Magit 2.1
2015-07-04 18:46:57 -04:00
kccai
18d699ce18
Fix the document of version control keybinding
2015-07-04 18:45:02 -04:00
Jenan Wise
be05bb3f81
[git] Bind magit-blame
rather than magit-blame-mode
to "gb".
...
Calling `magit-blame-mode` directly is not advised as of Magit 2.1.0,
and will leave a buffer in read-only mode upon exit. `magit-blame` also
allows recursive blame upon repeated usage.
2015-07-04 18:44:28 -04:00
Travis B. Hartwell
9eab467ec7
Variable name has changed in magit 2.1.0.
2015-07-04 18:42:23 -04:00
syl20bnr
48b8c1a0be
git layer: update documentation
2015-07-02 22:08:03 -04:00
syl20bnr
d04ed6dc25
Make magit 2.1 the official magit version for spacemacs
2015-07-02 00:36:26 -04:00
syl20bnr
c177f0d75f
magit next: remove unnecessary hook for auto-fill-mode
2015-07-01 02:00:34 -04:00
syl20bnr
5a21fe88c4
magit next: add support for SPC g L
key binding
2015-07-01 01:09:41 -04:00
Tommi Komulainen
99fa0a73d7
git: add SPC g L
keybinding for magit-file-log
...
Display the log for the currently visited file or another one.
2015-07-01 01:04:56 -04:00
syl20bnr
3de3133ed0
magit next: add key bindings for rebase and commit modes
...
Actually the cake is a lie, the key bindings for rebase
mode have been added in the previous commit
2015-07-01 00:22:08 -04:00
syl20bnr
83c0d95195
core: spacemacs/evilify-map is now a macro
...
Add support for additional key bindings
2015-07-01 00:20:45 -04:00
syl20bnr
9349b8045d
magit next: switch to magit-builtin-completing-read
...
Which works with helm as well so we don't need to set it to
magit-ido-completing-read (triggers a warning of magit about
a required third-party we don't need).
2015-06-30 22:57:18 -04:00
syl20bnr
cd40adebe0
magit next: move toggle whitespace on C-S-w
2015-06-30 22:55:04 -04:00
Jonas Bernoulli
5bd70f448c
No longer set magit-last-seen-setup-instructions
2015-06-30 22:49:14 -04:00
Jonas Bernoulli
0677ece503
Fix magit-toggle-whitespace et al for magit 2.1.0
2015-06-30 22:49:06 -04:00
Jonas Bernoulli
5df4ba0e75
Implement fullscreen magit status without advices
2015-06-30 22:48:52 -04:00
syl20bnr
e923ae7fb7
github layer: Move magit-gh-pulls to extensions
...
For the transition period to magit 2.1
2015-06-30 22:47:52 -04:00
syl20bnr
b7a24dccac
magit next: set emacs state as default instead of insert
...
Fix not working `f` key due to evil-escape which allows
event passthrough only in emacs state.
2015-06-30 01:30:44 -04:00
syl20bnr
17a3e47948
magit next: add evilified bindings
2015-06-30 00:43:47 -04:00
syl20bnr
e2e071c7fb
Add support for automatic "evilification" of maps.
...
Works with magit-next for now.
Tests to update and evilify functions robustness need to be improved.
Does not work 100% with magit-mode-map because it is created with
`make-keymap` and not `make-sparse-keymap` and `map-keymap` does not
seem to work with `make-keymap`.
2015-06-25 23:49:53 -04:00
syl20bnr
42dc33ad66
magit next: Evilify magit section maps
2015-06-25 00:21:15 -04:00
syl20bnr
64dc0de2e5
Fix magit loading when git-use-magit-next is nil
2015-06-24 17:46:46 -04:00
syl20bnr
7876176d38
Add magit-next as an extension (submodule)
...
Set git-use-magit-next to t in the layer variable to use it.
For now magit-ghpull from github layer is disabled.
A LOT of issues with next magit and evil remain to be fixed
2015-06-23 23:52:24 -04:00
syl20bnr
fef908acad
Typo in git README
2015-06-15 22:11:27 -04:00
syl20bnr
9e6d6db6bd
Evilify magit-diff and update README with new SPC g d
binding
2015-06-15 21:55:57 -04:00
Kevin Ushey
70e7eb24d7
Add 'git diff' leader key binding
2015-06-15 21:55:42 -04:00
syl20bnr
f4ba6bdab5
Fix various key bindings in converted READMEs
2015-06-11 21:31:42 -04:00
Christoph Paulik
ff8cd06046
Fix various issues with org markup
...
- lists were not correctly indented sometimes
- **note** and such things do not exist in org
- Note and Important
- Change Feature list to heading
- Change TODOS to actual org TODOS
- Add TOC to python layer
- list indentation
- some typos I could not leave unchanged
- TODO formatting
- List indentation
- typos
- wrong markup
fix conversion issues
2015-06-11 21:31:42 -04:00
Diego Berrocal
460ce54006
Org conversion of all READMEs !
2015-06-11 21:31:42 -04:00
syl20bnr
b3fa604237
Split git layer into git and github layers
2015-06-09 22:42:11 -04:00
syl20bnr
539f98869c
Move git and perforce layer to !source-control directory
2015-06-09 22:20:33 -04:00
syl20bnr
21b551beee
new layer: version-control, move vc related packages to it
...
That is `diff-mode` and `diff-hl-mode`
2015-06-09 22:19:52 -04:00