git update-index --chmod=+x for *.sh files after renaming

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/918b1b17
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/918b1b17
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/918b1b17

Branch: refs/heads/ignite-6
Commit: 918b1b17ca62ff41c7a4e42d48af244b37409494
Parents: 7cba60f
Author: avinogradov <avinogra...@gridgain.com>
Authored: Tue Feb 3 16:43:12 2015 +0300
Committer: avinogradov <avinogra...@gridgain.com>
Committed: Tue Feb 3 16:43:12 2015 +0300

----------------------------------------------------------------------
 bin/ignite.sh         | 0
 bin/igniterouter.sh   | 0
 bin/ignitevisorcmd.sh | 2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/918b1b17/bin/ignite.sh
----------------------------------------------------------------------
diff --git a/bin/ignite.sh b/bin/ignite.sh
old mode 100644
new mode 100755

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/918b1b17/bin/igniterouter.sh
----------------------------------------------------------------------
diff --git a/bin/igniterouter.sh b/bin/igniterouter.sh
old mode 100644
new mode 100755

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/918b1b17/bin/ignitevisorcmd.sh
----------------------------------------------------------------------
diff --git a/bin/ignitevisorcmd.sh b/bin/ignitevisorcmd.sh
old mode 100644
new mode 100755
index 319d282..2d465de
--- a/bin/ignitevisorcmd.sh
+++ b/bin/ignitevisorcmd.sh
@@ -15,7 +15,7 @@
 #  limitations under the License.
 
 #
-# Import common functions.
+# Import common functions. 
 #
 if [ "${IGNITE_HOME}" = "" ];
     then IGNITE_HOME_TMP="$(dirname "$(cd "$(dirname "$0")"; 
"pwd")")";IGNITE_HOME_TMP="$(dirname "${IGNITE_HOME_TMP}")" # Will be removed 
in release.

Reply via email to