You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2012/11/12 11:29:46 UTC

git commit: added .gitattributes to prevent git from converting newlines on linux scripts. Also added equivalent batch files

Updated Branches:
  refs/heads/master 5043e2814 -> d7258e2a3


added .gitattributes to prevent git from converting newlines on linux scripts. Also added equivalent batch files


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/d7258e2a
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/d7258e2a
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/d7258e2a

Branch: refs/heads/master
Commit: d7258e2a39e806a7db7ef85745eae5e8661a7dc2
Parents: 5043e28
Author: Dies Koper <di...@fast.au.fujitsu.com>
Authored: Sat Nov 10 14:14:31 2012 +1100
Committer: Michal fojtik <mf...@redhat.com>
Committed: Mon Nov 12 11:29:27 2012 +0100

----------------------------------------------------------------------
 clients/cimi/bin/.gitattributes |    1 +
 clients/cimi/bin/start.bat      |    1 +
 server/bin/.gitattributes       |    1 +
 server/bin/deltacloudd.bat      |    1 +
 4 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/d7258e2a/clients/cimi/bin/.gitattributes
----------------------------------------------------------------------
diff --git a/clients/cimi/bin/.gitattributes b/clients/cimi/bin/.gitattributes
new file mode 100644
index 0000000..20cef8a
--- /dev/null
+++ b/clients/cimi/bin/.gitattributes
@@ -0,0 +1 @@
+start -crlf
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/d7258e2a/clients/cimi/bin/start.bat
----------------------------------------------------------------------
diff --git a/clients/cimi/bin/start.bat b/clients/cimi/bin/start.bat
new file mode 100644
index 0000000..bb83010
--- /dev/null
+++ b/clients/cimi/bin/start.bat
@@ -0,0 +1 @@
+@ruby "%~dp0start"

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/d7258e2a/server/bin/.gitattributes
----------------------------------------------------------------------
diff --git a/server/bin/.gitattributes b/server/bin/.gitattributes
new file mode 100644
index 0000000..744c27c
--- /dev/null
+++ b/server/bin/.gitattributes
@@ -0,0 +1 @@
+deltacloudd -crlf
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/deltacloud/blob/d7258e2a/server/bin/deltacloudd.bat
----------------------------------------------------------------------
diff --git a/server/bin/deltacloudd.bat b/server/bin/deltacloudd.bat
new file mode 100644
index 0000000..622d8f2
--- /dev/null
+++ b/server/bin/deltacloudd.bat
@@ -0,0 +1 @@
+@ruby "%~dp0deltacloudd"