瀏覽代碼

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