[Gimp-docs] Where have all my pictures gone?
Roman Joost
romanofski at gimp.org
Wed Jul 1 18:30:36 PDT 2009
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 at gimp.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : /lists/gimp-docs/attachments/20090702/52e71591/attachment.bin
More information about the Gimp-docs
mailing list