Browse Source

Use default messages with aliases but do open editor

Alois Mahdal 11 years ago
parent
commit
854d0f0718

+ 2
- 2
dotfiles/git-universe/before.gitconfig View File

8
   cm = commit
8
   cm = commit
9
   cma = commit --amend
9
   cma = commit --amend
10
   cmt = !sh -c \
10
   cmt = !sh -c \
11
-        'git commit --message=\"$(~/.git-universe/bin/findcat msg_typo)\"'
11
+        'git commit --edit --message=\"$(~/.git-universe/bin/findcat msg_typo)\"'
12
   cmw = !sh -c \
12
   cmw = !sh -c \
13
-        'git commit --message=\"$(~/.git-universe/bin/findcat msg_wip)\"'
13
+        'git commit --edit --message=\"$(~/.git-universe/bin/findcat msg_wip)\"'
14
   co = checkout
14
   co = checkout
15
   com = checkout master
15
   com = checkout master
16
   cp = cherry-pick
16
   cp = cherry-pick

dotfiles/git-universe/default/msg_typo.example → dotfiles/git-universe/default/msg_typo View File


dotfiles/git-universe/default/msg_wip.example → dotfiles/git-universe/default/msg_wip View File