Procházet zdrojové kódy

Make .git/hooks editable

master
10sr před 3 roky
rodič
revize
7787a90dcb
Podepsáno: 10sr ID GPG klíče: 7BEC428194130EB2
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el Zobrazit soubor

@@ -562,6 +562,8 @@ THEM are function and its args."
(add-to-list 'hardhat-fullpath-protected-regexps
"/\\.venv/")
(defvar hardhat-fullpath-editable-regexps)
(add-to-list 'hardhat-fullpath-editable-regexps
"/\\.git/hooks/.*'")
(add-to-list 'hardhat-fullpath-editable-regexps
"/\\.git/EDIT_INDEX\\.diff\\'")
(defvar hardhat-basename-editable-regexps)


Načítá se…
Zrušit
Uložit