소스 검색

Add new default commmit message for Flake8 cleanups

Alois Mahdal 11 년 전
부모
커밋
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