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's generating multiple megabytes it thinks more than one file has changed. Maybe it's the line encodings?

Anyway, see if this helps for cvs behind a proxy:


On 29 Apr 2011, at 13:34, "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