From dea39adf7092e50482b7076d949a90f2f9d08ee9 Mon Sep 17 00:00:00 2001
From: mitty <mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Date: Tue, 20 Nov 2012 07:00:17 +0000
Subject: [PATCH]  * change "git ci"   * verbose: show unified diff

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@182 7d2118f6-f56c-43e7-95a2-4bb3031d96e7
---
 TipAndDoc/.gitconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TipAndDoc/.gitconfig b/TipAndDoc/.gitconfig
index 8e54c8b..759195c 100644
--- a/TipAndDoc/.gitconfig
+++ b/TipAndDoc/.gitconfig
@@ -6,7 +6,7 @@
 [alias]
 	br = branch
 	ca = diff --cached
-	ci = commit
+	ci = commit -v
 	co = checkout
 	hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
 	ls = ls-files
-- 
1.7.9.5