Function: hypb:fgrep-git-log-activate

hypb:fgrep-git-log-activate is an interactive and byte-compiled function defined in hypb.el.

Signature

(hypb:fgrep-git-log-activate IGNORE1 &optional IGNORE2)

Documentation

Display git commit for the current line when compile-goto-error {RET} is used.

Does not support use of next and previous error; simply displays the current one.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hypb.el
(defun hypb:fgrep-git-log-activate (_ignore1 &optional _ignore2)
  "Display git commit for the current line when `compile-goto-error' {RET} is used.
Does not support use of next and previous error; simply displays
the current one."
  (interactive '(nil))
  (hkey-either nil))