You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/06/17 08:10:10 UTC

[rocketmq-clients] branch master updated (89309e7 -> 3dfc990)

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

aaronai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


 discard 89309e7  First commit
     new 3dfc990  First commit

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   (89309e7)
            \
             N -- N -- N   refs/heads/master (3dfc990)

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:
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[rocketmq-clients] 01/01: First commit

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

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git

commit 3dfc9902c3e01dc12273c48b36b6df7873ec123a
Author: 凌楚 <ya...@alibaba-inc.com>
AuthorDate: Fri Jun 17 16:08:39 2022 +0800

    First commit
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5f2eb01
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+# RocketMQ Clients - Collection of Polyglot Clients for Apache RocketMQ
\ No newline at end of file