소스 검색

Place diff in commit message hints for version bumps

Alois Mahdal 9 년 전
부모
커밋
0dcd379c73
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      dotfiles/gittum/main.gitconfig

+ 1
- 1
dotfiles/gittum/main.gitconfig 파일 보기

@@ -12,7 +12,7 @@
12 12
   cmt = !sh -c \
13 13
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_typo)\"'
14 14
   cmv = !sh -c \
15
-        'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_bumpv)\"'
15
+        'git commit --verbose --edit --message=\"$(~/.gittum/bin/findcat msg_bumpv)\"'
16 16
   cmw = !sh -c \
17 17
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_wip)\"'
18 18
   co = checkout