You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/04/02 19:57:22 UTC

[tinkerpop] branch TINKERPOP-2181 updated (9914226 -> ecced7b)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch TINKERPOP-2181
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


 discard 9914226  TINKERPOP-2181 Allow ctrl+c to break a command in Gremlin Console
     new 4a78c6b  minor edit - ` won't render if end markup doesn't have trailing space - CTR
     new 993a443  more minor ` edits - CTR
     new b6ec19f  minor asciidoc fix - CTR
     new cff5267  escape __ with + CTR
     new 4125f94  render code blocks at EOF - CTR
     new a162109  TINKERPOP-2180: Ensure gremlin.sh works when directories contain spaces
     new 70c8f7e  Bump GMavenPlus to 1.6.3 CTR
     new ecced7b  TINKERPOP-2181 Allow ctrl+c to break a command in Gremlin Console

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9914226)
            \
             N -- N -- N   refs/heads/TINKERPOP-2181 (ecced7b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 14077 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.asciidoc                                     | 13 +++++++------
 docs/preprocessor/awk/tabify.awk                       |  7 +++++++
 docs/src/recipes/traversal-component-reuse.asciidoc    |  2 +-
 docs/src/reference/gremlin-variants.asciidoc           | 12 ++++++------
 docs/src/reference/the-traversal.asciidoc              |  4 ++--
 .../tutorials/gremlin-language-variants/index.asciidoc |  6 +++---
 docs/src/tutorials/the-gremlin-console/index.asciidoc  |  2 +-
 gremlin-console/src/main/bin/gremlin.sh                | 18 +++++++++---------
 pom.xml                                                |  2 +-
 9 files changed, 37 insertions(+), 29 deletions(-)