We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943807a commit 0617569Copy full SHA for 0617569
links/vim/after/ftplugin/gitcommit.vim
@@ -16,6 +16,7 @@ setlocal comments+=b:>
16
nnoremap <buffer> <LocalLeader>d :DiffGitCached<CR>
17
18
command -buffer -bar -nargs=? Ref execute 'read !git show --no-patch --format=reference' empty(<q-args>) ? @* : <q-args> | -join
19
+command -buffer -bar Describe read !git config branch.$(git branch --show-current).description
20
21
let b:undo_ftplugin = bk#ftplugin#undo(#{
22
\ opts: [
@@ -31,5 +32,6 @@ let b:undo_ftplugin = bk#ftplugin#undo(#{
31
32
\ ],
33
\ commands: [
34
\ 'Ref',
35
+ \ 'Describe',
36
37
\ })
0 commit comments