[Opensim-dev] Proposed feature addition to OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs (patch included)
Kevin Cozens
kevin at ve3syb.ca
Sat May 28 03:20:38 UTC 2011
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.
More information about the Opensim-dev
mailing list