You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2020/02/21 08:09:49 UTC

[incubator-datasketches-cpp] branch pybind_via_https created (now 02e0d81)

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

jmalkin pushed a change to branch pybind_via_https
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git.


      at 02e0d81  include pybind via https rather than ssh, and fast forward to current pybiind version

This branch includes the following new commits:

     new 02e0d81  include pybind via https rather than ssh, and fast forward to current pybiind version

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.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[incubator-datasketches-cpp] 01/01: include pybind via https rather than ssh, and fast forward to current pybiind version

Posted by jm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a commit to branch pybind_via_https
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git

commit 02e0d8119288aecfe0066f1a971c1378a66b9f7c
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Fri Feb 21 00:09:28 2020 -0800

    include pybind via https rather than ssh, and fast forward to current pybiind version
---
 .gitmodules     | 2 +-
 python/pybind11 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 74dfe4a..4dbf077 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
 [submodule "python/pybind11"]
 	path = python/pybind11
-	url = git@github.com:pybind/pybind11.git
+	url = https://github.com/pybind/pybind11
diff --git a/python/pybind11 b/python/pybind11
index a1b71df..4f72ef8 160000
--- a/python/pybind11
+++ b/python/pybind11
@@ -1 +1 @@
-Subproject commit a1b71df137e015d44f7e31f7b6d4807253fb7871
+Subproject commit 4f72ef846fe8453596230ac285eeaa0ce3278bb4


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org