« Return to Thread: Submitting GIT patch

Re: Submitting GIT patch

by Martin Nordholts-2 :: Rate this Message:

Reply to Author | View in Thread

On 06/30/2009 09:10 PM, Adam Turcotte wrote:
> Amongst other things I have written, I have made two small changes to
> a file that are relevant to an open Bugzilla.
>
> How would I go about creating a patch specifically for this file to
> post as an attachment to this thread?
>    

In short, create a new branch and base it on origin/master, cherry-pick
the commit in question, then edit that commit (google for details on how
to edit the last commit) into a commi that just changes that specific file

  / Martin


_______________________________________________
Gimp-developer mailing list
Gimp-developer@...
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

 « Return to Thread: Submitting GIT patch