Function: hypb:fgrep-git-log-mode

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

Signature

(hypb:fgrep-git-log-mode)

Documentation

Major mode for listing a matching set of git commits for selection and display.

Mode is derived from compilation-mode. Turning on Fgrep-Git-Log mode runs the normal hook compilation-mode-hook.

In addition to any hooks its parent mode might have run, this mode runs the hook hypb:fgrep-git-log-mode-hook, as the final or penultimate step during initialization.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hypb.el
(define-derived-mode hypb:fgrep-git-log-mode compilation-mode "Fgrep-Git-Log"
  "Major mode for listing a matching set of git commits for selection and display.
Mode is derived from `compilation-mode'.  Turning on
Fgrep-Git-Log mode runs the normal hook `compilation-mode-hook'."
  (setq-local next-error-function #'hypb:fgrep-git-log-activate))