Skip to content

Commit

Permalink
Improve magit: fetch all tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Sep 29, 2018
1 parent 24f477e commit c370c2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lisp/init-vcs.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
("C-c M-g" . magit-file-popup))
:config
(when sys/win32p
(setenv "GIT_ASKPASS" "git-gui--askpass")))
(setenv "GIT_ASKPASS" "git-gui--askpass"))
(magit-define-popup-switch 'magit-fetch-popup
?t "Fetch all tags" "--tags"))

;; Github integration
(use-package magithub
Expand Down

0 comments on commit c370c2c

Please sign in to comment.