Hello, I was wondering is such a feature exists to stage the entire buffer? Perhaps `git-gutter:stage-buffer` ? I understand this is trivial to do: ```lisp (shell-command (format "git add %s" (shell-quote-argument (buffer-file-name)))) ``` Thanks for all the work.