You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2013/11/11 18:56:22 UTC

[1/6] git commit: Add echo off to cqlsh.bat Patch by Mikhail Stepura, reviewed by brandonwilliams for CASSANDRA-6324

Updated Branches:
  refs/heads/cassandra-1.2 85b657494 -> 512ea5a76
  refs/heads/cassandra-2.0 2d1085dde -> 2cc4670ac
  refs/heads/trunk 16cf7f3e8 -> 9a59d250a


Add echo off to cqlsh.bat
Patch by Mikhail Stepura, reviewed by brandonwilliams for CASSANDRA-6324


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

Branch: refs/heads/cassandra-1.2
Commit: 512ea5a768457d7136f5e77712609dea09df04f3
Parents: 85b6574
Author: Brandon Williams <br...@apache.org>
Authored: Mon Nov 11 11:52:58 2013 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Mon Nov 11 11:52:58 2013 -0600

----------------------------------------------------------------------
 bin/cqlsh.bat | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/512ea5a7/bin/cqlsh.bat
----------------------------------------------------------------------
diff --git a/bin/cqlsh.bat b/bin/cqlsh.bat
index a61df21..ffa8e0b 100644
--- a/bin/cqlsh.bat
+++ b/bin/cqlsh.bat
@@ -1,3 +1,4 @@
+@ECHO OFF
 @REM
 @REM  Licensed to the Apache Software Foundation (ASF) under one or more
 @REM  contributor license agreements.  See the NOTICE file distributed with


[5/6] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

Posted by br...@apache.org.
Merge branch 'cassandra-1.2' into cassandra-2.0


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

Branch: refs/heads/cassandra-2.0
Commit: 2cc4670acd6598c2a31d895f7f1159e248a2c886
Parents: 2d1085d 512ea5a
Author: Brandon Williams <br...@apache.org>
Authored: Mon Nov 11 11:54:04 2013 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Mon Nov 11 11:54:04 2013 -0600

----------------------------------------------------------------------
 bin/cqlsh.bat | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/2cc4670a/bin/cqlsh.bat
----------------------------------------------------------------------
diff --cc bin/cqlsh.bat
index 79adcff,ffa8e0b..68235b6
--- a/bin/cqlsh.bat
+++ b/bin/cqlsh.bat
@@@ -1,20 -1,19 +1,21 @@@
+ @ECHO OFF
  @REM
 -@REM  Licensed to the Apache Software Foundation (ASF) under one or more
 -@REM  contributor license agreements.  See the NOTICE file distributed with
 -@REM  this work for additional information regarding copyright ownership.
 -@REM  The ASF licenses this file to You under the Apache License, Version 2.0
 -@REM  (the "License"); you may not use this file except in compliance with
 -@REM  the License.  You may obtain a copy of the License at
 +@REM Licensed to the Apache Software Foundation (ASF) under one or more
 +@REM contributor license agreements. See the NOTICE file distributed with
 +@REM this work for additional information regarding copyright ownership.
 +@REM The ASF licenses this file to You under the Apache License, Version 2.0
 +@REM (the "License"); you may not use this file except in compliance with
 +@REM the License. You may obtain a copy of the License at
  @REM
 -@REM      http://www.apache.org/licenses/LICENSE-2.0
 +@REM http://www.apache.org/licenses/LICENSE-2.0
  @REM
 -@REM  Unless required by applicable law or agreed to in writing, software
 -@REM  distributed under the License is distributed on an "AS IS" BASIS,
 -@REM  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 -@REM  See the License for the specific language governing permissions and
 -@REM  limitations under the License.
 +@REM Unless required by applicable law or agreed to in writing, software
 +@REM distributed under the License is distributed on an "AS IS" BASIS,
 +@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 +@REM See the License for the specific language governing permissions and
 +@REM limitations under the License.
 +
 +@echo off
  
  if "%OS%" == "Windows_NT" setlocal
  


[4/6] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

Posted by br...@apache.org.
Merge branch 'cassandra-1.2' into cassandra-2.0


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

Branch: refs/heads/trunk
Commit: 2cc4670acd6598c2a31d895f7f1159e248a2c886
Parents: 2d1085d 512ea5a
Author: Brandon Williams <br...@apache.org>
Authored: Mon Nov 11 11:54:04 2013 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Mon Nov 11 11:54:04 2013 -0600

----------------------------------------------------------------------
 bin/cqlsh.bat | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/2cc4670a/bin/cqlsh.bat
----------------------------------------------------------------------
diff --cc bin/cqlsh.bat
index 79adcff,ffa8e0b..68235b6
--- a/bin/cqlsh.bat
+++ b/bin/cqlsh.bat
@@@ -1,20 -1,19 +1,21 @@@
+ @ECHO OFF
  @REM
 -@REM  Licensed to the Apache Software Foundation (ASF) under one or more
 -@REM  contributor license agreements.  See the NOTICE file distributed with
 -@REM  this work for additional information regarding copyright ownership.
 -@REM  The ASF licenses this file to You under the Apache License, Version 2.0
 -@REM  (the "License"); you may not use this file except in compliance with
 -@REM  the License.  You may obtain a copy of the License at
 +@REM Licensed to the Apache Software Foundation (ASF) under one or more
 +@REM contributor license agreements. See the NOTICE file distributed with
 +@REM this work for additional information regarding copyright ownership.
 +@REM The ASF licenses this file to You under the Apache License, Version 2.0
 +@REM (the "License"); you may not use this file except in compliance with
 +@REM the License. You may obtain a copy of the License at
  @REM
 -@REM      http://www.apache.org/licenses/LICENSE-2.0
 +@REM http://www.apache.org/licenses/LICENSE-2.0
  @REM
 -@REM  Unless required by applicable law or agreed to in writing, software
 -@REM  distributed under the License is distributed on an "AS IS" BASIS,
 -@REM  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 -@REM  See the License for the specific language governing permissions and
 -@REM  limitations under the License.
 +@REM Unless required by applicable law or agreed to in writing, software
 +@REM distributed under the License is distributed on an "AS IS" BASIS,
 +@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 +@REM See the License for the specific language governing permissions and
 +@REM limitations under the License.
 +
 +@echo off
  
  if "%OS%" == "Windows_NT" setlocal
  


[2/6] git commit: Add echo off to cqlsh.bat Patch by Mikhail Stepura, reviewed by brandonwilliams for CASSANDRA-6324

Posted by br...@apache.org.
Add echo off to cqlsh.bat
Patch by Mikhail Stepura, reviewed by brandonwilliams for CASSANDRA-6324


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

Branch: refs/heads/cassandra-2.0
Commit: 512ea5a768457d7136f5e77712609dea09df04f3
Parents: 85b6574
Author: Brandon Williams <br...@apache.org>
Authored: Mon Nov 11 11:52:58 2013 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Mon Nov 11 11:52:58 2013 -0600

----------------------------------------------------------------------
 bin/cqlsh.bat | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/512ea5a7/bin/cqlsh.bat
----------------------------------------------------------------------
diff --git a/bin/cqlsh.bat b/bin/cqlsh.bat
index a61df21..ffa8e0b 100644
--- a/bin/cqlsh.bat
+++ b/bin/cqlsh.bat
@@ -1,3 +1,4 @@
+@ECHO OFF
 @REM
 @REM  Licensed to the Apache Software Foundation (ASF) under one or more
 @REM  contributor license agreements.  See the NOTICE file distributed with


[3/6] git commit: Add echo off to cqlsh.bat Patch by Mikhail Stepura, reviewed by brandonwilliams for CASSANDRA-6324

Posted by br...@apache.org.
Add echo off to cqlsh.bat
Patch by Mikhail Stepura, reviewed by brandonwilliams for CASSANDRA-6324


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

Branch: refs/heads/trunk
Commit: 512ea5a768457d7136f5e77712609dea09df04f3
Parents: 85b6574
Author: Brandon Williams <br...@apache.org>
Authored: Mon Nov 11 11:52:58 2013 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Mon Nov 11 11:52:58 2013 -0600

----------------------------------------------------------------------
 bin/cqlsh.bat | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/512ea5a7/bin/cqlsh.bat
----------------------------------------------------------------------
diff --git a/bin/cqlsh.bat b/bin/cqlsh.bat
index a61df21..ffa8e0b 100644
--- a/bin/cqlsh.bat
+++ b/bin/cqlsh.bat
@@ -1,3 +1,4 @@
+@ECHO OFF
 @REM
 @REM  Licensed to the Apache Software Foundation (ASF) under one or more
 @REM  contributor license agreements.  See the NOTICE file distributed with


[6/6] git commit: Merge branch 'cassandra-2.0' into trunk

Posted by br...@apache.org.
Merge branch 'cassandra-2.0' into trunk


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

Branch: refs/heads/trunk
Commit: 9a59d250aca108d766f05b08d351df25910a2f9b
Parents: 16cf7f3 2cc4670
Author: Brandon Williams <br...@apache.org>
Authored: Mon Nov 11 11:54:17 2013 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Mon Nov 11 11:54:17 2013 -0600

----------------------------------------------------------------------
 bin/cqlsh.bat | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------