Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Creating a patch with Git

On 16 June 2011 20:55, Marc Khouzam <marc.khouzam@xxxxxxxxxxxx> wrote:
Hi,
 
there are a couple of issues with EGit as Doug mentions, but I'm still enjoying my experience of the last 3 days,
and don't want to go back to my CVS workspace! :-)
 
Could any of the experts tell me how to create a CVS-compatible patch using git command-line until EGit
fixes the NPE of that workflow? (Bug 343276 - NPE when trying to create a patch)

git diff --no-prefix  base_commit > patch 

Cheers,
James

Back to the top