From: PHO Date: Wed, 7 Dec 2011 04:33:07 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=commitdiff_plain;h=f3720aae9d315b543284fa538466bc606f45acfe Auto commit by The Sugar System. --- diff --git a/IGNORE b/IGNORE index 84ac2d2..6266f23 100644 --- a/IGNORE +++ b/IGNORE @@ -65,6 +65,7 @@ .gnome2* .gnucash .gnupg +.gqview .gstreamer-0.10 .gtk-bookmarks .htpasswd @@ -97,6 +98,7 @@ .navi2ch/list.info .navi2ch/tmp .navi2ch/unifile.db +.netrc .nh-todo .openoffice* .pan diff --git a/dot-files/_gitconfig b/dot-files/_gitconfig index de6075d..c40f8d4 100644 --- a/dot-files/_gitconfig +++ b/dot-files/_gitconfig @@ -4,3 +4,15 @@ signingkey = pho@cielonegro.org [color] ui = true +[diff] + renames = copies +[grep] + lineNumber = true +[log] + decorate = full +[alias] + ci = commit + co = checkout + sh = show + st = status + gr = log --stat --graph