ソースを参照

Always use --verbose with commits

--verbose never hurts; even for trivial changes it's good to check for
commit creep.
Alois Mahdal 9 年 前
コミット
3c9d2c0497
共有1 個のファイルを変更した4 個の追加4 個の削除を含む
  1. 4
    4
      dotfiles/gittum/main.gitconfig

+ 4
- 4
dotfiles/gittum/main.gitconfig ファイルの表示

@@ -8,15 +8,15 @@
8 8
   cm = commit --verbose
9 9
   cma = commit --verbose --amend
10 10
   cmf = !sh -c \
11
-        'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_flake8)\"'
11
+        'git commit --verbose --edit --message=\"$(~/.gittum/bin/findcat msg_flake8)\"'
12 12
   cmt = !sh -c \
13
-        'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_tmp)\"'
13
+        'git commit --verbose --edit --message=\"$(~/.gittum/bin/findcat msg_tmp)\"'
14 14
   cmr = !sh -c \
15
-        'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_typo)\"'
15
+        'git commit --verbose --edit --message=\"$(~/.gittum/bin/findcat msg_typo)\"'
16 16
   cmv = !sh -c \
17 17
         'git commit --verbose --edit --message=\"$(~/.gittum/bin/findcat msg_bumpv)\"'
18 18
   cmw = !sh -c \
19
-        'git commit --edit --message=\"$(~/.gittum/bin/findcat msg_wip)\"'
19
+        'git commit --verbose --edit --message=\"$(~/.gittum/bin/findcat msg_wip)\"'
20 20
   co = checkout
21 21
   com = checkout master
22 22
   cp = cherry-pick