You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ma...@apache.org on 2019/08/26 14:28:46 UTC

[servicecomb-toolkit] branch master updated (20ca789 -> 40b20c8)

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

mabin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-toolkit.git.


    from 20ca789  Merge pull request #26 from kakulisen/master
     new ce17645  SCB-1463 optimize samples readme
     new 305cc8a  SCB-1463 fix the problem according code review suggestion
     new 40b20c8  Merge pull request #27 from kakulisen/optimize-samples-readme

The 122 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-ZH.md                                       |  2 +-
 README.md                                          |  2 +-
 pom.xml                                            |  1 -
 samples/README-ZH.md                               |  9 ++++
 samples/README.md                                  | 11 ++--
 .../{README.md => README-ZH.md}                    | 32 +++++++-----
 samples/generate-from-code-sample/README.md        | 25 +++++----
 samples/generate-from-contract-sample/README-ZH.md | 60 ++++++++++++++++++++++
 samples/generate-from-contract-sample/README.md    | 22 ++++----
 .../{README.md => README-ZH.md}                    | 26 ++++++----
 samples/verify-with-code-sample/README.md          | 22 ++++----
 11 files changed, 154 insertions(+), 58 deletions(-)
 create mode 100644 samples/README-ZH.md
 copy samples/generate-from-code-sample/{README.md => README-ZH.md} (51%)
 create mode 100644 samples/generate-from-contract-sample/README-ZH.md
 copy samples/verify-with-code-sample/{README.md => README-ZH.md} (76%)