From: mitty Date: Fri, 5 Oct 2012 04:58:26 +0000 (+0000) Subject: * crlf -> lf X-Git-Url: http://lab.mitty.jp/git/?a=commitdiff_plain;h=0dcad9abe1cc8f06f6a1bdbc679b04844abf86c5;p=lab.git * crlf -> lf git-svn-id: https://lab.mitty.jp/svn/lab/trunk@173 7d2118f6-f56c-43e7-95a2-4bb3031d96e7 --- diff --git a/TipAndDoc/.gitconfig b/TipAndDoc/.gitconfig index 3ee0900..ec15ecf 100644 --- a/TipAndDoc/.gitconfig +++ b/TipAndDoc/.gitconfig @@ -1,13 +1,13 @@ -[user] - name = Ken-ichi Mito - email = mitty@mitty.jp -[color] - ui = true -[alias] - co = checkout - ci = commit - st = status - br = branch - hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short -[core] - excludesfile = ~/.gitignore +[user] + name = Ken-ichi Mito + email = mitty@mitty.jp +[color] + ui = true +[alias] + co = checkout + ci = commit + st = status + br = branch + hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short +[core] + excludesfile = ~/.gitignore