incorrect hook was used to insert topgit section
This commit is contained in:
parent
bdaee3c8a1
commit
8c07f36b48
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
((topic)
|
||||
(magit-checkout info)))
|
||||
|
||||
(add-hook 'magit-after-insert-stashes 'magit-insert-topics)
|
||||
(add-hook 'magit-after-insert-stashes-hook 'magit-insert-topics)
|
||||
(add-hook 'magit-create-branch-command-hook 'magit-topgit-create-branch)
|
||||
(add-hook 'magit-pull-command-hook 'magit-topgit-pull)
|
||||
|
||||
|
|
Loading…
Reference in a new issue