You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by bb...@apache.org on 2017/06/30 16:28:00 UTC

[couchdb] branch contributing-md-update updated (17ce91e -> 06772ad)

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

bbastian pushed a change to branch contributing-md-update
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 17ce91e  Update CONTRIBUTING.md to reflect monorepo
     new 06772ad  Update CONTRIBUTING.md to reflect monorepo

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   (17ce91e)
            \
             N -- N -- N   refs/heads/contributing-md-update (06772ad)

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

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].

[couchdb] 01/01: Update CONTRIBUTING.md to reflect monorepo

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

bbastian pushed a commit to branch contributing-md-update
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 06772addab3c0ee17a3c2ecea3557c273acd9406
Author: Benjamin Bastian <be...@gmail.com>
AuthorDate: Fri Jun 30 08:20:08 2017 -0700

    Update CONTRIBUTING.md to reflect monorepo
    
    Also, there was a typo in the gitbox URL.
---
 CONTRIBUTING.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 884d3af..e345ea4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -152,15 +152,15 @@ on how to send one :)
    You will need to wait about 30 minutes after completing this process
    for it to complete. Follow the instructions in the organisational
    invite email you receive. Alternately, you can use the Apache mirror
-   of the repository at `https://gitbox.apache.org/asf/repos/<name>.git`
+   of the repository at `https://gitbox.apache.org/repos/asf/couchdb.git`
    if you do not agree to the GitHub Terms of Service.
 
 2. Clone the repo and create a branch.
 
    ```bash
-   git clone https://github.com/couchdb/<repo-name>
-   # or git clone https://gitbox.apache.org/asf/repos/<name>.git
-   cd <repo-name>
+   git clone https://github.com/couchdb/couchdb
+   # or git clone https://gitbox.apache.org/repos/asf/couchdb.git
+   cd couchdb
    git checkout -b <topic-branch-name>
    ```
 

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.