Re: Patch format
From: Chris Ortman <chrisortman_at_gmail.com>
Date: Tue, 15 Jan 2008 10:06:11 -0600
Patches created by git look like
diff --git a/InversionOfControl/Castle.MicroKernel/Facilities/EventWiring/EventWiringFacility.cs
try
{
- subscriberInstance = handler.Resolve(CreationContext.Empty);
+ //subscriberInstance = handler.Resolve(CreationContext.Empty);
+ subscriberInstance = Kernel[subscriberKey];
}
catch (Exception ex)
{
---------------------------------------------------------------------
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.