Justin Clark-Casey wrote:
The best way to generate a suitable patch is to use

git am <commit uuid>^

"git am" is used when applying a patch file. I think you meant to say "git format-patch uuid^" or you can use the format I usually use which is "git format-patch -n" where "n" is a number stating how many of the recent commits are to be saved out as patch files. Each commit will be saved in a separate file with a file name that starts with a number and ends with part of the commit message.

_______________________________________________
Opensim-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-dev

Reply via email to