[Assorted-commits] SF.net SVN: assorted:[1758] configs/trunk/src/gitconfig
Brought to you by:
yangzhang
|
From: <yan...@us...> - 2011-02-24 22:49:16
|
Revision: 1758
http://assorted.svn.sourceforge.net/assorted/?rev=1758&view=rev
Author: yangzhang
Date: 2011-02-24 22:49:10 +0000 (Thu, 24 Feb 2011)
Log Message:
-----------
Fix autosetuprebase = always instead of true
Modified Paths:
--------------
configs/trunk/src/gitconfig
Modified: configs/trunk/src/gitconfig
===================================================================
--- configs/trunk/src/gitconfig 2011-02-24 07:32:13 UTC (rev 1757)
+++ configs/trunk/src/gitconfig 2011-02-24 22:49:10 UTC (rev 1758)
@@ -26,4 +26,4 @@
[color]
ui = auto
[branch]
- autosetuprebase = true
+ autosetuprebase = always
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|