You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by dk...@apache.org on 2015/09/11 16:53:01 UTC

[1/2] incubator-tinkerpop git commit: minor stty fix

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 3529aac21 -> b7fe8312a


minor stty fix


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/86446c0d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/86446c0d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/86446c0d

Branch: refs/heads/master
Commit: 86446c0d7adce59ab05150af32821afab0583cc3
Parents: e34fc1a
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Fri Sep 11 16:52:18 2015 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Fri Sep 11 16:52:18 2015 +0200

----------------------------------------------------------------------
 docs/preprocessor/preprocess.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/86446c0d/docs/preprocessor/preprocess.sh
----------------------------------------------------------------------
diff --git a/docs/preprocessor/preprocess.sh b/docs/preprocessor/preprocess.sh
index dc78ceb..0118f0c 100755
--- a/docs/preprocessor/preprocess.sh
+++ b/docs/preprocessor/preprocess.sh
@@ -129,7 +129,7 @@ for i in {0..7}; do
 done
 
 tput smam
-stty cols ${COLS}
+[[ "${COLUMNS}" != "" ]] && stty cols ${COLS}
 
 if [ ${ec} -ne 0 ]; then
   exit 1


[2/2] incubator-tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop

Posted by dk...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop


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

Branch: refs/heads/master
Commit: b7fe8312a896298a31f2db6f983742608bd38a99
Parents: 86446c0 3529aac
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Fri Sep 11 16:52:47 2015 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Fri Sep 11 16:52:47 2015 +0200

----------------------------------------------------------------------
 docs/preprocessor/preprocess-file.sh            |   2 +-
 docs/src/implementations.asciidoc               | 242 ++++++++++++-------
 docs/src/index.asciidoc                         |   2 +-
 docs/src/the-graphcomputer.asciidoc             |   2 -
 docs/src/the-traversal.asciidoc                 |   2 +-
 .../process/computer/GiraphGraphComputer.java   |   2 +-
 .../groovy/plugin/HadoopGremlinPlugin.java      |   3 +-
 .../process/computer/SparkGraphComputer.java    |   2 +-
 8 files changed, 157 insertions(+), 100 deletions(-)
----------------------------------------------------------------------