This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Log4cpp Git repository.".
The branch, master has been updated
via 8064124511a4752458f4bb0fe3fe42b4a4d372fd (commit)
from 8137f57ba1e88d1e08955de68634561024b1566e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/log4cpp/codegit/ci/
commit 8064124511a4752458f4bb0fe3fe42b4a4d372fd
Author: Alexander Perepelkin <san...@us...>
Date: Thu Dec 5 17:54:51 2013 +0400
Bug #136 - CRLF for *.dsp
diff --git a/ChangeLog b/ChangeLog
index 11a5797..821acc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2012-10-15 18:48 sanchouss_
+2013-12-05 18:48 sanchouss_
+
+ * Fixed bug#137. Adjusted git attributes for *.dsp files (bug #136)
+
+2013-11-27 18:48 sanchouss_
* Migrated from cvs to git scm. Url is ssh://USE...@gi.../p/log4cpp/codegit
diff --git a/msvc6/.gitattributes b/msvc6/.gitattributes
new file mode 100644
index 0000000..da7f692
--- /dev/null
+++ b/msvc6/.gitattributes
@@ -0,0 +1,2 @@
+#Decl are files that will always have CRLF line endings on checkout.
+*.dsp text eol=crlf
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 +++++-
msvc6/.gitattributes | 2 ++
2 files changed, 7 insertions(+), 1 deletions(-)
create mode 100644 msvc6/.gitattributes
hooks/post-receive
--
Log4cpp Git repository.
|