On Wed, Jul 01, 2009 at 06:18:12PM +0200, Ulf-D. Ehlert wrote: > Kolbjørn Stuestøl (Dienstag, 30. Juni 2009, 23:15): > > Had some spare minutes tonight and tried your suggestions. > > 1. Copied the patch file to the gimp-help-2 on my working copy. > > 2. Copied the make_image_links.pl you mailed to gimp-help-2/tools > > 3. Ran: $ git am < cygwin-windows-quirks.patch > > 4. Output from Cygwin: > > … > > … > > [../] gimp-help-2/.git/rebase-apply/patch:24: trailing whitespace. > > " -v | --verbose print number of image files\n" . > > error: tools/make_image_links.pl: does not match index > > Patch failed at 0001. > > 2. conflicts with 3. > > The following procedure should work: > 1. git checkout master > 2. git checkout -b new-master-copy > 3. git am cygwin-windows-quirks.patch > 4. git diff ORIG_HEAD You could also do: git diff master.. It's always a matter how the branch was created. In Ulfs example, the branch is created on the basis of the local master. Your local master is also a branch and could differ from the master branch at the GNOME repository (origin/master). That's why you have to pull and rebase now and then. Cheers, -- Roman Joost www: http://www.romanofski.de email: romanofski@xxxxxxxx
Attachment:
signature.asc
Description: Digital signature
_______________________________________________ Gimp-docs mailing list Gimp-docs@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs