Rajat Khandelwal created LENS-659:
-------------------------------------
Summary: Remove no-prefix from git diff command mentioned in
contributor guide.
Key: LENS-659
URL: https://issues.apache.org/jira/browse/LENS-659
Project: Apache Lens
Issue Type: Improvement
Reporter: Rajat Khandelwal
After this change, the workflow would be cleaner.
{noformat}
git diff master..HEAD > blah.patch
{noformat}
{noformat}
git apply blah.patch
{noformat}
The no-prefix diff has to be applied with -p0 option.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)