Fwd: Re: translation heads up: 4.2 imminent
Edgar Aichinger <[email protected]>
| Newsgroups | gmane.comp.audio.ardour.devel |
|---|---|
| Message-ID | <1457978.rLhdGJhUVg@edpc> |
oops, forgot to send to the list... ---------- Weitergeleitete Nachricht ---------- Betreff: Re: [Ardour-Dev] translation heads up: 4.2 imminent Datum: Dienstag, 18. August 2015, 21:24:49 Von: Edgar Aichinger <[email protected]> An: fred <[email protected]> Am Dienstag, 18. August 2015, 18:35:18 schrieb fred: > Hi Edgar, > thanks for your answer, yes it helps! ./waf install was the missing step... > Would you please explain/type the "git diff on only the files i worked on" command you talked about? > Thanks again,Fred Sure :) If I type "git diff" in ardour's source base dir, it will present me (via less) a recursive diff of the whole source tree, which i do not want in this case. Therefore I instead type "git diff gtk2_ardour/po/de.po > gtk_ardour.de.po.diff", then "git diff libs/ardour/po/de.po > libardour.de.po.diff" it will write the diff into those individual files instead. It's a good idea to add a .diff or .patch extension to the filename... Cheers, Edgar -------------------------------------------------------------