Selaa lähdekoodia

Add new default commmit message for Flake8 cleanups

Alois Mahdal 10 vuotta sitten
vanhempi
commit
2745f45e35
2 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 2
    0
      dotfiles/gittum/before.gitconfig
  2. 1
    0
      dotfiles/gittum/default/msg_flake8

+ 2
- 0
dotfiles/gittum/before.gitconfig Näytä tiedosto

@@ -7,6 +7,8 @@
7 7
   br = branch
8 8
   cm = commit
9 9
   cma = commit --amend
10
+  cmf = !sh -c \
11
+        'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_flake8)\"'
10 12
   cmt = !sh -c \
11 13
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_typo)\"'
12 14
   cmw = !sh -c \

+ 1
- 0
dotfiles/gittum/default/msg_flake8 Näytä tiedosto

@@ -0,0 +1 @@
1
+Flake8