From 8c3e911576ed3d6966ad4105a7743096e423065f Mon Sep 17 00:00:00 2001 From: mitty Date: Sun, 18 Nov 2012 12:46:29 +0000 Subject: [PATCH] * fix typo git-svn-id: https://lab.mitty.jp/svn/lab/trunk@180 7d2118f6-f56c-43e7-95a2-4bb3031d96e7 --- TipAndDoc/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TipAndDoc/.gitconfig b/TipAndDoc/.gitconfig index d4908f7..5fa149f 100644 --- a/TipAndDoc/.gitconfig +++ b/TipAndDoc/.gitconfig @@ -5,7 +5,7 @@ ui = true [alias] br = branch - ca = diff --cache + ca = diff --cached ci = commit co = checkout hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short -- 1.7.9.5