Re: format-patch + validating error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Kolbjørn Stuestøl (Wednesday, 30. December 2009)
> How to use format-patch?
> I want the "format-patch" to react on my translated po files only,
>  not on the whole catalog. What exactly do I have to write?
> Do I have to run "diff" or something like this before format-patch?
>  In case yes, how to avoid diff reacting on changes in dates etc.?

1. Commit your changes.
2. For making n patch files from the last n commits, use
	git format-patch HEAD~n.
   You can also make patches from a range of commits, e.g.
	git format-patch HEAD~12..HEAD~11,
   or you can specify any single commit with
	git format-patch -1 <commit-id>.

> Validate error:
> $ make validate-nn
> [SRC] src/preface/authors.xml
> -:35445: element para: validity error : Element shortcut is not
>  declared in para list of possible children
> [...] <shortcut><keycap>F1</keycap></shortcut>.</para

<shortcut> is only valid as child of <menuchoice>.

Tip: Install a local copy of "DocBook: The Definitive Guide" (see 
http://www.docbook.org/), then you can simply lookup DocBook elements 
under
	/path/to/local/copy/of/docbook-tdg/<element>.html

Ulf

Attachment: signature.asc
Description: This is a digitally signed message part.

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

[Index of Archives]     [Video For Linux]     [Yosemite News]     [gtk]     [GIMP for Windows]     [KDE]     [Scanners]     [GEGL]     [Gimp's Home]     [Gimp on Windows]     [Steve's Art]     [Webcams]

  Powered by Linux