You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by ju...@apache.org on 2014/07/19 01:04:35 UTC

git commit: PARQUET-21: Fix reference to 'github-apache' in dev docs

Repository: incubator-parquet-mr
Updated Branches:
  refs/heads/master 5dffe3521 -> f6c02e2c9


PARQUET-21: Fix reference to 'github-apache' in dev docs

Author: Tom White <to...@cloudera.com>

Closes #20 from tomwhite/git-remote-name-fix and squashes the following commits:

c7f8a18 [Tom White] Change 'github-apache' to 'apache-github' in docs to match script.


Project: http://git-wip-us.apache.org/repos/asf/incubator-parquet-mr/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-parquet-mr/commit/f6c02e2c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-parquet-mr/tree/f6c02e2c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-parquet-mr/diff/f6c02e2c

Branch: refs/heads/master
Commit: f6c02e2c95a5c031ea3735737515e7e76b173ab2
Parents: 5dffe35
Author: Tom White <to...@cloudera.com>
Authored: Fri Jul 18 16:04:21 2014 -0700
Committer: julien <ju...@twitter.com>
Committed: Fri Jul 18 16:04:21 2014 -0700

----------------------------------------------------------------------
 dev/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-parquet-mr/blob/f6c02e2c/dev/README.md
----------------------------------------------------------------------
diff --git a/dev/README.md b/dev/README.md
index dd9bb2b..c39e286 100644
--- a/dev/README.md
+++ b/dev/README.md
@@ -2,12 +2,12 @@
 This directory contains scripts useful to developers when packaging,
 testing, or committing to Parquet.
 
-Merging a pull request requires being a comitter on the project.
+Merging a pull request requires being a committer on the project.
 
 * How to merge a Pull request:
-have an apache and github-apache remote setup
+have an apache and apache-github remote setup
 ```
-git remote add github-apache git@github.com:apache/incubator-parquet-mr.git
+git remote add apache-github git@github.com:apache/incubator-parquet-mr.git
 git remote add apache https://git-wip-us.apache.org/repos/asf/incubator-parquet-mr.git
 ```
 run the following command