@ -193,6 +193,7 @@ function! s:git_get_revision(dir) abort
endif
endfor
return l:line
catch
endtry
return ''
@ -208,7 +209,7 @@ function! s:git_get_branch(dir) abort
if line =~# '^ref: refs/heads/'
return line[16:]
return 'HEAD'
The note is not visible to the blocked user.