You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by am...@apache.org on 2015/05/13 06:37:41 UTC

incubator-lens git commit: LENS-548 : Remove no-prefix and -p0 from contribute doc (Yash Sharma via amareshwari)

Repository: incubator-lens
Updated Branches:
  refs/heads/master cd142d3cb -> 6f8ad2186


LENS-548 : Remove no-prefix and -p0 from contribute doc (Yash Sharma via amareshwari)


Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/6f8ad218
Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/6f8ad218
Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/6f8ad218

Branch: refs/heads/master
Commit: 6f8ad21866f7aa14baea773746a9b4152eb1bc5b
Parents: cd142d3
Author: Yash Sharma <ya...@gmail.com>
Authored: Wed May 13 10:07:29 2015 +0530
Committer: Amareshwari Sriramadasu <am...@apache.org>
Committed: Wed May 13 10:07:29 2015 +0530

----------------------------------------------------------------------
 src/site/apt/developer/contribute.apt | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/6f8ad218/src/site/apt/developer/contribute.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/developer/contribute.apt b/src/site/apt/developer/contribute.apt
index 821ddab..77bdc2b 100644
--- a/src/site/apt/developer/contribute.apt
+++ b/src/site/apt/developer/contribute.apt
@@ -230,7 +230,7 @@ Developer Documentation : How to contribute to Apache Lens?
 
 +---+
 
-  git diff --no-prefix > LENS-1234.patch
+  git diff > LENS-1234.patch
 
 +---+
 
@@ -277,7 +277,12 @@ Developer Documentation : How to contribute to Apache Lens?
 
   To apply a patch either you generated or found from JIRA, you can issue
 
-  git apply -p0 lens_patch.patch
++---+
+
+  git apply --check lens_patch.patch
+  git apply lens_patch.patch
+
++---+
 
 ** Review request