Graeme Geldenhuys schreef:
2009/6/4 Vincent Snijders <[email protected]>:
How can I extract the patch with diff that I can apply to create snapshots
for people to test and find bugs? After all I think this code is too
dangerous to keep it in trunk. A patch must be reverted quickly if it turns
out to break too many things.

To save you the trouble of treating custom snapshots, they can simply
use git to pull in the lazarus repository - instead of using SVN.
They way they can switch in seconds between my custom branch or the
clean upstream branch (which is exactly the same as SubVersion trunk).

Alternatively one can rut the following against the git repository

 $  git format-patch remotes/origin/upstream

This will generate patch files for all custom changes. The patch files
will start with a four digit number, which is the order in which they
need to be applied.

Anything I change and that I think is remotely useful to others, I
normally submit to Mantis anyway. So extracting those patches is
probably not that useful to others.




But what patches are for this change?

Vincent

_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to