Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] How to create patch using (E)Git

If it is ends of lines or white spaces you can use hint from http://wiki.eclipse.org/CDT/Developer/FAQ#Git

Andrew

On Fri, Apr 29, 2011 at 8:34 AM, Tomljenovic Marko (CDG-SMT/EMT1 CR/PJ-TOP66) <Marko.Tomljenovic@xxxxxxxxxxxx> wrote:
Hello altogether,
I would like to provide some patches for some small issues.
Unfortunately our company blocks any kind of access to the CVS server (, also the proxy cvs server).
The only way to get to the sources is to use the GIT repository provided here: http://dev.eclipse.org/git/org.eclipse.cdt/org.eclipse.cdt.git
 
Unfortunately either EGit or my understanding of GIT is the problem. Somehow I can't get a patch created that only contains the changed files. The created patch is always multiple MBs big for just one changed file. It seems to contain the changes of multiple projects.
 
Has anybody already worked with EGit and can provide a link or short tutorial how to create a patch for e.g. one changed file?
 
Greets Marko

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top