ソースを参照

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
   cmt = !sh -c \
12
   cmt = !sh -c \
13
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_typo)\"'
13
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_typo)\"'
14
   cmv = !sh -c \
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
   cmw = !sh -c \
16
   cmw = !sh -c \
17
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_wip)\"'
17
         'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_wip)\"'
18
   co = checkout
18
   co = checkout