[Assorted-commits] SF.net SVN: assorted:[1671] configs/trunk/src/gitconfig
Brought to you by:
yangzhang
From: <yan...@us...> - 2010-06-03 19:21:11
|
Revision: 1671 http://assorted.svn.sourceforge.net/assorted/?rev=1671&view=rev Author: yangzhang Date: 2010-06-03 19:21:05 +0000 (Thu, 03 Jun 2010) Log Message: ----------- Updated .gitconfig Modified Paths: -------------- configs/trunk/src/gitconfig Modified: configs/trunk/src/gitconfig =================================================================== --- configs/trunk/src/gitconfig 2010-05-28 07:13:11 UTC (rev 1670) +++ configs/trunk/src/gitconfig 2010-06-03 19:21:05 UTC (rev 1671) @@ -12,6 +12,8 @@ sta = stash up = pull k = log --decorate --oneline --graph + # colorful 1-line log summary + slog = log --pretty=format:'%Creset%C(red bold)[%ad] %C(blue bold)%h %Creset%C(magenta bold)%d %Creset%s %C(green bold)(%an)%Creset' --abbrev-commit --date=short [core] excludesfile = /home/yang/.gitignore [user] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |