ソースを参照

Add new default commmit message for Flake8 cleanups

Alois Mahdal 10 年 前
コミット
2745f45e35
共有2 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 2
    0
      dotfiles/gittum/before.gitconfig
  2. 1
    0
      dotfiles/gittum/default/msg_flake8

+ 2
- 0
dotfiles/gittum/before.gitconfig ファイルの表示

@@ -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 ファイルの表示

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