You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by rh...@apache.org on 2020/10/30 22:57:33 UTC

[geode-examples] branch test-code-ownership updated (0ee42f0 -> 403efa3)

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

rhoughton pushed a change to branch test-code-ownership
in repository https://gitbox.apache.org/repos/asf/geode-examples.git.


    omit 0ee42f0  Testing a CODEOWNERS file
     new 403efa3  Testing a CODEOWNERS file

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   (0ee42f0)
            \
             N -- N -- N   refs/heads/test-code-ownership (403efa3)

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


[geode-examples] 01/01: Testing a CODEOWNERS file

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

rhoughton pushed a commit to branch test-code-ownership
in repository https://gitbox.apache.org/repos/asf/geode-examples.git

commit 403efa3d4f931851c3f0b673dc32b8014fdeb23f
Author: Robert Houghton <rh...@pivotal.io>
AuthorDate: Fri Oct 30 15:53:14 2020 -0700

    Testing a CODEOWNERS file
    
    Co-authored-by: Robert Houghton <rh...@pivotal.io>
    Co-authored-by: Owen Nichols <on...@pivotal.io>
---
 CODEOWNERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/CODEOWNERS b/CODEOWNERS
new file mode 100644
index 0000000..40e021f
--- /dev/null
+++ b/CODEOWNERS
@@ -0,0 +1,8 @@
+* @upthewaterspout
+
+/wan @rhoughton-pivot @upthewaterspout
+*gradle* @rhoughton-pivot
+
+/README.md @onichols-pivotal
+
+# *.jar @apache/geode-committers