You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by rd...@apache.org on 2018/10/02 13:45:26 UTC

[1/2] tinkerpop git commit: Asciidoc puts an extra space on the-traversal line 162: g.addV('person').iterate() <9> - CTR

Repository: tinkerpop
Updated Branches:
  refs/heads/tp33 7148a4b46 -> c10bde339


Asciidoc puts an extra space on the-traversal line 162: g.addV('person').iterate() <9> - CTR


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

Branch: refs/heads/tp33
Commit: e7af98bf848df812750d6844d6af156a7eaaca27
Parents: d0659bd
Author: Robert Dale <ro...@gmail.com>
Authored: Tue Oct 2 06:00:09 2018 -0400
Committer: Robert Dale <ro...@gmail.com>
Committed: Tue Oct 2 06:00:09 2018 -0400

----------------------------------------------------------------------
 docs/postprocessor/processor.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/e7af98bf/docs/postprocessor/processor.awk
----------------------------------------------------------------------
diff --git a/docs/postprocessor/processor.awk b/docs/postprocessor/processor.awk
index 18ada47..fbeadcc 100644
--- a/docs/postprocessor/processor.awk
+++ b/docs/postprocessor/processor.awk
@@ -42,7 +42,7 @@ BEGIN {
 
 /<span class="comment">/ {
   if (firstMatch || !isHeader) {
-    print gensub(/<span class="comment">\/\/<\/span>(<b class="conum">)\(([0-9]+)\)(<\/b>)/,
+    print gensub(/<span class="comment">\/\/<\/span>[ ]*(<b class="conum">)\(([0-9]+)\)(<\/b>)/,
                  "<span class=\"invisible\">//</span>\\1\\2\\3<span class=\"invisible\">\\\\<\/span>", "g")
   }
 }


[2/2] tinkerpop git commit: Merge branch 'tp32' into tp33

Posted by rd...@apache.org.
Merge branch 'tp32' into tp33


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

Branch: refs/heads/tp33
Commit: c10bde339bba6fccee3e28a6ceb59d937a910986
Parents: 7148a4b e7af98b
Author: Robert Dale <ro...@gmail.com>
Authored: Tue Oct 2 09:44:45 2018 -0400
Committer: Robert Dale <ro...@gmail.com>
Committed: Tue Oct 2 09:44:45 2018 -0400

----------------------------------------------------------------------
 docs/postprocessor/processor.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------