Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions layers/+source-control/git/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ This layers adds extensive support for [[http://git-scm.com/][git]] to Spacemacs
- quick in buffer last commit message per line with [[https://github.com/syohex/emacs-git-messenger][git-messenger]]
- colorize buffer line by age of commit with [[https://github.com/syohex/emacs-smeargle][smeargle]]
- git grep with [[https://github.com/yasuyk/helm-git-grep][helm-git-grep]]
- gitignore generator with [[https://github.com/jupl/helm-gitignore][helm-gitignore]]
- org integration with magit via [[https://github.com/magit/orgit][orgit]]

New to Magit? Checkout the [[https://magit.vc/about/][official intro]].
Expand Down Expand Up @@ -168,7 +167,6 @@ Git commands (start with ~g~):
| ~SPC g H h~ | highlight regions by age of commits |
| ~SPC g H t~ | highlight regions by last updated time |
| ~SPC g i~ | initialize a new git repository |
| ~SPC g I~ | open =helm-gitignore= |
| ~SPC g L~ | open magit-repolist |
| ~SPC g s~ | open a =magit= status window |
| ~SPC g S~ | stage current file |
Expand Down
6 changes: 0 additions & 6 deletions layers/+source-control/git/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
git-timemachine
golden-ratio
(helm-git-grep :requires helm)
(helm-gitignore :requires helm)
magit
(magit-delta :toggle git-enable-magit-delta-plugin)
(magit-gitflow :toggle git-enable-magit-gitflow-plugin)
Expand Down Expand Up @@ -71,11 +70,6 @@
"g/" 'helm-git-grep
"g*" 'helm-git-grep-at-point)))

(defun git/init-helm-gitignore ()
(use-package helm-gitignore
:defer t
:init (spacemacs/set-leader-keys "gI" 'helm-gitignore)))

(defun git/init-git-commit ()
(use-package git-commit
:defer t))
Expand Down
1 change: 0 additions & 1 deletion layers/LAYERS.org
Original file line number Diff line number Diff line change
Expand Up @@ -2531,7 +2531,6 @@ Features:
- quick in buffer last commit message per line with [[https://github.com/syohex/emacs-git-messenger][git-messenger]]
- colorize buffer line by age of commit with [[https://github.com/syohex/emacs-smeargle][smeargle]]
- git grep with [[https://github.com/yasuyk/helm-git-grep][helm-git-grep]]
- gitignore generator with [[https://github.com/jupl/helm-gitignore][helm-gitignore]]
- org integration with magit via [[https://github.com/magit/orgit][orgit]]

New to Magit? Checkout the [[https://magit.vc/about/][official intro]].
Expand Down