This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a change to branch TINKERPOP-2357
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
discard 51ec5de wip
discard 9726459 wip
add 9dbd1c1 Add icon to NuGet package CTR
add 2937780 Merge branch '3.3-dev' into 3.4-dev
add 99d0d93 TINKERPOP-2350 Fixed bug in GraphTraversal.Clone() in Gremln.Net
add 70fd191 Merge branch 'TINKERPOP-2350-dotnet' into 3.3-dev
add 6c81d09 Merge branch '3.3-dev' into 3.4-dev
new ec8be66 TINKERPOP-2357 Added :cls command to clear console screen
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 (51ec5de)
\
N -- N -- N refs/heads/TINKERPOP-2357 (ec8be66)
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 1 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 | 3 ++-
docs/src/reference/gremlin-applications.asciidoc | 1 +
docs/src/upgrade/release-3.4.x.asciidoc | 5 +++++
.../apache/tinkerpop/gremlin/console/Console.groovy | 7 +++++--
.../{ResetCommand.groovy => ClsCommand.groovy} | 6 +++---
...ResetCommand.properties => ClsCommand.properties} | 0
gremlin-dotnet/glv/GraphTraversal.template | 2 +-
gremlin-dotnet/glv/Gremlin.Net.csproj.template | 2 ++
gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj | 2 ++
.../Gremlin.Net/Process/Traversal/GraphTraversal.cs | 2 +-
.../Process/Traversal/GraphTraversalSourceTests.cs | 20 ++++++++++++++++++++
11 files changed, 42 insertions(+), 8 deletions(-)
rename gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/commands/{ResetCommand.groovy
=> ClsCommand.groovy} (89%)
rename gremlin-console/src/main/resources/org/apache/tinkerpop/gremlin/console/commands/{ResetCommand.properties
=> ClsCommand.properties} (100%)
|