Function: treemacs--tear-down-git-mode

treemacs--tear-down-git-mode is a byte-compiled function defined in treemacs-async.el.

Signature

(treemacs--tear-down-git-mode)

Documentation

Tear down treemacs-git-mode(var)/treemacs-git-mode(fun).

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-async.el
(defun treemacs--tear-down-git-mode ()
  "Tear down `treemacs-git-mode'."
  (setf treemacs--git-mode nil)
  (fset 'treemacs--git-status-process-function #'ignore)
  (fset 'treemacs--git-status-parse-function   (lambda (_) treemacs--empty-table)))